Socket
Socket
Sign inDemoInstall

compromise

Package Overview
Dependencies
Maintainers
3
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

compromise - npm Package Compare versions

Comparing version 14.7.1 to 14.8.0

src/2-two/postTagger/model/expressions.js

10

package.json

@@ -5,3 +5,3 @@ {

"description": "modest natural language processing",
"version": "14.7.1",
"version": "14.8.0",
"main": "./src/three.js",

@@ -101,6 +101,6 @@ "unpkg": "./builds/compromise.js",

"amble": "1.3.0",
"eslint": "8.27.0",
"eslint-plugin-regexp": "1.10.0",
"eslint": "8.28.0",
"eslint-plugin-regexp": "1.11.0",
"nlp-corpus": "4.4.0",
"rollup": "3.2.5",
"rollup": "3.4.0",
"rollup-plugin-filesize-check": "0.0.2",

@@ -119,2 +119,2 @@ "rollup-plugin-terser": "7.0.2",

"license": "MIT"
}
}

@@ -1,1 +0,1 @@

export default '14.7.1'
export default '14.8.0'

@@ -35,2 +35,6 @@ /* eslint-disable no-console */

let word = "'" + text + "'"
if (t.reference) {
let str = view.update([t.reference]).text('normal')
word += ` - ${cli.dim(cli.i('[' + str + ']'))}`
}
word = word.padEnd(18)

@@ -37,0 +41,0 @@ let str = cli.blue(' │ ') + cli.i(word) + ' - ' + tagString(tags, model)

@@ -12,2 +12,3 @@ // i just made these up

Determiner: 'cyan',
Hyphenated: 'cyan',
Adverb: 'cyan',

@@ -14,0 +15,0 @@ }

@@ -13,6 +13,2 @@ // order matters

//swear-words as non-expression POS
{ match: 'holy (shit|fuck|hell)', tag: 'Expression', reason: 'swears-expression' },
// well..
{ match: '^(well|so|okay|now)', tag: 'Expression', reason: 'well-' },
// some sort of

@@ -24,18 +20,6 @@ { match: 'some sort of', tag: 'Adjective Noun Conjunction', reason: 'some-sort-of' },

{ match: 'of some sort', tag: 'Conjunction Adjective Noun', reason: 'of-some-sort' },
// such skill
{ match: '[such] (a|an|is)? #Noun', group: 0, tag: 'Determiner', reason: 'such-skill' },
// that is
// { match: '^[that] (is|was)', group: 0, tag: 'Noun', reason: 'that-is' },
// sorry
{ match: '(say|says|said) [sorry]', group: 0, tag: 'Expression', reason: 'say-sorry' },
// ok,
{ match: '^(ok|alright|well|shoot|hell|anyways)', tag: 'Expression', reason: 'ok-' },
// c'mon marge..
{ match: '^[come on] #Noun', group: 0, tag: 'Expression', reason: 'come-on' },
// say,
{ match: '^(say && @hasComma)', tag: 'Expression', reason: 'say-' },
{ match: '^(like && @hasComma)', tag: 'Expression', reason: 'like-' },
// another one
// { match: '[another] (#Noun|#Value)', group: 0, tag: 'Adjective', reason: 'another-one' },
// right after

@@ -45,6 +29,6 @@ { match: '[right] (before|after|in|into|to|toward)', group: 0, tag: '#Adverb', reason: 'right-into' },

{ match: '#Preposition [about]', group: 0, tag: 'Adjective', reason: 'at-about' },
// dude we should
{ match: '^[(dude|man|girl)] #Pronoun', group: 0, tag: 'Expression', reason: 'dude-i' },
// are ya
{ match: '(are|#Modal|see|do|for) [ya]', group: 0, tag: 'Pronoun', reason: 'are-ya' },
// long live
{ match: '[long live] .', group: 0, tag: '#Adjective #Infinitive', reason: 'long-live' },

@@ -60,3 +44,7 @@ // 'there' as adjective

{ match: '#Modal #Adverb? [there]', group: 0, tag: 'There', reason: 'should-there' },
// do you
{ match: '^[do] (you|we|they)', group: 0, tag: 'QuestionWord', reason: 'do-you' },
// does he
{ match: '^[does] (he|she|it|#ProperNoun)', group: 0, tag: 'QuestionWord', reason: 'does-he' },
]
export default matches

@@ -0,3 +1,3 @@

// Gerund-Adjectives - 'amusing, annoying'
export default [
// Gerund-Adjectives - 'amusing, annoying'
//a staggering cost

@@ -11,9 +11,2 @@ { match: '(a|an) [#Gerund]', group: 0, tag: 'Adjective', reason: 'a|an' },

{ match: '(so|very|extremely) [#Gerund]', group: 0, tag: 'Adjective', reason: 'so-gerund' },
// it was amusing
// {
// match: '(it|he|she|everything|something) #Adverb? was #Adverb? [#Gerund]',
// group: 0,
// tag: 'Adjective',
// reason: 'it-was-gerund',
// },
// found it amusing

@@ -23,4 +16,4 @@ { match: '(found|found) it #Adverb? [#Gerund]', group: 0, tag: 'Adjective', reason: 'found-it-gerund' },

{ match: 'a (little|bit|wee) bit? [#Gerund]', group: 0, tag: 'Adjective', reason: 'a-bit-gerund' },
// the amusing world
// { match: '(#Determiner|#Possessive) [%Adj|Gerund%] #Noun', group: 0, tag: 'Adjective', reason: 'amusing-world' },
// looking annoying
{ match: '#Gerund [#Gerund]', group: 0, tag: 'Adjective', notIf: '(impersonating|practicing|considering|assuming)', reason: 'looking-annoying' },
]

@@ -16,2 +16,4 @@ export default [

{ match: `#Preposition (a|an) [#Adjective]$`, group: 0, tag: 'Noun', reason: 'an-instant' },
// no golden would
{ match: `no [#Adjective] #Modal`, group: 0, tag: 'Noun', reason: 'no-golden' },
// brand new

@@ -21,2 +23,4 @@ { match: `[brand #Gerund?] new`, group: 0, tag: 'Adverb', reason: 'brand-new' },

{ match: `#Possessive [%Adj|Noun%] #Noun`, group: 0, tag: 'Adjective', reason: 'her-favourite' },
// must-win
{ match: `must && #Hyphenated .`, tag: 'Adjective', reason: 'must-win' },
]

@@ -36,5 +36,10 @@ export default [

{ match: 'not be [%Adj|Past%]', group: 0, tag: 'Adjective', reason: 'do-not-be-confused' },
// is just right
{ match: '#Copula just [%Adj|Past%]', group: 0, tag: 'Adjective', reason: 'is-just-right' },
// as pale as
{ match: 'as [#Infinitive] as', group: 0, tag: 'Adjective', reason: 'as-pale-as' },
//failed and oppressive
{ match: '[%Adj|Past%] and #Adjective', group: 0, tag: 'Adjective', reason: 'faled-and-oppressive' },
]

@@ -33,2 +33,15 @@ export default [

// faith-based, much-appreciated, soft-boiled
{ match: '#Hyphenated [(#Hyphenated && #PastTense)] (#Noun|#Conjunction)', group: 0, tag: 'Adjective', reason: 'faith-based' },
//self-driving
{ match: '#Hyphenated [(#Hyphenated && #Gerund)] (#Noun|#Conjunction)', group: 0, tag: 'Adjective', reason: 'self-driving' },
//dammed-up
{ match: '[#PastTense (#Hyphenated && #PhrasalVerb)] (#Noun|#Conjunction)', group: 0, tag: 'Adjective', reason: 'dammed-up' },
//two-fold
{ match: '(#Hyphenated && #Value) fold', tag: 'Adjective', reason: 'two-fold' },
//must-win
{ match: 'must (#Hyphenated && #Infinitive)', tag: 'Adjective', reason: 'must-win' },
// vacuum-sealed
{ match: `(#Hyphenated && #Infinitive) #Hyphenated`, tag: 'Adjective', notIf: '#PhrasalVerb', reason: 'vacuum-sealed' },
{ match: 'too much', tag: 'Adverb Adjective', reason: 'bit-4' },

@@ -35,0 +48,0 @@ { match: 'a bit much', tag: 'Determiner Adverb Adjective', reason: 'bit-3' },

@@ -56,2 +56,4 @@ // const adverbAdj = '(dark|bright|flat|light|soft|pale|dead|dim|faux|little|wee|sheer|most|near|good|extra|all)'

{ match: '(#PresentTense|#PastTense) [back]', group: 0, tag: 'Adverb', reason: 'charge-back' },
// send around
{ match: '#Verb [around]', group: 0, tag: 'Adverb', ifNo: '#PhrasalVerb', reason: 'send-around' },
]

@@ -38,3 +38,3 @@ export default [

// treat them like
{ match: '#Verb #Pronoun [like]', group: 0, tag: 'Preposition', reason: 'treat-them-like' },
{ match: '#Infinitive #Pronoun [like]', group: 0, tag: 'Preposition', reason: 'treat-them-like' },

@@ -41,0 +41,0 @@

@@ -35,2 +35,3 @@ import adj from './adjective/adjective.js'

import conjunctions from './conjunctions.js'
import expressions from './expressions.js'

@@ -64,3 +65,4 @@ let matches = [].concat(

places,
conjunctions
conjunctions,
expressions,
)

@@ -67,0 +69,0 @@ export default {

@@ -17,2 +17,4 @@ const infNouns =

{ match: '(we|us) [all]', group: 0, tag: 'Noun', reason: 'we all' },
// due to weather
{ match: 'due to [#Verb]', group: 0, tag: 'Noun', reason: 'due-to' },

@@ -61,2 +63,4 @@ //some pressing issues

{ match: '#Noun #Actor', tag: 'Actor', reason: 'thing-doer' },
// captain sanders
{ match: '[#Actor+] #ProperNoun', group: 0, tag: 'Honorific', reason: 'sgt-kelly' },
// co-founder

@@ -63,0 +67,0 @@ { match: `co #Singular`, tag: 'Actor', reason: 'co-noun' },

@@ -43,3 +43,3 @@ export default [

//Mr Foo
{ match: '#Honorific #FirstName? #ProperNoun', tag: 'Person', reason: 'dr-john-Title' },
{ match: '(#Honorific|#Actor) #FirstName? #ProperNoun', tag: 'Person', reason: 'dr-john-Title' },
//peter the great

@@ -68,3 +68,3 @@ { match: '#FirstName the #Adjective', tag: 'Person', reason: 'name-the-great' },

// ==== Honorics ====
{ match: '[(private|general|major|rear|prime|field|count|miss)] #Honorific? #Person', group: 0, tag: 'Honorific', reason: 'ambg-honorifics' },
{ match: '[(private|general|major|rear|prime|field|count|miss)] #Honorific? #Person', group: 0, tag: ['Honorific', 'Person'], reason: 'ambg-honorifics' },
// dr john foobar

@@ -75,5 +75,5 @@ { match: '#Honorific #FirstName [#Singular]', group: 0, tag: 'LastName', notIf: '#Possessive', reason: 'dr-john-foo', safe: true },

// Lieutenant colonel
{ match: '%Honorific|Noun% %Honorific|Noun%', tag: 'Honorific', reason: 'Lieutenant colonel' },
{ match: '#Honorific #Actor', tag: 'Honorific', reason: 'Lieutenant colonel' },
// first lady, second admiral
{ match: '(first|second|third|1st|2nd|3rd) %Honorific|Noun%', tag: 'Honorific', reason: 'first lady' },
{ match: '(first|second|third|1st|2nd|3rd) #Actor', tag: 'Honorific', reason: 'first lady' },
]

@@ -9,3 +9,3 @@ // these are some of our heaviest-used matches

//would walk
{ match: `#Adverb+? [(#Modal|did)+] (#Adverb|not)+? #Verb`, group: 0, tag: 'Auxiliary', reason: 'modal-verb' },
{ match: `[(#Modal|did)+] (#Adverb|not)+? #Verb`, group: 0, tag: 'Auxiliary', reason: 'modal-verb' },
//would have had

@@ -41,2 +41,8 @@ { match: `#Modal (#Adverb|not)+? [have] (#Adverb|not)+? [had] (#Adverb|not)+? #Verb`, group: 0, tag: 'Auxiliary', reason: 'would-have' },

{ match: '(is|was) #Adverb? [no]', group: 0, tag: 'Negative', reason: 'is-no' },
// been told
{ match: '[(been|had|became|came)] #PastTense', group: 0, notIf: '#PhrasalVerb', tag: 'Auxiliary', reason: 'been-told' },
// being born
{ match: '[(being|having|getting)] #Verb', group: 0, tag: 'Auxiliary', reason: 'being-born' },
// be walking
{ match: '[be] #Gerund', group: 0, tag: 'Auxiliary', reason: 'be-walking' },
]

@@ -21,3 +21,3 @@ // this is really hard to do

// tell him the story
{ match: '^[#Infinitive] (him|her|it|us|me)', group: 0, tag: 'Imperative', reason: 'tell-him' },
{ match: '^[#Infinitive] (him|her|it|us|me|there)', group: 0, tag: 'Imperative', reason: 'tell-him' },
// avoid loud noises

@@ -40,5 +40,5 @@ { match: '^[#Infinitive] #Adjective #Noun$', group: 0, tag: 'Imperative', reason: 'avoid-loud-noises' },

// come have a drink
{ match: '^come #Infinitive', tag: 'Imperative', reason: 'come-have' },
{ match: '^come #Infinitive', tag: 'Imperative', notIf: 'on', reason: 'come-have' },
// come and have a drink
{ match: '^come and? #Infinitive', tag: 'Imperative . Imperative', reason: 'come-and-have' },
{ match: '^come and? #Infinitive', tag: 'Imperative . Imperative', notIf: '#PhrasalVerb', reason: 'come-and-have' },
// stay away

@@ -54,2 +54,4 @@ { match: '^stay (out|away|back)', tag: 'Imperative', reason: 'stay-away' },

{ match: '[#Infinitive] (yourself|yourselves)', group: 0, tag: 'Imperative', reason: 'allow-yourself' },
// look what
{ match: '[#Infinitive] what .', group: 0, tag: 'Imperative', reason: 'look-what' },
// continue playing

@@ -56,0 +58,0 @@ { match: '^[#Infinitive] #Gerund', group: 0, tag: 'Imperative', reason: 'keep-playing' },

@@ -7,3 +7,3 @@ export default [

//the-only-reason
{ match: '#Determiner #Adverb [#Infinitive]', group: 0, tag: 'Noun', reason: 'the-reason' },
{ match: '#Determiner (only|further|just|more|backward) [#Infinitive]', group: 0, tag: 'Noun', reason: 'the-only-reason' },
// a stream runs

@@ -33,4 +33,2 @@ { match: '(the|this|a|an) [#Infinitive] #Adverb? #Verb', group: 0, tag: 'Noun', reason: 'determiner5' },

{ match: '#Gerund #Adjective to [#Infinitive]', group: 0, tag: 'Noun', reason: 'running-to' },
// 1 train
{ match: '(one|1) [#Infinitive]', group: 0, tag: 'Singular', reason: '1-trains' },
// about love

@@ -121,5 +119,4 @@ { match: 'about [#Infinitive]', group: 0, tag: 'Singular', reason: 'about-love' },

{ match: 'there (are|were) #Adjective? [#PresentTense]', group: 0, tag: 'Plural', reason: 'there-are' },
// 30 trains
{ match: '#Value [#PresentTense]', group: 0, notIf: '(one|1|#Copula|#Infinitive)', tag: 'Plural', reason: '2-trains' },
{ match: '#Value [#PresentTense] of', group: 0, notIf: '(one|1|#Copula|#Infinitive)', tag: 'Plural', reason: '2-trains' },
// compromises are possible

@@ -133,4 +130,2 @@ { match: '[#PresentTense] (are|were) #Adjective', group: 0, tag: 'Plural', reason: 'compromises-are-possible' },

{ match: '#Possessive #Adjective [#Verb]', group: 0, tag: 'Noun', notIf: '#Copula', reason: 'our-full-support' },
// they do serve fish
{ match: '(do|did|will) [#Singular] #Noun', group: 0, tag: 'PresentTense', reason: 'do-serve-fish' },
// tastes good

@@ -147,9 +142,15 @@ { match: '[(tastes|smells)] #Adverb? #Adjective', group: 0, tag: 'PresentTense', reason: 'tastes-good' },

// how to watch
{ match: 'how to [%Noun|Verb%]', group: 0, tag: 'Verb', reason: 'how-to-noun' },
{ match: 'how to [%Noun|Verb%]', group: 0, tag: 'Infinitive', reason: 'how-to-noun' },
// which boost it
{ match: 'which [%Noun|Verb%] #Noun', group: 0, tag: 'Infinitive', reason: 'which-boost-it' },
// asking questions
{ match: '#Gerund [%Plural|Verb%]', group: 0, tag: 'Plural', reason: 'asking-questions' },
// ready to stream
{ match: '(ready|available|difficult|hard|easy|made|attempt|try) to [%Noun|Verb%]', group: 0, tag: 'Verb', reason: 'ready-to-noun' },
{ match: '(ready|available|difficult|hard|easy|made|attempt|try) to [%Noun|Verb%]', group: 0, tag: 'Infinitive', reason: 'ready-to-noun' },
// bring to market
{ match: '(bring|went|go|drive|run|bike) to [%Noun|Verb%]', group: 0, tag: 'Noun', reason: 'bring-to-noun' },
// can i sleep, would you look
{ match: '#Modal #Noun [%Noun|Verb%]', group: 0, tag: 'Infinitive', reason: 'would-you-look' },
// is just spam
{ match: '#Copula just [#Infinitive]', group: 0, tag: 'Noun', reason: 'is-just-spam' },
]

@@ -78,11 +78,11 @@ export default [

{ match: '[works] for me', group: 0, tag: 'PresentTense', reason: 'works-for-me' },
// no no no
// { match: 'no+', tag: 'Expression', reason: 'no-no' },
// as we please
{ match: 'as #Pronoun [please]', group: 0, tag: 'Infinitive', reason: 'as-we-please' },
// verb-prefixes - 'co write'
{ match: '[(co|mis|de|inter|intra|pre|re|un|out|under|over|counter)] #Verb', group: 0, tag: ['Verb', 'Prefix'], notIf: '(#Copula|#PhrasalVerb)', reason: 'co-write' },
// dressed and left
{ match: '#PastTense and [%Adj|Past%]', group: 0, tag: 'PastTense', reason: 'dressed-and-left' },
// melted and fallen
{ match: '[%Adj|Past%] and #PastTense', group: 0, tag: 'PastTense', reason: 'dressed-and-left' },
]

@@ -7,6 +7,9 @@ import fastTag from '../_fastTag.js'

const notProper = ['Date', 'Month', 'WeekDay', 'Unit']
const notProper = ['Date', 'Month', 'WeekDay', 'Unit', 'Expression']
// roman numeral by regex
const hasIVX = /[IVX]/ // does it ~look like~ a roman numeral?
// quick-version
const romanNumeral = /^[IVXLCDM]{2,}$/
// https://stackoverflow.com/a/267405/168877
const romanNumeral = /^[IVXLCDM]{2,}$/
const romanNumValid = /^M{0,4}(CM|CD|D?C{0,3})(XC|XL|L?X{0,3})(IX|IV|V?I{0,3})$/

@@ -62,3 +65,3 @@ const nope = {

//roman numberals - XVII
if (str.length >= 2 && romanNumeral.test(str) && romanNumValid.test(str) && !nope[term.normal]) {
if (str.length >= 2 && romanNumeral.test(str) && hasIVX.test(str) && romanNumValid.test(str) && !nope[term.normal]) {
fastTag(term, 'RomanNumeral', '2-xvii')

@@ -65,0 +68,0 @@ return true

@@ -0,4 +1,5 @@

const isTitleCase = /^[A-Z][a-z]/
const isCapital = (terms, i) => {
if (terms[i].tags.has('ProperNoun')) {// 'Comfort Inn'
if (terms[i].tags.has('ProperNoun') && isTitleCase.test(terms[i].text)) {// 'Comfort Inn'
return 'Noun'

@@ -8,2 +9,3 @@ }

}
const isAloneVerb = (terms, i, tag) => {

@@ -10,0 +12,0 @@ if (i === 0 && !terms[1]) {// 'Help'

import fastTag from '../_fastTag.js'
import fillTag from './_fillTags.js'
const nounFallback = function (terms, i, model) {
if (terms[i].tags.size === 0) {
let isEmpty = false
let tags = terms[i].tags
if (tags.size === 0) {
isEmpty = true
} else if (tags.size === 1) {
// weaker tags to ignore
if (tags.has('Hyphenated') || tags.has('HashTag') || tags.has('Prefix')) {
isEmpty = true
}
}
if (isEmpty) {
fastTag(terms[i], 'Noun', '3-[fallback]')

@@ -8,0 +17,0 @@ // try to give it singluar/plural tags, too

@@ -0,11 +1,36 @@

const beside = {
there: true,//go there
this: true,//try this
it: true,//do it
him: true,
her: true,
us: true,//tell us
}
// '[place] tea bags in hot water'
const imperative = function (terms, world) {
const setTag = world.methods.one.setTag
if (terms.length > 4 && terms[0].switch === 'Noun|Verb') {
let hasVerb = terms.slice(0, 5).some(t => t.tags.has('Verb'))
if (hasVerb === false) {
setTag([terms[0]], 'Imperative', world, null, '3-[imperative]')
const multiWords = world.model.one._multiCache || {}
let t = terms[0]
let isRight = t.switch === 'Noun|Verb' || t.tags.has('Infinitive')
if (isRight && terms.length >= 2) {
// ensure rest of sentence is ok
if (terms.length < 4 && !beside[terms[1].normal]) {
return
}
// avoid multi-noun words like '[board] room'
if (!t.tags.has('PhrasalVerb') && multiWords.hasOwnProperty(t.normal)) {
return
}
// is the next word a noun? - 'compile information ..'
let nextNoun = terms[1].tags.has('Noun') || terms[1].tags.has('Determiner')
if (nextNoun) {
// ensure no soon-verb - 'waste materials are ..'
let soonVerb = terms.slice(1, 3).some(term => term.tags.has('Verb'))
if (!soonVerb || t.tags.has('#PhrasalVerb')) {
setTag([t], 'Imperative', world, null, '3-[imperative]')
}
}
}
}
export default imperative

@@ -0,1 +1,3 @@

import colons from './1st-pass/01-colons.js'
import hyphens from './1st-pass/02-hyphens.js'

@@ -8,2 +10,3 @@ import tagSwitch from './2nd-pass/00-tagSwitch.js'

import checkYear from './2nd-pass/05-year.js'
import verbType from './3rd-pass/06-verb-type.js'

@@ -16,22 +19,4 @@ import fillTags from './3rd-pass/_fillTags.js'

import switches from './3rd-pass/06-switches.js'
// import imperative from './3rd-pass/07-imperative.js'
import imperative from './3rd-pass/07-imperative.js'
const second = {
tagSwitch,
checkSuffix,
checkRegex,
checkCase,
checkPrefix,
checkYear,
}
const third = {
checkAcronym,
neighbours,
orgWords,
nounFallback,
switches,
// imperative
}
// is it all yelling-case?

@@ -47,42 +32,59 @@ const ignoreCase = function (terms) {

// taggers with no clause-splitting
const firstPass = function (docs, model, world) {
docs.forEach(terms => {
// check whitespace/punctuation
colons(terms, 0, model, world)
for (let i = 0; i < terms.length; i += 1) {
// hard-nosed, faith-based
// hyphens(terms, i, model, world)
}
})
}
// these methods don't care about word-neighbours
const secondPass = function (terms, model, world, yelling) {
const secondPass = function (terms, model, world, isYelling) {
for (let i = 0; i < terms.length; i += 1) {
// mark Noun|Verb on term metadata
second.tagSwitch(terms, i, model)
tagSwitch(terms, i, model)
// is it titlecased?
if (yelling === false) {
second.checkCase(terms, i, model)
if (isYelling === false) {
checkCase(terms, i, model)
}
// look at word ending
second.checkSuffix(terms, i, model)
checkSuffix(terms, i, model)
// try look-like rules
second.checkRegex(terms, i, model, world)
checkRegex(terms, i, model, world)
// check for recognized prefix, like 'micro-'
second.checkPrefix(terms, i, model)
checkPrefix(terms, i, model)
// turn '1993' into a year
second.checkYear(terms, i, model)
checkYear(terms, i, model)
}
}
const thirdPass = function (terms, model, world, yelling) {
// neighbour-based tagging
const thirdPass = function (terms, model, world, isYelling) {
for (let i = 0; i < terms.length; i += 1) {
// let these tags get layered
let found = third.checkAcronym(terms, i, model)
let found = checkAcronym(terms, i, model)
// deduce parent tags
fillTags(terms, i, model)
// look left+right for hints
found = found || third.neighbours(terms, i, model)
found = found || neighbours(terms, i, model)
// ¯\_(ツ)_/¯ - found nothing
found = found || third.nounFallback(terms, i, model)
found = found || nounFallback(terms, i, model)
}
for (let i = 0; i < terms.length; i += 1) {
// Johnson LLC
third.orgWords(terms, i, world, yelling)
orgWords(terms, i, world, isYelling)
// verb-noun disambiguation, etc
third.switches(terms, i, world)
switches(terms, i, world)
// give bare verbs more tags
verbType(terms, i, model, world)
// hard-nosed
hyphens(terms, i, model, world)
}
// place tea bags
// third.imperative(terms, world)
imperative(terms, world)
}

@@ -92,4 +94,7 @@

const { methods, model, world } = view
let docs = view.docs
// try some early stuff
firstPass(docs, model, world)
// roughly split sentences up by clause
let document = methods.two.quickSplit(view.docs)
let document = methods.two.quickSplit(docs)
// start with all terms

@@ -99,7 +104,7 @@ for (let n = 0; n < document.length; n += 1) {

// is it all upper-case?
const yelling = ignoreCase(terms)
const isYelling = ignoreCase(terms)
// guess by the letters
secondPass(terms, model, world, yelling)
secondPass(terms, model, world, isYelling)
// guess by the neighbours
thirdPass(terms, model, world, yelling)
thirdPass(terms, model, world, isYelling)
}

@@ -106,0 +111,0 @@ return document

@@ -11,2 +11,10 @@ // transformations to make on our lexicon

},
// 'lawyer', 'manager' plural forms
Actor: (word, lex, methods, model) => {
let already = model.one.lexicon
let plural = methods.two.transform.noun.toPlural(word, model)
if (!already[plural]) {
lex[plural] = lex[plural] || ['Plural', 'Actor']
}
},

@@ -60,2 +68,3 @@ // superlative/ comparative forms for adjectives

let all = methods.two.transform.verb.conjugate(inf, model)
delete all.FutureTense
Object.entries(all).forEach(a => {

@@ -62,0 +71,0 @@ // not 'walker up', or 'had taken up'

@@ -31,3 +31,3 @@ import methods from '../../methods/index.js'

// 'rob'
'Person|Verb': 'Person',//+conjugations
'Person|Verb': 'FirstName',//+conjugations
// 'victoria'

@@ -39,4 +39,2 @@ 'Person|Place': 'Person',

'Unit|Noun': 'Noun',
// 'captain'
'Honorific|Noun': 'Noun',
}

@@ -43,0 +41,0 @@

@@ -8,2 +8,3 @@ const jj = 'Adjective'

Possessive: jj, //spencer's detailed
Hyphenated: jj, //rapidly-changing
},

@@ -10,0 +11,0 @@

@@ -60,2 +60,3 @@ const n = 'Singular'

neither: n,//
about: n,//about claims
// strong adjectives

@@ -73,5 +74,9 @@ favorite: n,//

scientific: n,//
security: n,//
government: n,//
popular: n,//
formal: n,
no: n,//no worries
more: n//more details
more: n,//more details
one: n,//one flood
},

@@ -96,3 +101,4 @@ afterWords: {

can: n,//parents can
wise: n,//service-wise
},
}

@@ -43,2 +43,3 @@ const v = 'Infinitive'

when: v,
help: v, //help combat
// them: v,

@@ -69,5 +70,13 @@ he: v,

him: v, //loves him
us: v,//cost us
her: v, //
them: v, //
it: v, //hope it
himself: v,
herself: v,
itself: v,
myself: v,
ourselves: v,
themselves: v,
a: v, //covers a

@@ -84,2 +93,3 @@ an: v, //covers an

under: v,
what: v, //look what
when: v,//starts when

@@ -86,0 +96,0 @@ // for:true, //settled for

@@ -22,2 +22,3 @@ import adj from './_adj.js'

was: 'Adjective',
of: 'Adjective', //of varying
suggest: 'Gerund',

@@ -24,0 +25,0 @@ recommend: 'Gerund',

@@ -22,2 +22,3 @@ import adj from './_adj.js'

Date: past,// alleged thursday
Gerund: past,//left dancing
},

@@ -50,2 +51,4 @@ beforeWords: {

between: past,//settled between
to: past,//dedicated to
into: past,//pumped into
},

@@ -52,0 +55,0 @@ }

@@ -12,3 +12,2 @@ import adjGerund from './adj-gerund.js'

import unitNoun from './unit-noun.js'
import honorificNoun from './honorific-noun.js'

@@ -27,3 +26,2 @@ const clues = {

'Unit|Noun': unitNoun,
'Honorific|Noun': honorificNoun
}

@@ -30,0 +28,0 @@

@@ -27,2 +27,4 @@ import noun from './_noun.js'

about: 'Infinitive',//talk about
his: 'Infinitive',//shot his
her: 'Infinitive',//
to: null,

@@ -29,0 +31,0 @@ by: null,

import person from './_person.js'
import verb from './_verb.js'
import noun from './_noun.js'
// 'rob the store' - 'rob lowe'
// can be a noun too - 'losing hope'
const clues = {
beforeTags: Object.assign({}, person.beforeTags, verb.beforeTags),
afterTags: Object.assign({}, person.afterTags, verb.afterTags),
beforeWords: Object.assign({}, person.beforeWords, verb.beforeWords),
afterWords: Object.assign({}, person.afterWords, verb.afterWords),
beforeTags: Object.assign({}, noun.beforeTags, person.beforeTags, verb.beforeTags),
afterTags: Object.assign({}, noun.afterTags, person.afterTags, verb.afterTags),
beforeWords: Object.assign({}, noun.beforeWords, person.beforeWords, verb.beforeWords),
afterWords: Object.assign({}, noun.afterWords, person.afterWords, verb.afterWords),
}
export default clues

@@ -7,6 +7,6 @@ // generated in ./lib/lexicon

"Condition": "true¦unless",
"Conjunction": "true¦aXbTcuz,evenRhowPiHjust00lest,noEoCp8supposing,t5wh0yet;at,e2il1o0;evOse;e,st;nevMre0thM; if,vL;h0o;erefOo0;!uU;lus,rovide0; 1d0;! 0;th9;r0therwiJ;! not; mattBr,w0;! 0;since,th4w7;f4n0; 0asmuch;as mFcaCorder t0;h0o;at;! 0;only,t0w0;hen;!ev0;er;! 0;if,t8;e0ut,y the time;cau1f0;ore;se;lt3nd,s 0;far1if,m0soon1t2;uch0; as;hou0;gh",
"Conjunction": "true¦aUbQcuz,evenOhowMiEjustXlest,noBo9p8supposing,t5wh0yet;at,e2il1o0;evLse;e,st;nevJre0thJ; if,vI;h0o;erefLo0;!uR;lus,rovided th9;r0therwiJ;! not; mattBr,w0;! 0;since,th4w7;f4n0; 0asmuch;as mFcaCorder t0;h0o;at;! 0;only,t0w0;hen;!ev0;er;! 0;if,t8;e0ut,y the time;cau1f0;ore;se;lt3nd,s 0;far1if,m0soon1t2;uch0; as;hou0;gh",
"PastTense": "true¦be2came,d1had,lied,mea0sa1taken,we0;nt;id;en,gan",
"Gerund": "true¦accord0be0go0result0stain0;ing",
"Expression": "true¦a0Qb0Mco0Ld0He0Ffuck,g09hUjeez,lRmQnOoLpIshHtGuDvoi0Sw6y0;a4e3i1u0;ck,p;kYp0;ee,pee;ah,p,s;!a,h6y;ah5h2o1t0;af,f;rd up,w;e1o0;a,ops;e,w;oo;gh,h0;! 0h,m;huh,oh;here nLsk,ut tut;eesh,hh,it,oo;ff,h1l0ow,sst;ease,z;ew,ooey;h1i,o0uch,w,y;h,o,ps;!h;ah,o0;!pe;eh,mm;ah,m1ol0;!s;ao,fao;aBeAi8o2u0;h,mph,rra0zzB;h,y;ly1o0;r5y8;! 0;c1moCsmok0;es;ow;!p hip hoor0;ay;ck,e,llo,y;ha1i,lleluj0;ah;!ha;ah,ee4o1r0;eat scott,r;l1od0sh; grief,bye;ly;! whiz;e0h,t cetera,ww;k,p;'oh,a0rat,uh;m0ng;mit,n0;!it;ngratulations,wabunga;a2oo1r0ye;avo,r;!ya;h,m; 1h0las,men,rgh,ye;!a,em,oy;la",
"Expression": "true¦a0Qb0Mc0Kd0Ge0Eg08hTjeez,lQmPnNoKpHshGtFuCvoi0Sw6y0;a4e3i1u0;ck,p;kXp0;ee,pee;ah,p,s;!a,y;ahoo,h2o1t0;af,f;rd up,w;e1o0;a,ops;e,w;gh,h0;! 0h,m;huh,oh;here nLsk,ut tut;eesh,hh,it,oo;ff,h1l0ow,sst;ease,z;ew,ooey;h1i,o0uch,w,y;h,o,ps;!h;ah,o0;!pe;eh,mm;ah,m1ol0;!s;ao,fao;aBeAi8o2u0;h,mph,rra0zzB;h,y;ly1o0;r5y8;! 0;c1moCsmok0;es;ow;!p hip hoor0;ay;ck,e,llo,y;ha1i,lleluj0;ah;!ha;ah,ee4o1r0;eat scott,r;l1od0sh; grief,bye;ly;! whiz;e0h,t cetera,ww,xcuse me;k,p;'oh,a0rat,uh;m0ng;mit,n0;!it;mon,o0;ngratulations,wabunga;a2oo1r0ye;avo,r;!ya;h,m; 1h0las,men,rgh,ye;!a,em,oy;la",
"Negative": "true¦n0;ever,o0;n,t",

@@ -19,14 +19,16 @@ "QuestionWord": "true¦how3wh0;e1ich,o0y;!m;n,re; come,'s",

"Imperative": "true¦come here",
"PhrasalVerb": "true¦0:86;1:7V;2:8J;3:89;4:7O;5:8L;6:7J;7:7U;8:7H;9:8B;A:84;B:8E;C:8C;D:85;E:6O;F:6Q;G:6G;H:88;a8Rb79c68d63e62f50g4Ih3Xiron0j3Tk3Ol36m2Sn2Qo2Op24quietEr1Ps0ItYuWvacuum 1wLyammerAzI;ero Dip JonI;e0k0;by,up;aPeKhJiIor82rit13;mp0n36pe0r8s8;eel Dip 8V;aKiIn2V;gh Ird0;in,up;n Dr I;d2in,oF;it 6Mk8lk Jrm 10sh It7Gv5H;aw3d2o5up;aw3in,oH;rgeAsI;e 1herG;aXeVhTiPoOrKuIypN;ckGrn I;d2in,oFup;aJiIot0y 2Q;ckleEp 8G;ckEdI;e 0P;neEp 31s51;ck KdJe Ighte63me0p o0Kre0;aw3ba4d2in,up;e 6Ny 1;by,oC;ink Irow 71;ba4ov7up;aIe 6Lll5J;m 1r 55;ckAke Jlk I;ov7shit,u5K;aIba4d2in,oFup;ba4ft7p5Pw3;a0Nc0Me0Gh0Ci09l04m03n02o01pWquar4ZtNuMwI;earKiI;ngJtch I;aw3ba4o7V; by;ck 5Lit 1m 1ss0;aOe13iNoLrJuI;c39d2R;aigh25iI;ke 74n3O;p Irm27;by,in,oC;n34r 1tc47;c33mp0nd Irt 1Zve9y 1;ba4d2up;ar31eLiKlJrIurA;ingAuc8;a3Uit 5Y;l1Bn 1;e6Hll0;ber 1rt0und like;ap 5Cow D;ash 64oke0;eep KiIow 6;cIp 1;e 5Q;in,oI;ff,v7;de15gn JngIt 5Yz8; al5Tle0;in,o5up;aKoIu5G;ot Iut0w 71;aw3ba4f3UoC;c2IdeGk5Wve9;e Mll1Ind Lrv8tI; Itl51;d2f5Iin,o5upI;!on;aw3ba4d2in,o2Pup;oHto;al5Pout0rap5P;il9v8;aVeSiRoNuI;b 5Ile0n Istl8;aKba4d2inJoIt3Nu59;ut,v7;!to;c2JrBw3;ll Kot JuI;g35nd9;a2Jf3Co5;arBin,o5;ng 5Pp9;aIel9inGnt0;c5Yd I;o3Dup;c1Vt0;aXeWiUlRoPrMsyc2TuI;ll Kt I;aIba4d2in,oFt3Uup;p3Zw3;ap3Yd2in,o5t3Sup;attleAess JiLoI;p 1;ah21on;iIp 63r4IurEwer 63;nt0;aJuI;gGmp 6;ce u3Jy4X;ck Ig0leAn 6p4V;oFup;el 55ncilG;c4Nir 2Yn0ss KtJy I;ba4oC; d2c2F;aw3ba4in,oF;pIw4I;e4Ht D;arrowEerd0oI;d9teE;aSePiOoKuI;ddl8lI;l 41;c13nkeyKp 6uth9ve I;aId2in,o5up;l47w3; wi44;ss0x 1;asur8lJss I;a1Pup;t 6;ke Jn 6rIs1Yx0;k 6ry9;do,oHsure,up;aXeSiNoIuck0;aLc40g KoIse0;k Ise3Y;aft7ba4d2forw2Uin4Oov7u3R;in,oF;d 6;e 06ghtLnKsJve I;oHup;ten 54;e 1k 1; 1e3Q;ave Kt JvelI; oH;d2go,in,o5up;in,oI;pen,ut;c8p 1sh ItchAugh9y29;in4Ao5;eJick9nock I;d2oHup;eIyG;l 34p I;aw3ba4d2f00in,oFto,up;aKoJuI;ic8mpG;ke3ItE;c3Rzz 1;aXeSiPoMuI;nJrrIsh 6;y 1;kerEt I;arBd2;lIneGrse3B;d Ie 1;ba4d2fast,o06up;de Jt I;ba4on,up;aw3o5;aIlp0;d Kl 2Mr It 1;fIof;rom;in,oYu1N;cLm 1nJve Iz2H;it,to;d Ig 2TkerL;d2in,o5;k 1;aWeQive Oloss 2DoKrJunI; f0Q;ab hold,in3Uow 2O; Iof 2C;aJb1Iit,oIrBt0Su1D;ff,n,v7;bo5ft7hOw3;aw3bId2in,oFrise,up,w3;a4ir2C;ar 6ek0t I;aJb1Cd2in,oIrBup;ff,n,ut,v7;cJhIl2ArBt,w3;ead;ross;d aJnI;g 1;bo5;a0Ce05iWlSoOrKuI;ck Ie2F;arBup;eJighten IownAy 1;aw3oC;eIshe21; 1z8;lKol I;aIwi1U;bo5rB;d 6low 1;aJeIip0;sh0;g 6ke0mIrIttenE;e 34;gPlNnLrJsIzzle0;h 32;e Im 1;aw3ba4up;d0isI;h 1;e Il 1N;aw3fNin,o5;ht ba4ure0;eNnJsI;s 1;cKd I;fIoC;or;e D;d01l 1;cMll Irm0t1A;ap0AbKd2in,oJtIvictim;hrough;ff,ut,v7;a4ehi2E;e I;d2oCup;a0Rdge0nd 0Vy8;oLrI;aJess 6op I;aw3bZin,oH;gAwA; 0Oubl15;a05h02lZoMrIut 1D;ackAeep JoI;ss Dwd0;by,d2in,oIup;n,ut;me LoJuntI; o22;k 6l I;d2oC;aObNforLin,oKtJuI;nd7;ogeth7;n,ut,v7;th,wI;ard;a4y;pIrBw3;art;eaJose I;in,oHup;n 6;eIipG;ck Der I;on,up;lPncel0rMsKtch JveG; in;o1Iup;h Dt I;doubt,oC;ry JvI;e 06;aw3oF;l JmE; d2;aJba4d2oFup;ff,n,ut;rBw3;a0Pe0Hl0Ao01rNuI;bblKckl02il08lk 6ndl02rIst YtJy 18zz9;n 0DsI;t D;e I;ov7;anUeaSiJush I;oCup;ghOng I;aLba4d2fJin,o5uI;nd7p;orI;th;bo5lIrBw3;ong;teI;n 1;k I;d2in,o5up;ch0;arPg 6iNn8oLssKttlJunce Ix D;aw3ba4;e 6; arB;k Dt 1;e 1;l 6;d2up;d 1;aNeed0oIurt0;cKw I;aw3ba4d2o5up;ck;k I;in,oH;ck0nk0st9; oNaLef 1nd I;d2ov7up;er;up;r0t I;d2in,oHup;ff,nI;to;ck Oil0nKrgJsI;h D;ainAe D;g DkA; on;in,o5; o5;aw3d2oHup;ff,ut;ay;ct RdNsk Kuction9; oC;ff;arBo5;ouI;nd;d I;d2oIup;ff,n;own;o5up;ut",
"PhrasalVerb": "true¦0:8A;1:7Z;2:8N;3:8D;4:7S;5:8P;6:7N;7:7L;8:7Y;9:88;A:8I;B:8F;C:8G;D:89;E:6S;F:6U;G:6K;H:8C;I:43;a8Wb7Ec6Dd67e66f54g4Mh41iron0j3Xk3Sl39m2Vn2To2Rp27quietEr1Rs0JtZuXvacuu6CwMyammer9zJ;ero Dip KonJ;e0k0;by,up;aQeLhKiJor0Lrit15;mp0n39pe0r7s7;eel Dip 90;aLiJn2Y;gh Jrd0;in,up;n Dr J;d2in,oF;it 6Rk7lk Krm 12sh Jt7Lv5L;aw3d2o5up;aw3in,oH;rge9sJ;e 1herG;aYeWhUiQoPrLuJypO;ckGrn J;d2in,oFup;aKiJot0y 2T;ckleEp 8L;ckEdJ;e 0R;neEp 35s55;ck LdKe Jghte68me0p o0Mre0;aw3ba4d2in,up;e 6Sy 1;by,oC;ink Jrow 76;ba4ov8up;aJe 6Qll5O;m 1r 59;ck9ke Klk J;ov8shit,u5P;aJba4d2in,oFup;ba4ft8p5Uw3;a0Pc0Oe0Ih0Ei0Bl06m05n04o03pYquar53tPuNwJ;earLiJ;ngKtch J;aw3ba4o80; by;cJit 1m 1ss0;k 5P;aPe15iOoMrKuJ;cId2U;aigh27iJ;ke 78n3R;p Jrm29;by,in,oC;nIr 1tc4A;cImp0nd Jrt 21veBy 1;ba4d2up;arIeMiLlKrJur9;ing9uc7;a3Xit 62;c7l1Dn 1;e6Lll0;ber 1rt0und like;ap 5Gow D;ash 68oke0;eep LiJow 6;cJp 1;e 5U;in,oJ;ff,v8;de17gn KngJt 62z7; al5Xle0;in,o5up;aLoJu5K;ot Jut0w 75;aw3ba4f3XoC;cIdeGk60veB;e Nll1Knd Mrv7tJ; Jtl55;d2f5Min,o5upJ;!on;aw3ba4d2in,o2Sup;oHto;al5Tout0rap5T;ilBv7;aXeUiSoOuJ;b 5Mle0n Jstl7;aLba4d2inKoJt3Qu5D;ut,v8;!to;c2MrAw3;ll Lot KuJ;g38ndB;a2Mf3Fo5;arAin,o5;ng 5Tp oJ;ff,p15;aJelBinGnt0;c61d J;o3Fup;cIt0;aYeXiVlSoQrNsyc2VuJ;ll Lt J;aJba4d2in,oFt3Xup;p42w3;ap41d2in,o5t3Vup;attle9ess KiMoJ;p 1;ah23on;iJp 66r4LurEwer 66;nt0;aKuJ;gGmp 6;ce u3My50;ck Jg0le9n 6p4Y;oFup;el 58ncilG;c4Qir 30n0ss LtKy J;ba4oC; d2c2H;aw3ba4in,oF;pJw4L;e4Kt D;arrowEerd0oJ;dBteE;aTeQiPoLuJ;ddl7lJ;l 44;cInkeyLp 6uthBve J;aJd2in,o5up;l4Aw3; wi47;ss0x 1;asur7lKss J;a1Rup;t 6;ke Kn 6rJs20x0;k 6ryB;do,fun,oHsure,up;aZeTiOoJuck0;aMc43g LoJse0;k Jse41;aft8ba4d2forw2Xin4Rov8u3U;in,oF;d 6;e 08ghtMnLsKve J;oHup;ten 57;e 1k 1; 1e3T;ave Lt KvelJ; oH;d2go,in,o5up;in,oJ;pJut;en;c7p 1sh Jtch9ughBy2B;in4Co5;eKickBnock J;d2oHup;eJyG;l 36p J;aw3ba4d2f01in,oFto,up;aLoKuJ;ic7mpG;ke3KtE;c3Tzz 1;aYeTiQoNuJ;nKrrJsh 6;y 1;kerEt J;arAd2;lJneGrse3D;d Je 1;ba4d2fast,o07up;de Kt J;ba4on,up;aw3o5;aJlp0;d Ll 2Or Jt 1;fJof;rom;in,oZu1P;cIm 1nKve Jz2J;it,to;d Jg 2VkerM;d2in,o5;k 1;aXeRive Ploss 2FoLrKunJ; f0R;ab hold,in3Wow 2Q; Jof 2E;aKb1Kit,oJrAt0Tu1F;ff,n,v8;bo5ft8hPw3;aw3bJd2in,oFrise,up,w3;a4ir2E;ar 6ek0t J;aKb1Ed2in,oJrAup;ff,n,ut,v8;cKhJl2CrAt,w3;ead;ross;d aKnJ;g 1;bo5;a0De06iXlToPrLuJ;ck Je2H;arAup;eKighten Jown9y 1;aw3oC;eJshe23; 1z7;lLol J;aJwi1W;bo5rA;d 6low 1;aKeJip0;sh0;g 6ke0mJrJttenE;e 36;gQlOnMrKsJzzle0;h 34;e Jm 1;aw3ba4up;d0isJ;h 1;e Jl 1P;aw3fOin,o5;ht ba4ure0;eOnKsJ;s 1;cLd J;fJoC;or;e D;d03l 1;cNll Jrm0t1C;ap0CbLd2in,oKtJvictim;hrough;ff,ut,v8;a4ehi2G;e J;d2oCup;a0Tdge0nd 0Xy7;aNoMrJ;aKess 6op J;aw3b01in,oH;g9w9; 0Qubl17;m 1;a06h03l00oNrJut 1E;ack9eep KoJ;ss Dwd0;by,d2in,oJup;n,ut;me MoKuntJ; o23;k 6l J;d2oC;aPbOforMin,oLtKuJ;nd8;ogeth8;n,ut,v8;th,wJ;ard;a4y;pJrAw3;art;eaKose J;in,oHup;n 6;eJipG;ck Der J;on,up;lQncel0rNsLtch KveG; in;o1Jup;h Dt J;doubt,oC;ry KvJ;e 07;aw3oF;l KmE; d2;aKba4d2oFup;ff,n,ut;rAw3;a0Qe0Il0Bo02rOuJ;bblLckl03il09lk 6ndl03rJst ZtKy 19zzB;n 0EsJ;t D;e J;ov8;anVeaTiKush J;oCup;ghPng J;aMba4d2fKin,o5uJ;nd8p;orJ;th;bo5lJrAw3;ong;teJ;n 1;k J;d2in,o5up;ch0;arQg 6iOn7oMssLttlKunce Jx D;aw3ba4;e 6; arA;k Dt 1;e 1;l 6;d2up;d 1;aOeed0oJurt0;cLw J;aw3ba4d2o5up;ck;k J;in,oH;ck0nk0stB; oOaMef 1nd J;d2ov8up;er;up;r0t J;d2in,oHup;ff,nJ;to;ck Pil0nLrgKsJ;h D;ain9e D;g Dk9; on;in,o5; o5;aw3d2oHup;ff,ut;ay;ct SdOsk LuctionB; oC;ff;arAo5;ouJ;nd;d J;d2oJup;ff,n;own;o5up;ut",
"Demonym": "true¦0:15;1:12;a0Vb0Oc0Dd0Ce08f07g04h02iYjVkTlPmLnIomHpEqatari,rCs7t5u4v3welAz2;am0Gimbabwe0;enezuel0ietnam0I;gAkrai1;aiwTex0hai,rinida0Ju2;ni0Prkmen;a5cotti4e3ingapoOlovak,oma0Spaniard,udRw2y0W;ede,iss;negal0Cr09;sh;mo0uT;o5us0Jw2;and0;a2eru0Fhilippi0Nortugu07uerto r0S;kist3lesti1na2raguay0;ma1;ani;ami00i2orweP;caragu0geri2;an,en;a3ex0Lo2;ngo0Drocc0;cedo1la2;gasy,y07;a4eb9i2;b2thua1;e0Cy0;o,t01;azakh,eny0o2uwaiI;re0;a2orda1;ma0Ap2;anO;celandic,nd4r2sraeli,ta01vo05;a2iB;ni0qi;i0oneU;aiAin2ondur0unO;di;amEe2hanai0reek,uatemal0;or2rm0;gi0;ilipino,ren8;cuadoVgyp4mira3ngli2sto1thiopi0urope0;shm0;ti;ti0;aPominUut3;a9h6o4roat3ub0ze2;ch;!i0;lom2ngol5;bi0;a6i2;le0n2;ese;lifor1m2na3;bo2eroo1;di0;angladeshi,el6o4r3ul2;gaE;azi9it;li2s1;vi0;aru2gi0;si0;fAl7merBngol0r5si0us2;sie,tr2;a2i0;li0;genti2me1;ne;ba1ge2;ri0;ni0;gh0r2;ic0;an",
"Organization": "true¦0:4D;a3Gb2Yc2Ed26e22f1Xg1Ph1Ki1Hj1Fk1Dl18m0Wn0Jo0Gp09qu08r01sTtGuBv8w3xiaomi,y1;amaha,m13ou1w13;gov,tu2Z;a3e1orld trade organizati2S;lls fargo,st1;fie28inghou2I;l1rner br3I;gree37l street journ29m17;an halOeriz2Nisa,o1;dafo2Ol1;kswagMvo;b4kip,n2ps,s1;a tod2Yps;es3Ai1;lev33ted natio30;er,s; mobi2Qaco beQd bNeAgi frida9h3im horto2Ymz,o1witt31;shi3Xy1;ota,s r 00;e 1in lizzy;b3carpen37daily ma31guess w2holli0rolling st1Rs1w2;mashing pumpki2Tuprem0;ho;ea1lack eyed pe3Lyrds;ch bo1tl0;ys;l2n3Ds1xas instrumen1J;co,la m15;efoni0Cus;a7e4ieme2Lnp,o2pice gir5quare04ta1ubaru;rbucks,to2R;ny,undgard1;en;a2x pisto1;ls;g1Nrs;few2Ainsbury2QlesforYmsu22;.e.m.,adiohead,b6e3oyal 1yana30;b1dutch she4;ank;aders dige1Gd 1max,vl1R;bu1c1Zhot chili peppe2Nlobst2C;ll;c,s;ant30izno2I;a5bs,e3fiz28hilip morrCi2r1;emier2Audenti16;nk floyd,zza hut;psi2Btro1uge0A;br2Vchina,n2V;lant2Nn1yp12; 2ason20da2I;ld navy,pec,range juli2xf1;am;us;aAb9e6fl,h5i4o1sa,vid3wa;k2tre dame,vart1;is;ia;ke,ntendo,ss0L;l,s;c,st1Htflix,w1; 1sweek;kids on the block,york09;a,c;nd1Vs2t1;ional aca2Io,we0Q;a,cYd0O;aBcdonaldAe7i5lb,o3tv,y1;spa1;ce;b1Mnsanto,ody blu0t1;ley crue,or0O;crosoft,t1;as,subisM;dica2rcedes benz,talli1;ca;id,re;'s,s;c's milk,tt14z1Z;'ore08a3e1g,ittle caesa1K;novo,x1;is,mark; 1bour party;pres0Bz boy;atv,fc,kk,m1od1J;art;iffy lu0Moy divisi0Gpmorgan1sa;! cha07;bm,hop,n1tv;g,te1;l,rpol;asbro,ewlett pack1Ri3o1sbc,yundai;me dep1n1L;ot;tac1zbollah;hi;eneral 6hq,ithub,l5mb,o2reen d0Lu1;cci,ns n ros0;ldman sachs,o1;dye1g0E;ar;axo smith kli03encoV;electr0Km1;oto0W;a4bi,da,edex,i2leetwood mac,o1rito l0D;rd,xcX;at,nancial1restoY; tim0;cebook,nnie mae;b08sa,u3xxon1; m1m1;ob0H;!rosceptics;aiml0Be6isney,o4u1;nkin donu2po0Xran dur1;an;ts;j,w j1;on0;a,f lepp0Zll,peche mode,r spiegZstiny's chi1;ld;aIbc,hEiCloudflaBnn,o3r1;aigsli5eedence clearwater reviv1ossra06;al;ca c7inba6l4m1o0Bst06;ca2p1;aq;st;dplPg1;ate;se;ola;re;a,sco1tigroup;! systems;ev2i1;ck fil-a,na daily;r1y;on;dbury,pital o1rl's jr;ne;aEbc,eBf9l5mw,ni,o1p,rexiteeU;ei3mbardiIston 1;glo1pizza;be;ng;o2ue c1;roV;ckbuster video,omingda1;le; g1g1;oodriL;cht2e ge0rkshire hathaw1;ay;el;idu,nana republ3s1xt5y5;f,kin robbi1;ns;ic;bYcTdidSerosmith,iRlKmEnheuser-busDol,pple9r6s3utodesk,v2y1;er;is,on;hland1sociated F; o1;il;by4g2m1;co;os; compu2bee1;'s;te1;rs;ch;c,d,erican3t1;!r1;ak; ex1;pre1;ss; 5catel2ta1;ir;!-lu1;ce1;nt;jazeera,qae1;da;g,rbnb;as;/dc,a3er,tivision1;! blizz1;ard;demy of scienc0;es;ba",
"Possessive": "true¦any2its,my,no4o0somet3their1yo0;ur0;!s;o1t0;hing;ne",
"Noun|Verb": "true¦0:8L;1:8H;2:76;3:8S;4:7Z;5:8R;6:8V;7:7W;8:8B;9:7I;A:8Z;a8Db7Kc6Gd5Se5If4Vg4Jh49i42j41k3Zl3Nm3Dn39o35p29ques8Fr1Ls0DtXuVvQwEyDzB;ip,oB;ne,om;awn,e5Hie5A;aKeIhFiDoBre8E;nd0rB;k,ry,sh4M;ck,mp,nBpe,re,sh,tne8X;!d,g;e73iB;p,sB;k,t4;aBed;r,th0;it,rBs5t1ve,x;!ehou2raA;aEiDoB;iBlunte0m7te,w;ce,d;be,ew,s7;cuum,l3J;pBsh0;da5gra5Ilo5E;aOeNhrMiLoJrEuCwiBy53;n,st;nBrn;e,n6M;aDeCiBu8;bu5ck,gg0m,p;at,k,nd;ck,de,in,nsBp,v6I;f0i7K;ll,ne,p,r45ss,t7WuB;ch,r;ck,e,me,p,re;e51ow,u8;ar,e,mp0st,xt;g,lBng4rg6Ms5x;k,ly;a0Hc0Ce09h04i02k00lYmXnWou6YpRtHuDwB;ea73iB;pe,t1;b22it,m,ppCrBspe6;ge,pri2vey;lBo5S;e5Py;aIeHiGoErCuBy4;dy,ff,mb4;a6ZeBi4Vo4Vugg4;am,ss,t1;cking,p,rB;e,m;ck,t1;m,p;ck,in,ke,ll,mp,nd,p4rBte,y;!e,t;aEeed,iDla65oCrBy;ay,e4Fink4u3;ns78t;n,r75te;n,rk;ap,ee1Iow;e3Ui4o4H;eep,iB;ce,p,t;ateboa6LiB;!p;de,gnBp,ze;!al;aEeDiCoBuff4;ck,p,re,t,w;ft,p,v0;d,i3D;pe,re,ve;aCed,nBrv19t;se,t24;l,r1t;aEhedu4oDrB;at1eBo3E;en,w;re,ut;le,n,r23;crifi3il;aWeEiDoCuB;b,in,le,n,s55;a8ck,ll,ot,u5;de,ng,p,s1J;aRcQdo,el,fOgNje6lMmKnJo0ZpHque8sDturn,vBwa5Z;eBi1Q;al,r2;er67oDpe6tCuB;lt,me;!a4G;l64rt;air,eaBly,o4E;l,t;dezvo2Ht;aBedy;ke,rk;ea2i4Y;a5Mist0r4V;act61er1Eorm,uB;nd,se;a2Po5Jru7;d,s5K;c10ge,i2ke,l4PnBp1Ft1F;ge,k;a01eYhWiUlQoLrCuB;mp,n1rcha2sh;aIeGiFoBu40;be,ceDdu3grBje6mi2te8;amBe61;!me;ed,ss;ce,de,nt;sBy;er5Hs;cti3i2;iElCol,p,re,sBw0;e,i54t;iBl;ce,sh;nt,s52;aCe2LuB;g,n9;ce,nBy;!t;ck,lBn0Tpe,t,vot;e,ot;a2oB;ne,tograph;ak,eCn,rBt;fu4Em7;!l,r;cka9iEnDrBss,t1u2;eAtB;!y;!ic;nt,r;bDff0il,oCrButli36;b7d0ieA;ze;je6;a43eDoB;d,tB;e,i3;ed,gle6rd,t;aGeEiDoCuB;rd0;d37ld,nit4Pp,ve;lk,n3Srr4Oss,x;asu3Cn48rBss;ge,it;il,nDp,rk3EsCtB;ch,t0;h,k;da5n0oeuv37;aJeGiEoBump;aCbby,ck,g,oBve;k,t;d,n;cBft,m7nGst;en2k;aCc0Ie1vB;el,y;ch,d,k,p,se;bCcBnd,p,t1un1;e,k;el,o2F;e2NiBno3T;ck,ll,ss;am,o1Gui3;mpGnCr3OssB;ue;cr1Jdex,fluDha4k,se26terBvoi3;e8fa3viB;ew;en3;a6le20;aHeFiEoCuB;g,nt;ld,no22ok,pBr2st,u2;!e;ghlight,ke,re,t;aBd9lp;d,t;ndCrBte;bo3Gm,ne3Xve8;!le;aLeek,loKoIrDuB;arBe3Ui0Un;antee,d;aDiCoBumb4;om,u2O;nd,p;dBsp;e,ua5;of,ssB;ip;ss,w;in,me,ng,s,te,ze;aWeTiOlLoHrDuB;el,nBss,zz;c2Sd;aCoBy;st,wn;cBgme,me;tu1S;cDg,il,ld,ol,rB;ce,e1XmB;!at;us;aCe1Tip,oBy;at,ck,od,w;g,re,sh,vo15;eEgDlCnBre,sh,t,x;an3i1P;e,m,t0;ht,u1H;ld;aCeBn3;d,l;r,tu1D;ce,il,ll,rm,vo2G;cho,d9nJsHxDyeB;!baB;ll;cDerci2hib7pBtra6;eriBo0O;en3meA;el,han9;caBtima5;pe;count0d,gine0vy;aWeQiKoHrCuBye;b,el,mp,pli2H;aEeDiCoB;ne,p;ft,nk,p,ve;am,ss;ft,in;cCd9ubt,wnloB;ad;k,u07;p,sDt1vB;e,iBor3;de;char9liCpB;at1lay,u5;ke;al,ba5cEfeDlCma13pos7siBtail;gn,re;ay,ega5;at,ct;liZrB;ea2;b,ma9n3rBte;e,t;a09ent08h01irc4lYoHrDuB;be,e,rBt;e,l,ve;aDeCoBu0Gy;p,ss,wd;d7ep;ft,sh;a1de,in,lPmJnDok,py,re,st,uBv0;gh,nBp4;sXt;ceEdu6fli6glomeFsDtBveK;a6rB;a8ol;eAtru6;ntBrn;ra5;biFfoEmDpB;leBou0Eromi2;meA;a0CeAit,u5;rt;ne;lap2oB;r,ur;aCiB;ck,p;im,w;aCeBip;at,ck,er;iEllen9mpi0HnCrBuffe0O;ge,m,t;ge,nB;el;n,r;er,re;ke,ll,mp,noe,pDrTsCt1u2ve;se;h,t;!tuB;re;aYeViTlQoMrEuBypa0U;bb4ck4dgCff0lBrn,st,zz;ly;et;anHeFiDoadCuB;sh;ca8;be,d9;ge;aBed;ch,k;ch,d;aDmb,nCoBss,tt4x,ycott;k,st,t;d,e;rd,st;aCeBitz,oSur;nd;me;as,d,ke,nd,tB;ch,e;aCnef7t;it;r,t;il,lan3nErgaDsCtt4;le;e,h;in;!d,g,k;c03dVffilUge,iTlt0nQppNrJsGttEucCwaB;rd;tiB;on;aBempt;ck;k,sB;i8ocN;st;chCmoB;ur;!iB;ve;eCroa1;ch;al;chBg0sw0;or;er;d,m,r;ia5;dFvB;an3oB;ca5;te;ce;i6reB;ss;ct;cBhe,t;eDoB;rd,uA;nt;nt,ss",
"Actor": "true¦aJbGcFdCfAgardenIh9instructPjournalLlawyIm8nurse,opeOp5r3s1t0;echnCherapK;ailNcientJoldiGu0;pervKrgeon;e0oofE;ceptionGsearC;hotographClumbColi1r0sychologF;actitionBogrammB;cem6t5;echanic,inist9us4;airdress8ousekeep8;arm7ire0;fight6m2;eputy,iet0;ici0;an;arpent2lerk;ricklay1ut0;ch0;er;ccoun6d2ge7r0ssis6ttenda7;chitect,t0;ist;minist1v0;is1;rat0;or;ta0;nt",
"Honorific|Noun": "true¦aRbNcGdFexcellency,field marEjudge,king,lCm9officOp5queen,r2s0taoiseach,vice4;e0ultJ;cretary,rgeaB;abbi,e0;ar0verend; adN;astGr0;eside6i0ofessF;me ministGnce0;!ss;a1is0;sus,tD;gistrate,r2yA;ady,ieutena0ord;nt;shE;oct6utcheA;aptain,hance4o0;lonel,mmand6n0rporBunci3;gress0stable;m0wom0;an;ll0;or;aron1rigadi0;er;!e0;ss;d0yatullah;mir0;al",
"Possessive": "true¦its,my,none,our0;!s",
"Noun|Verb": "true¦0:96;1:92;2:8J;3:7P;4:9D;5:9G;6:9C;7:81;8:8G;9:8W;a8Xb82c6Xd68e5Yf5Bg4Zh4Qi4Jj4Gk4Dl42m3Qn3Mo3Ip2Hques8Zr1Ss0EtYuVvQwDyCzA;ip,oA;ne,om;awn,e5Xie5Q;aJeHhEiCoAre8Y;nd0rA;k,ry,sh52;ck,mp,nApe,re,sh,tne9H;!d,g;e7LiA;p,sA;k,t2;aAed;r,th0;it,lk,rBsAt1ve,x;h,te;!ehou3ra9D;aDiCoA;iAlunte0m8te,w;ce,d;be,ew,s8;cuum,l3Z;pBr7sA;e,h0;da6gra5Wlo5S;aNeMhrLiKoIrDuBwiAy5H;n,st;nArn;e,n72;aCeBiAot,u9;bu6ck44gg0m,p;at,k,nd;ck,de,in,nsAp,v6Y;f0i82;ll,ne,p,r4Jss,t8EuA;ch,r;ck,de,e,le,me,p,re;e5Fow,u9;ar,e,ll,mp0st,xt;g,lAng2rg72s6x;k,ly;a0Lc0Fe0Ch07i05k03l01m00nZou7EpSqua6WtGuCwA;ea7KiA;ng,pe,t1;b2Dit,m,ppBrAspe5;ge,pri3v2L;lAo67;e64y;aJeIiHoErBuAy2;dy,ff,mb2;a7HeBiAo59ugg2;ke,ng;am,ss,t1;ckBp,rA;e,m;ing,pi2;ck,nk,t1;m,p;ck,in,ke,ll,mp,nd,p2rAte,y;!e,t;aFeed,iElDoCrAur,y;ay,e4RinAu4;g,k2;ns7Nt;a6Fit;ll,n,r7Jte;n,rk;ap,ee1Pow;a6Be44i2o4R;eep,iAou1;ce,p,t;ateboa6ZiA;!p;de,gnAp,ze;!al;aDeCiBoAuff2;ck,p,re,t,w;ft,p,v0;d,i3N;ck,de,pe,re,ve;aBed,nArv1Gt;se,t2F;l,r1t;aEhedu2oDrA;aBeAo3O;en,w;pe,t1;re,ut;le,n,r0N;cAil;k,rifi4;aWeEiDoBuA;b,in,le,n,s5F;a9ck,ll,oApe,u6;f,t;de,ng,p,s1O;aQcPdo,el,fNgMje5lLmJnIo13pGque9sCturn,vAwa6A;eAi1Y;al,r3;er6IoCpe5tBuA;lt,me;!a4O;l6Frt;air,eaAly,o4M;l,t;dezvo2Ot;aAedy;ke,rk;ea3i57;a5Xist0r54;act6Cer1Morm,uA;nd,se;a2Wo5Uru8;ch,d,s5V;c15ge,i3ke,l4YnApXtX;ge,k;a03eZhXiUlQoKrBsy1uA;mp,n1rcha3sh;aHeFiEoAu49;be,ceCdu4fi2grAje5mi3p,te9;amAe6C;!me;ed,ss;ce,de,nt;sAy;er5Ss;cti4i3;iElCoBp,re,sAw0;e,i5Ft;l,p;iAl;ce,sh;nt,s5C;aBce,e2RuA;g,mp,n7;ce,nAy;!t;ck,lBnApe,t,vot;!e;e,ot;a3oA;ne,tograph;ak,eCnBrAt;fu4Lm8;!c2P;!l,r;ckFiEnDrBsAt1u3;s,te;e5PtA;!y;!ic;nt,r;!a7;bCff0il,oBrAutli3A;b8d0ie5J;ze;je5;a47eCoA;d,tA;e,i4;ed,gle5rd,t;aHeFiEoBuA;rd0;ck,d3Bld,nAp,uth,ve;it4UkA;ey;lk,n3Urr4Sss,x;asu3En4CrAss;ge,it;il,nCp,rk3GsBtA;ch,t0;h,k;da6n0oeuv39;aHeFiDoAump;aBbby,ck,g,oAve;k,t;d,n;cAft,m8nEst;en3k;aAc0Ie1vG;ch,d,k,p,se;bBcAnd,p,t1un1;e,k;el,o2I;eBiAno3Y;ck,ll,ss;el,y;aBo1GuA;d7i4mp;m,zz;mpFnBr3QssA;ue;cr1Idex,fluCha2k,se25terAvoi4;e9fa4viA;ew;en4;a5le1Z;aFeDiCoBuA;g,nt;l2Xno22ok,p,r3st,u3;ghlight,ke,re,t;aAd7lp;d,t;ck,m,ndBrAte;bo3Jm,ne40ve9;!le;aKeek,loJoHrCuA;arAe3Xi0Tn;antee,d;aCiBoAumb2;om,u2P;nd,p;dAsp;e,ua6;of,ssA;ip;ss,w;in,me,ng,s,te,ze;aVeSiNlKoGrCuA;ck,el,nAss,zz;c2Vd;aBoAy;st,wn;cAgme,me;tu1T;cCg,il,ld,ol,rA;ce,e1YmA;!at;us;aBe1Uip,oAy;at,ck,od,w;g,ke,me,re,sh,vo16;eDgClBnAre,sh,t,x;an4i1Q;e,m,t0;ht,u1I;ld;aBeAn4;d,l;r,tu1E;ce,il,ll,rm,vo2J;cho,d7nIsGxCyeA;!baA;ll;cCerci3hib8pAtra5;eriAo0O;en4me2Z;el,han7;caAtima6;pe;count0d,gine0vy;aWePiJoGrBuAye;b,el,mp,pli2K;aDeCiBoA;ne,p;ft,nk,p,ve;am,ss;ft,g,in;cBd7ubt,wnloA;ad;k,u07;p,sCt1vA;e,iAor4;de;char7h,liBpA;at1lay,u6;ke;al,ba6cEfeDlCma14pos8siBtaA;il;gn,re;ay,ega6;at,ct;liZrA;ea3;b,ma7n4rAte;e,t;a09ent08h01irc2lYoGrCuA;be,e,rAt;e,l,ve;aCeBoAu0Gy;p,ss,wd;d8ep;ck,ft,sh;a1de,in,lPmInCok,py,re,st,uAv0;gh,nAp2;sXt;ceDdu5fli5glomeEsCtAveJ;a5rA;a9ol;e1Stru5;ntArn;ra6;bEfoDmCpA;leAou0Eromi3;me1N;a0Ce1Mit,u6;rt;at,iA;ne;lap3oA;r,ur;aBiA;ck,p;im,w;aBeAip;at,ck,er;iDllen7mpi0InBrAuffe0P;ge,m,t;ge,nA;el;n,r;er,re;ke,ll,mp,noe,pCrSsBt1u3ve;se;h,t;!tuA;re;aYeUiSlPoLrDuAypa0V;bb2ck2dgBff0lAmp,rn,st,zz;ly;et;anGeEiCoadBuA;sh;ca9;be,d7;ge;aAed;ch,k;ch,d;aCg,mb,nBoAss,tt2x,ycott;k,st,t;d,e;rd,st;aBeAitz,oTur;nd;me;as,d,ke,nd,tA;ch,e;aCef,nAt;d,ef8;it;r,t;ck,il,lan4nErgCsBtt2;le;e,h;aAe;in;!d,g,k;c02dUffilTge,iSlt0nPppMrIsFttDucBwaA;rd;tiA;on;aAempt;ck;k,sA;i9ocM;st;chBmoA;ur;!iA;ve;eBroa1;ch;al;chAg0sw0;or;er;d,m,r;ia6;dEvA;an4oA;ca6;te;ce;i5reA;ss;ct;cAhe,t;eCoA;rd,uA;nt;nt,ss",
"Actor": "true¦0:1C;a18b11c0Od0Hex0Gf0Bg08h07i03journ02lZmTnurse,oRpIquGrAs4t3underwrDv2w1;ork0rC;eterinari0QiceD;aoiseach,echn0Hherapi1AranscriB;ail1Gcienti19e4ing0ol11p2u1;lt0Nperv1Arge2;eciWokespers1;on;cretary,rgeant1;! maj1B;abbi,e1oof0unning 7;ar4c1port0sear0Rverend;e2ru1;it0;ptioni0Z; admir12;arter1een;back;ast12h8l6oli5r1sychologi0V;actition0eside13i2o1;duc0fess10gramm0speZ;me minBnce1;!ss;c00tX;a1umb0;nn0y0;otograph0ysU;ffic0p1rganiz0;er0Rtometri0L;a5e4i1usR;n2s1;sus,t0;ist0;chanic,rcha0P;gistrate,k0nag0y0M;a2eYieutenant1ord;! gener0H;bor0dy,wy0;ali0B;llu0Fn1;s1vestig0F;peEt1;all0ruD;airdress0ousek3;arden0oal1;ie,k1teL;eep0;arm0i1;eld marsh05g3r1tt0;e1st lady;fig1mE;ht0;amin0cellency;aUe4i1o2riv0utcheQ;et2re1;ct01;ici8;al0fenc2put1sign0tective,velop0;ee,y;em5;aBeo,fo,h8le7o1;lonel,m4n1ordinUrporSunci9wboy;gress1stable;m1wom1;an;ma1pos0;nd0;an0rk;ance2eerle1;ad0;llM;ptain,r1;etak0pent0;aron5r2ut1;ch0;i1ok0;cklay0ga1;di0;!e1;ss;ccounDd6geEn2r1ssisDttendaEyatullah;chitect,ti4;aly3im9nou1;nc0;er;st;mi2v1;is5;ni2r1;al;str1;at1;or;ta1;nt",
"Adj|Noun": "true¦a0Wb0Rc0Gde0Fe0Af04g03h02i00juZlXmRnPoOpKrHsAt6u3va1w0;atershed,elcome;gabo3nilla,ria0;b0Int;ndergr0pstairs;adua0Oou0;nd;a2e0oken,ri0Q;en,r0;min0Oror0G;boo,n;e4ist03o2quat,ta1u0well;bordina0Hper4;b08ndard;cial0Bl0vereign;e,ve0M;cret,n0ri0H;ior;ac07e0outiNubbiG;ar,b7la00nt0Ep0;resentaZublican;a2eriodic0Cotenti0Cr0;emi0incip0Bo;er,um;rall2tie0D;ffi01pposi04v08;aggRov0;el;aTe3in2o0;biSdernWr0;al,tal;iature,or;di0tr06;an,um;attGiberZu0;sh;stice,veniL;deWmpressionOn0;cumbeZdividuVnoYstaZ;omel9umdrum;enious,old;a3e1i0luid;ne;llow,m0;aDinH;t,vo0;riJuriJ;l2pRx0;c0ecu7pM;ess;d0iF;er;mographMriva3;hiDlassLo1rude,unn0;ing;m3n1opera0;tive;cre8stitueGtemporary,vertab0;le;m1p0;anion,lex;er1un0;ist;ci6;lank,o3r0;i1u0;te;ef;ttom,urgeois;cadem5d2l1nim0rab;al;ert;oles0ult;ce0;nt;ic",
"Person|Noun": "true¦a07b01cYdRePfOgMhJjFkiElDmBolive,p7r4s3trini00v1wa0;ng,rd;an,enus,iol0;a,et;ky,on5umm02;ay,e1o0uby;bin,d,se;ed,x;a2e0ol;aHn0;ny;ge,tM;a0eloR;x,ya;a9eo,iE;ng,tL;a2e1o0;lDy;an,w3;de,smi4y;a0iKol8;ll,z0;el;ail,e0;ne;aith,ern,lo;a0dDmir,ula,ve;rl;a4e3i1ol0;ly;ck,x0;ie;an,ja;i0wn;sy;h0liff,rystal;ari0in,ristian;ty;ak4e3i2r0;an0ook;dy;ll;nedict,rg;er;l0rt;fredo,ma",
"Person|Verb": "true¦b8ch7dr6foster,gra5hope,ja9lan4ma2ni9ollie,p1rob,s0tra4wade;pike,t5ue;at,eg,ier2;ck,r0;k,shal;ce;ce,nt;ew;ase,u1;iff,l1ob,u0;ck;aze,ossom",
"Pronoun": "true¦'em,elle,h3i2me,she4th0us,we,you;e0ou;m,y;!l,t;e0im;!'s",
"Singular": "true¦0:4P;1:5H;2:5G;3:4V;4:53;5:50;6:4Z;7:5A;8:4Q;a4Zb4Ec3Gd2Ze2Sf2Ig27h1Uin1Qjel4k1Ol1Km1An17o13p0Mqu0Lr0CsTtJuGvCw9x 59;a9ha3Iom2E;f0i53t0Dy9;! arou4M;arn4NeAo9;cabula48l5B;getPr9;di6t1K;nc3Bp2WrAs 9;do3Zs5E;bani2in1; rex,aHeGhi8iEoDrBuAv9;! show;m2Ln3rntIto15;agedy,ib9o4C;e,u2T;p3rq3K;c,de,er,me9; off,tD;am,mp3G;ct3le5x return;aQcOeNhMi2kKoJtEuBweethe1Ky9;ll9n2Ast4Y;ab2W;bAnri1Cper bowl,r9;f0roga2;st3Ltot1;aCepBipe3Yo1DrAudent9;! lo1N;ang0i8;fa1Imo1I;ff0t37;loi49meo18;elet15i9;er,ll,rm3T;a22or4H;ab0Wcurity gu2K;e5ho9;l37ol;la3Andwi0J;av0YeChetor3iAo9;de5om;te,v9;erb0P;bCcBf9publ3r0Qspi2;er9orm0;e5r1;it1ord label;a2u4A;estion mark,ot2F;aMeKhJiHlFort1rAu9yram1F;ddi8ppy,rpo0L;eCie3Po9;bl43s9;pe6t9;a2itu2;diction,mi0Groga7ss relea0G;a9ebisci2;q2Ete,y0;cn3e9g;!r;armaci3GotocoH;dest1ncil,r9t1;cen3Psp3Q;nAr2Zte9;!nt;el2Zop4;bj3McApia2rde1thers,ve9wn0;n,rview;cu9e0I;pi0;aAit2Cot9umb0;a2Dhi8;n2Hrra7;aFeEiDoAu9é0J;m0Vr1;mAnopo4pSrni8sq1Wt9u19;h0i3E;!my;li11n0C;d3nu,t1;mm1nAte9yf4;ri1;!d17;aurea2iBos0u9;ddi2n9;ch;ght bulb,p0E;ey9ittM;!no2;cBdices,itia7se6teAvert9;eb1S;l0Pnt;en7ide5;aKeaFighDo9uman right,ygie15;le,meAsp1Ptb9;ed;! r9;un; scho17ri9;se;dAv9;en; stApho9;ne;art;m,ndful,ze;aHeFirl1PlaQoErAu9;l4y;an9enadi0id;a1Bd9; slam,fa9mo9;th0;d,lf0;lat0Hntlem9;an;df4r9;l3n1I;aHeGiElDol4rAun9;er1;ee market,iAon9;ti0;e1Bga2;ame,ow0u2;nan9ref4;ci0;lla,t19;br3mi4n0Zth0;conoEffDgg,lecto0RnCs23th3venBxAyel9;id;ampXempl0Nte5;i8t;er1Q;e6i1P;my;aNeJiFoCrBu9;de,mp tru9;ck;agonf4i0;cAg1Ji4or,ssi0wn9;si0P;to0EumenB;aBgniAnn0s9vide0R;conte5incen7tri6;ta0D;le6;aBc1fAni1te9;c7rre5;ault 07err1;th;d9rZ;!dy;aYeVhOiNlLoDr9;edit cBit3uc9;ib9;le;ard;efficFke,lDmmuniqNnBpi0rr1t13u9yo2;ri0s9;in;ne6s9;ervatoWuI;ic,lRum9;ni0M;ie5;er9ie5;gy,ic;ty,vil wM;aDeqCocoBr9;istmas car9ysanthemum;ol;la2;ue;ndeli0racter9;ist3;iAllEr9;e1tifica2;li8;hi0naFpErCshi0t9ucus;erpi9hedr1;ll9;ar;bohyd9ri0;ra2;it1;ry;aPeOiMlemLoHrDu9;ddhiYnBr9tterf4;glar9i1;!y;ny;eakBiAo9;!th0;de;faRthroC;dy,g,roBwl,y9;!frie9;nd;ugh;ish;cyc9oH;liK;an,l4;nki8r9;!ri0;er;ng;cUdOllMnJppeti2rIsFtBu9;nt,to9;psy;hAt3;ic;ie9le2;st;ce5pe6;ct;nt;ray;ecAoma4tiA;ly;do2;er9y;gy; hominDjAvan9;tage;ec7;ti9;ve;em;cru1eAqui9;tt1;ta2;te;al",
"Singular": "true¦0:4L;1:5D;2:5C;3:4R;4:4Z;5:4W;6:4V;a4Tb48c3Ad2We2Pf2Fg24h1Rin1Njel4k1Ml1Im18n15o11p0Jqu0Ir09sRtHuEvAw7x 53;a7ha3Com2B;f0i4Xt0Ay7;! arou4G;arn4He8o7;cabula42l55;gIr7;di6t1H;nc35p2Sr8s 7;do3Ts58;bani2in1; rex,aFeEhing40iCoBr9u8v7;! show;m2In3rntGto13;agedy,ib7o46;e,u2P;p3rq3E;c,er,m7;etB;am,mp3A;ct3le5x return;aNcLeKhor4Pi2kIoHtCu9weethe1Hy7;ll7n27st4S;ab2Q;b8nri19per bowl,r7;f0roga2;st3Ftot1;aAep9ipe3So1Ara8udent7;! lo1K;ng0te4F;fa1Fmo1F;ff0t31;ft ser4Hloi43meo15;elet12i7;er,ll,rm3N;ab0Ucurity gu2F;e5ho7;l32ol;la35ndwi0I;av0WeAhetor3i8o7;de5om;te,v7;erb0N;bAc9f7publ3r0Ospi2;er7orm0;e5r1;it1ord label;a2u45;estion mark,ot2A;aLeJhIiFlDort1r8u7yram1D;ddi3Eppy,rpo0J;eAie3Ko7;bl3Ys7;pe6t7;a2itu2;diction,mi0Eroga3Tss relea0E;a7ebisci2;q29te;cn3e8g7;!gy;!r;armaci3AotocoF;anut,dest1r7t1;cen3Jsp3K;n8r2Tte7;!nt;el2Top4;bj3Gc8pia2rde1thers,ve7wn0;n,rview;cu7e0F;pi0;a8it26ot7umb0;a27hi2S;n2Brra3B;aDeCiBo8u7é0G;m0Sr1;m8nopo4pPrni2Osq1Qt7;h0i38;!my;li0Xn09;d3nu,t1;mm1n8te7yf4;ri1;!d11;aurea2i9os0u7;ddi2n7;ch;ght bulb,p0B;eyno2ittJ;c9dices,itia2Vni2Bse6te8vert7;eb1N;l0Mnt;en2Side5;aIeaDighBo7uman right,ygie10;me8sp1Ktb7;ed;! r7;un; scho12ri7;se;d8v7;en; st8pho7;ne;art;ndful,ze;aFeDirl1KlaOoCr8u7;l4y;an7enadi0id;a16d7; slam,fa7mo7;th0;d,lf0;lat0Cntlem7;an;df4r7;l3n1D;aFeEiClBol4r8un7;er1;ee market,i8on7;ti0;e16ga2;ow0u2;nan7ref4;ci0;lla,t14;br3mi4n0Uth0;conoCffBgg,lecto0MnAs1Yth3ven9x8yel7;id;ampSempl0Ite5;i16t;er1L;e6i1K;my;aIeGiCo9r8u7;de,mp truck;agonf4i0;c8g1Fi4or,ssi0wn7;si0L;to0Aumen9;a9gni8nn0s7vide0N;conte5incen1Ftri6;ta09;le6;ath,c1f7ni1terre5;ault 04err1;d7rX;!dy;aWeThMiLlJoBr7;edit c9it3uc7;ib7;le;ard;efficDke,lBmmuniqLn9pi0rr1t11u7yo2;ri0s7;in;ne6s7;ervatoUuG;ic,lPum7;ni0K;ie5;er7ie5;gy,ic;ty,vil wK;aBeqAoco9r7;istmas car7ysanthemum;ol;la2;ue;ndeli0racter7;ist3;i8llCr7;e1tifica2;liZ;hi0naDpCrAshi0t7ucus;erpi7hedr1;ll7;ar;!bohyd7ri0;ra2;it1;ry;aNeMiKlemJoFrBu7;ddhiWn9r7tterf4;glar7i1;!y;ny;eak9i8o7;!th0;de;faPthroA;dy,ro9wl,y7;!frie7;nd;ugh;ish;cyc7oF;liI;an,l4;nki9r7;!ri0;er;ng;cSdMllKnHppeti2rGsDt9u7;nt,to7;psy;h8t3;ic;ie7le2;st;ce5pe6;ct;nt;ray;ec8oma4ti8;ly;do2;er7y;gy; hominBj8van7;tage;ec7;ti7;ve;em;cru1e8qui7;tt1;ta2;te;al",
"Preposition": "true¦-,aNbKcJdIexcept,fGinFmid,notwithstandiToDpUqua,sCt7u4v2w0;/o,herePith0;! whFin,oT;ersus,i0;a,s-a-vis;n1p0;!on;like,til;h1ill,oward0;!s;an,r0;ough0u;!oJ;ans,ince,o that,uch D;f0n1ut;!f;!to;or,r0;om;espite,own,u3;hez,irca;ar1e0oAy;sides,tween;ri6;bo7cross,ft6lo5m3propos,round,s1t0;!op;! long 0;as;id0ong0;!st;ng;er;ut",
"Uncountable": "true¦0:25;1:2D;a2Kb2Cc20d1Re1Hf1Bg14h0Xi0Sjewel10k0Rl0Mm0Cn0Ao09p00rVsIt8v6w2you guys;a4i3oo2;d,l;ldlife,ne;rm7t1;ernacul1Zi2;neg1Yol1Etae;eAh8ime off,oothpas1Qr3un2yranny;a,gst20;aff2Dea1Ao3ue nor2;th;o03u2;ble2se1It;!shoot2C;er2und1;e,mod2J;a,nnis;aCcBeAh9il8ki7o6p5t3u2weepstak0;g1Mnshi28shi;ati05e2;am,el;ace2Beci0;ap,cc1meth23;n,ttl0;k,v1;eep,ingl0or13;na17ri0;ene09isso13;d0Nfe22l2nd,t0B;m1Nt;a5e3ic2;e,ke0X;c2ins,laxa0Usearch;ogni0Trea0T;bi0in;a8e7hys6last1No4re2;amble,mis0s2ten1R;en1Qsu0C;l2rk;i1ZyE; 0Zi1Z;a1Vtr05;nt2ti0E;i0s;bstetri1Vvercrowd1Hxyg10;a2ews;il polTtional securi1K;a9e7o4u2;m2s1A;ps;n2o1D;ey,o2;gamy;a2cha08rchandi1Atallurgy;sl0t;chine2thema1J; learn15ry;aught1e5i4ogi3u2;ck,g0W;c,s1F;ce,ghtn11nguis1EteraOv1;ath1isuOss;ara07indergart0Inowled0T;ce,gnor5mp4n2;formaYter2;net,sta04;atiQort2rov;an15;a5eHisto4o2ung1;ckey,mework,ne2rserad6spitali0X;s0Wy;ry;ir,libZppiFs2;h2te;ish;ene5l4o3r2um,ymnas0Z;aCeZ;lf,re;ut02yce0F; 2ti0W;edit0Hpo2;ol;aNicGlour,o4urni2;tu2;re;od,rgive2uri1wl;ne2;ss;cono0JducaAlectr8n6quip7thi0Nvery5x2;ist3per2;ti09;en0H;body,o06th05;joy2tertain2;ment;ici07o2;ni0F;tiR;e8i5o3raugh2ynas04;ts;pe,wnstai2;rs;abet0s2;honYrepu2;te;b2miU;ut;aCelciBh8ivi04l6o2urrency;al,ld w4n2ral,ttGuscoA;fusiFt 2;ed;ar;assiZoth0;es;aos,e3ick2;en;eJwH;us;d,rL;a6i4lood,read,u2;ntDtt1;er;lliarHs2;on;g2ss;ga2;ge;cIdviHeroEirDm9n4ppeal court,rithmet3spi2thleJ;rin;ic;i5y2;o3th2;ing;ne;se;en4n2;es2;ty;ds;craft;bi7d2nau6;yna2;mi5;ce;id,ous2;ti2;cs",
"SportsTeam": "true¦0:1A;1:1H;2:1G;a1Eb16c0Td0Kfc dallas,g0Ihouston 0Hindiana0Gjacksonville jagua0k0El0Bm01newToQpJqueens parkIreal salt lake,sAt5utah jazz,vancouver whitecaps,w3yW;ashington 3est ham0Rh10;natio1Oredski2wizar0W;ampa bay 6e5o3;ronto 3ttenham hotspur;blue ja0Mrapto0;nnessee tita2xasC;buccanee0ra0K;a7eattle 5heffield0Kporting kansas0Wt3;. louis 3oke0V;c1Frams;marine0s3;eah15ounG;cramento Rn 3;antonio spu0diego 3francisco gJjose earthquak1;char08paA; ran07;a8h5ittsburgh 4ortland t3;imbe0rail blaze0;pirat1steele0;il3oenix su2;adelphia 3li1;eagl1philNunE;dr1;akland 3klahoma city thunder,rlando magic;athle0Mrai3;de0; 3castle01;england 7orleans 6york 3;city fc,g4je0FknXme0Fred bul0Yy3;anke1;ian0D;pelica2sain0C;patrio0Brevolut3;ion;anchester Be9i3ontreal impact;ami 7lwaukee b6nnesota 3;t4u0Fvi3;kings;imberwolv1wi2;rewe0uc0K;dolphi2heat,marli2;mphis grizz3ts;li1;cXu08;a4eicesterVos angeles 3;clippe0dodDla9; galaxy,ke0;ansas city 3nE;chiefs,roya0E; pace0polis colU;astr06dynamo,rockeTtexa2;olden state warrio0reen bay pac3;ke0;.c.Aallas 7e3i05od5;nver 5troit 3;lio2pisto2ti3;ge0;broncZnuggeM;cowbo4maver3;ic00;ys; uQ;arCelKh8incinnati 6leveland 5ol3;orado r3umbus crew sc;api5ocki1;brow2cavalie0india2;bengaWre3;ds;arlotte horAicago 3;b4cubs,fire,wh3;iteB;ea0ulR;diff3olina panthe0; c3;ity;altimore 9lackburn rove0oston 5rooklyn 3uffalo bilN;ne3;ts;cel4red3; sox;tics;rs;oriol1rave2;rizona Ast8tlanta 3;brav1falco2h4u3;nited;aw9;ns;es;on villa,r3;os;c5di3;amondbac3;ks;ardi3;na3;ls",
"Uncountable": "true¦0:2U;1:29;a2Hb28c1Yd1Pe1Ff19g12h0Vi0Pj0Ok0Nl0Im08n06o05pZrUsIt8v6w2you guys;a4i3oo2;d,l;ldlife,ne;rm7t1;ernacul1Vi2;neg1Uol1Ctae;eAh8oothpas1Or3un2yranny;a,gst1W;aff2Aea18o3ue nor2;th;oZu2;ble2se1Gt;!shoot1Y;er2und1;e,mod2C;a,nnis;aBcene0HeAh9il8ki7o6p5t3u2weepstak1L;g1Inshi12shi;ati01e2;am,el;ace24eci1H;ap,cc1;n,ttl1F;k,v1;eep,ingl1D;na15ri1C;d0Mfe1Wl2nd,t0A;m1Lt;a5e3ic2;e,ke0W;c2laxa0Tsearch;ogni0Srea0S;bi15in;aVe6hys0last1Lo4re2;amble,mis13s2ten1L;en1Ksu0B;l2rk;it0yB;a1Ptr05;bstetr0vercrowd17xyg10;a2ews;il polVtional securi1H;a9e7o4u2;m2s1B;ps;n2o1A;ey,o2;gamy;a2chan0rchandi17tallurgy;sl0Ot;chine2themat0; learn0Vry;aught1e5i4ogi3u2;ck,g0X;c,st0;ce,ghtn0Rngui1AteraQv1;ath1isuQss;ara09indergart0Inowled0U;azz,ewelB;ce,gnor6mp4n2;formaZter2;net,sta05;a2ort3rov;tiQ;an0Z;a5eHisto4o2ung1;ckey,mework,ne2rserad6spitali0S;s0Ry;ry;ir,libZppiFs2;h2te;ish;ene5l4o3r2um,ymna0T;aCeed;lf,re;ut00yce0E; 2t0;edit05po2;ol;aNicGlour,o4urni2;tu2;re;od,rgive2uri1wl;ne2;ss;conom0ducaAlectr9n7quip8th0very5x2;ist3per2;ti04;en0B;body,o2thT;ne;joy2tertain2;ment;ici01on0;tiQ;e8i5o3raugh2ynasZ;ts;pe,wnstai2;rs;abetAs2;honTrepu2;te;b2miP;ut;aAelci9h6iv0l4o2urrency;al,ld w2nfusiFral,ttFusco8;ar;ass0oth2;es;aos,e3ick2;en;eGw7;us;d,rI;a7eef,i5lood,read,u2;nt3tt1;er;ing;lliarDs2;on;g2ss;ga2;ge;cDdviCeroAir9m5ni4ppeal court,rithmet3spi2thlet0;rin;ic;se;en4n2;es2;ty;ds;craft;b0d2naut0;ynam0;ce;id,ou2;st0;ics",
"Unit": "true¦a09b06cZdYexXfTgRhePin00joule0DkMlJmDnan0AoCp9quart0Dsq ft,t7volts,w6y2ze3°1µ0;g,s;c,f,n;dXear1o0;ttT; 0s 0;old;att06b;erPon0;!ne04;ascals,e1i0;cZnt02;rcent,tL;hms,uI;/s,e4i0m²,²,³;/h,cro2l0;e0liM;!²;grNsT;gEtL;it1u0;menSx;erRreR;b5elvins,ilo1m0notQ;/h,ph,²;!byIgrGmEs;ct0rtzN;aLogrE;allonLb0ig5rD;ps;a2emtGl0t6; oz,uid ou0;nceH;hrenheit,radG;aby9;eci3m1;aratDe1m0oulombD;²,³;lsius,nti0;gr2lit1m0;et0;er8;am7;b1y0;te5;l,ps;c2tt0;os0;econd1;re0;!s",

@@ -46,24 +48,21 @@ "Noun|Gerund": "true¦0:25;1:24;2:1V;3:1H;4:1X;5:1N;a24b1Nc1Bd16en14f0Yg0Wh0Ti0Rjog1Zk0Pl0Lm0In0Go0Cp05ques08rWsGtBunderAvolunt15w6yDzo2;a8ed5i3or7r6;ap1Nest1Bi1;ki0r1N;i1r2s1Ttc1T;st1Mta4;al4e9hin4i8ra6y1J;c4di0i2v6;el15;mi0p1G;a1Xs1;ai12cIeHhFin1OkatDlZmo4nowCpeBt9u7w6;ea3im1T;f02r6;fi0vi0J;a1Kretc1Iu6;d1AfJ;l0Wn5;b7i0;eb6i0;oar5;ip14o6;rte2u1;a1r0At1;h7o3re6;a1Ge2;edu0Noo0N;aDe9i5o7u6;li0n2;o6wi0;fi0;a8c7hear1Cnde3por1struct6;r1Au3;or5yc0G;di0so2;p0Qti0;aBeacekAla9o7r6ublis0X;a0Peten5in1oces16;iso2si6;tio2;n2yi0;ee0K;cka0Tin1rt0K;f8pe7rgani6vula1;si0zi0;ni0ra1;fe3;e6ur0W;gotia1twor4;a7e6i2onito3;e1ssa0L;nufactu3rke1;a8ea7i6od0Jyi0;cen0Qf1s1;r2si0;n5ug0E;i6n0J;c4lS;ci0magi2n6ro2;nova1terac1;andPea1i7o6un1;l5wO;ki0ri0;athe3rie6ui5;vi0;ar0CenHi8l7or6ros1un5;ecas1mat1;ir1oo5;l7n6;anDdi0;i0li0;di0gin6;ee3;a8eba1irec1oub1r6umO;awi0es05i6;n4vi0;n6ti0;ci0;aFelebra1hDlBo8r6ur7;aw6os00;li0;a7di0lo3mplai2n6o4pi0ve3;duc1sul1;cMti0;apDea3imIo6ubI;ni0tK;a6ee3;n1t1;m9s1te3;ri0;aJeGitElDoBr9u6;il5ll7r6;pi0;yi0;an5;di0;a1m6o4;bi0;esHoa1;c6i0;hi0;gin2lon6t1;gi0;ni0;bys7c4ki0;ki0;it1;c9dverti8gi0rg7ssu6;mi0;ui0;si0;coun1ti0;ti0;ng",

"Duration": "true¦century,dAh9m6q5se4w1y0;ear,r;eek1k0;!s;!e4;ason,c;tr,uarter;i0onth;lliseco0nute;nd;our,r;ay,ecade",
"FemaleName": "true¦0:IS;1:IW;2:I5;3:I4;4:IM;5:I9;6:JD;7:GQ;8:J9;9:J5;A:HD;B:HN;C:IE;D:J2;E:II;F:H2;G:C4;H:HP;aGIbFDcDJdCSeBIfB0gA9h9Pi9Cj8Bk7Bl5Vm45n3Jo3Fp33qu32r2As15t0Eu0Cv03wWxiUyPzI;aMeJineb,oIsof2;e3Qf2la,ra;h3iLlJna,ynI;ab,ep;da,ma;da,h3iIra;nab;aLeKi0FolB3uJvI;etAonDH;i0na;le0sen2;el,gm3Fn,rGAs8S;aoIme0nyi;m5XyAA;aNendDRhiD8iI;dele9lKnI;if44niIo0;e,f43;a,helmi0lIma;a,ow;ka0nB;aNeKiIusa5;ck81ktoriBGlAole7viI;anGenIQ;da,lA6rIs0;a,nIoniGW;a,iFI;leInesGW;nI8rI;i1y;g9rIxGX;su5te;aZeVhSiOoMrJuIy3;i,la;acIQiIu0L;c2na,sI;hGta;nIr0H;iGya;aKffaEHnIs6;a,gtiI;ng;!nFIra;aJeIomasi0;a,l9Mo87res1;l2ndolwethu;g9Do85rJssI;!a,ie;eIi,ri8;sa,za;bPlNmLnJrIs6tia0wa0;a60yn;iIya;a,ka,s6;arGe3iIm75ra;!ka;a,iI;a,t6;at6it6;a0Gcarlett,e0ChYiUkye,neza0oStOuJyI;bI3lvi1;ha,mayI6ni7sJzI;an3KetAie,y;anIi8;!a,e,nI;aCe;aKeI;fIl5DphI;an4;cHRr5;b2fiA4m0MnIphi1;d3ia,ja,ya;er3lKmon1nJobh8NtI;a,i;dy;lEIv2;aNeJirIo0risF0y5;a,lDE;ba,e0i5lKrI;iIr6Gyl;!d8Ffa;ia,lDQ;hd,iNki3nKrJu0w0yI;la,ma,na;i,le9on,ron;aJda,ia,nIon;a,on;!ya;k6mI;!aa;lKrJtaye7ZvI;da,inj;e0ife;en1i0ma;anA1bMd3Kh1PiBkLlKmJnd3rIs6vannaC;aCi0;ant6i3;lDFma,ome;ee0in8Pu3;in1ri0;a05e00hYiVoIuthDD;bTcSghRl8HnQsKwJxI;anAVie,y;an,e0;aJeIie,lD; merBJann8ll1marD7t7;!lInn1;iIyn;e,nI;a,dG;da,i,na;ayy8C;hel63io;bDGer7yn;a,cJkImas,nGta,ya;ki,o;helHki;ea,iannG8oI;da,n1L;an0bKemGgi0iJnIta,y0;a87ee;han82na;a,eI;cE6kaC;bi0chJe,i0mo0nIquEGy0;di,ia;aEEelIiB;!e,le;een4ia0;aOeNhLipaluk,oKrIute67;iIudenCM;scil3LyamvaB;lly,rt2;ilome0oebe,ylI;is,lis;ggy,nelope,r5t3;ige,m0UnLo5rvaDCtJulI;a,etAin1;ricIt4T;a,e,ia;do3i07;ctav2dJfCVis6lIphCVumBZyunbileg;a,ga,iv2;eIvAA;l2tA;aXeViNoJurIy5;!ay,ul;a,eKor,rJuI;f,r;aCeEma;ll1mi;aOcMhariBKkLlaKna,sIta,vi;anIha;ur;!y;a,iDOki;hoHk9TolI;a,eDF;!mh;hir,lIna,risFsreE;!a,lBP;asuMdLh2i6DnKomi8rgEKtIzanin zah3;aIhal4;li1s6;cy,etA;e9iEQ;nngu30;a0Ackenz4e02iNoKrignayani,uriD9yI;a,rI;a,lOna,tH;bi0i3llBEnI;a,iI;ca,ka,qCZ;a,cUkaTlOmi,nMrJtzi,yI;ar;aJiam,lI;anEJ;!l,nB;dy,eIh,n4;nhHrva;aLdKiCLlI;iIy;cent,e;red;!gros;!e5;ae5hI;ae5el40;ag5FgOi,lLrI;edi78iJjem,on,yI;em,l;em,sF;an4iIliF;nIsCA;a,da;!an,han;b0DcAOd0Be,g09ha,i08ja,l06n04rMsoum5ZtLuJv81x9GyIz4;bell,ra,soB5;de,rI;a,eE;h8Dild1t4;a,cYgUiLjor4l7Rn4s6tKwa,yI;!aIbe6Vja9lAA;m,nBD;a,ha,in1;!aKbC7eJja,lDna,sIt63;!a,ol,sa;!l1H;! Kh,mJnI;!a,e,n1;!awit,i;aliADcJeduarBfern5FjIlui5X;o6Eul2;ecil2la3;arKeJie,oIr46ueriA;!t;!ry;et44i39;el4Wi76y;dIon,ue5;akran7y;ak,en,iIlo3Q;a,ka,nB;a,re,s4te;daIg4;!l3C;alDd4elIge,isD7on0;ei9in1yn;el,le;a0Oe0DiZoRuMyI;d2la,nI;!a,dJeBDnIsCH;!a,eBC;a,sCF;aCScKel0QiFlJna,pIz;e,i7;a,u,wa;iIy;a0Te,ja,l2LnB;is,l1TrKttJuIvel4;el5is1;e,ie;aLeJi8na,rI;a85i8;lIn1t7;ei;!in1;aTbb99dSepa,lNnKsJv2zI;!a,be5LetAz4;a,etA;!a,dI;a,sIy;ay,ey,i,y;a,iKja,lI;iIy;a9Xe;!aI;!nG;ia,ya;!nI;!a,ne;aQda,e0iOjZla,nNoLsKtIx4y5;iIt4;c2t2;e2NlCC;la,nIra;a,ie,o3;a,or1;a,gh,laI;!ni;!h,nI;a,d3e,n5P;cPdon94iOkes6mi97na,rNtKurJvIxmi,y5;ern1in2;a,e54ie,yn;as6iJoI;nya,ya;fa,s6;a,isF;a,la;ey,ie,y;a05e00hYiPlAGoOrKyI;lIra;a,ee,ie;istIy6C;a,en,iJyI;!na;!e,n59;nul,ri,urtnAW;aPerOlAVmKrIzzy;a,stI;en,in;!berlJmernI;aq;eIi,y;e,y;a,stE;!na,ra;aIei3ongordzol;dij1w5;el7NiLjsi,lKnJrI;a,i,ri;d3na,za;ey,i,lB9s4y;ra,s6;bi7cAFdiat7FeAYiSlRmQnyakuma1BrOss6ItLvi7yI;!e,lI;a,eI;e,i8I;a6CeJhIi4NlDri0y;ar6Aer6Aie,leErAYy;!lyn8Dri0;a,en,iIl5Roli0yn;!ma,nGsF;a5il1;ei8Bi,l4;a,tl6J;a09eZiWoOuI;anMdLliIst62;a8EeIsF;!n9tI;!a,te;e5Ii3Jy;a,i7;!anOcelDdNelHhan7OleMni,sJva0yI;a,ce;eIie;fIlDph5T;a,in1;en,n1;i8y;!a,e,n41;lIng;!i1ElI;!i1D;anOle0nLrKsI;i89sI;!e,i88;i,ri;!a,elHif2BnI;a,etAiIy;!e,f29;a,e8AiJnI;a,e89iI;e,n1;cNda,mi,nJque4VsminGvie3y9zI;min8;a8eJiI;ce,e,n1s;!lIsFt0G;e,le;inJk4lDquelI;in1yn;da,ta;da,lSmQnPo0rOsJvaIzaro;!a0lu,na;aKiJlaIob80;!n9I;do3;belIdo3;!a,e,l38;a73en1i0ma;di3es,gr6Uji;a9elBogI;en1;a,e9iIo0se;a0na;aTePiKoIusFyacin2A;da,ll4rten22snI;a,i9L;lJmaI;ri;aJdIlaJ;a,egard;ry;ath1BiKlJnriet7rmi9sI;sa,t1A;en2Rga,mi;di;bi2Cil8DlOnNrKsJtIwa,yl8D;i5Ot4;n5Uti;iImo4Yri4Z;etI;!te;aCnaC;a,ey,l4;a04eYiTlRoPrLunKwI;enIyne1P;!dolD;ay,el;acJetIiselB;a,chE;e,ieI;!la;ld19ogooI;sh;adys,enIor2yn2G;a,da,na;aLgi,lJna,ov84selIta;a,e,le;da,liI;an;!n0;mMnKorgJrI;ald3Ni,m3Atru86;etAi4S;a,eIna;s25vieve;ma;bJle,mIrnet,yH;al5Ji5;i5BrielI;a,l1;aUeRiQlorPoz2rI;anKeJiI;da,eB;da,ja;!cI;esJiIoi0N;n1s5X;!ca;a,enc2;en,o0;lJn0rnI;anB;ec2ic2;jr,n7rLtIy8;emJiIma,ouma7;ha,ma,n;eh;ah,iBrah,za0;cr4Ld0Oe0Ni0Mk7l05mXn4WrUsOtNuMvI;aKelJiI;!e,ta;inGyn;!ngel2S;geni1ni43;h5Qta;mMperanLtI;eJhIrel5;er;l2Zr8;za;a,eralB;iIma,nest2Jyn;cIka,n;a,ka;a,eNiKmI;aIie,y;!li9;lIn1;ee,iIy;a,e,ja;lIrald;da,y;aXeViOlNma,no3oLsKvI;a,iI;na,ra;a,ie;iIuiI;se;a,en,ie,y;a0c2da,f,nNsKzaI;!betIve7;e,h;aIe,ka;!beI;th;!a,or;anor,nG;!a;!in1na;leEs6;vi;eJiIna,wi0;e,th;l,n;aZeNh2iMjeneLoI;lor5Qminiq4Gn3DrItt4;a,eEis,la,othIthy;ea,y;ba;an0AnaCon9ya;anRbQde,ePiNlKmetr2nIsir5H;a,iI;ce,se;a,iJla,orIphi9;es,is;a,l6A;dIrdI;re;!d59na;!b2ForaCraC;a,d3nI;!a,e;hl2i0l0HmOnMphn1rJvi1WyI;le,na;a,by,cJia,lI;a,en1;ey,ie;a,etAiI;!ca,el1Bka,z;arIia;is;a0Se0Oh05i03lVoKristJynI;di,th2;al,i0;lQnNrJurI;tn1E;aKd2MiIn2Mri9;!nI;a,e,n1;!l4;cepci57n4sI;tanIuelo;ce,za;eIleE;en,tA;aKeoJotI;il4Z;!pat3;ir8rKudI;etAiI;a,ne;a,e,iI;ce,s00;a3er3ndI;i,y;aSeOloe,rI;isKyI;stI;al;sy,tI;a1Qen,iIy;an1e,n1;deKlseJrI;!i8yl;a,y;li9;nNrI;isLlJmI;ai9;a,eIotA;n1tA;!sa;d3elHtI;al,elH;cJlI;esAi42;el2ilI;e,ia,y;itlZlYmilXndWrOsMtIy5;aKeKhIri0;erIleErDy;in1;ri0;a32sI;a31ie;a,iOlMmeKolJrI;ie,ol;!e,in1yn;lIn;!a,la;a,eIie,o7y;ne,y;na,sF;a0Hi0H;a,e,l1;is7l4;in,yn;a0Ie02iZlXoUrI;andi8eRiKoJyI;an0nn;nwDoke;an3CdgMg0XtI;n2WtI;!aJnI;ey,i,y;ny;etI;!t8;an0e,nI;da,na;bbi8glarJlo06nI;i7n4;ka;ancIossom,ythe;a,he;an18lja0nIsm3I;i7tI;ou;aVcky,linUni7rQssPtKulaCvI;!erlI;ey,y;hKsy,tI;e,iIy8;e,na;!anI;ie,y;!ie;nIt6yl;adJiI;ce;etAi9;ay,da;!triI;ce,z;rbKyaI;rmI;aa;a3o3ra;a2Sb2Md23g1Zi1Qj5l16m0Xn0Aoi,r05sVtUuQvPwa,yJzI;ra,u0;aLes6gKlJseI;!l;in;un;!nI;a,na;a,i2I;drKgus1RrJsteI;ja;el2;a,ey,i,y;aahua,he0;hJi2Gja,mi7s2DtrI;id;aNlJraqIt21;at;eJi8yI;!n;e,iIy;gh;!nI;ti;iKleJo6pi7;ta;en,n1tA;aIelH;!n1J;a01dje5eZgViTjRnKohito,toIya;inetAnI;el5ia;!aLeJiImK;e,ka;!mItA;ar4;!belJliFmV;sa;!le;a,eliI;ca;ka,sIta;a,sa;elIie;a,iI;a,ca,n1qI;ue;!tA;te;!bJmIstasiNya;ar2;el;aMberLeliKiIy;e,l2naI;!ta;a,ja;!ly;hHiJl2nB;da;a,ra;le;aXba,eQiNlLthKyI;a,c2sI;a,on,sa;ea;iIys0O;e,s0N;a,cJn1sIza;a,e,ha,on,sa;e,ia,ja;c2is6jaLksaLna,sKxI;aIia;!nd3;ia,saI;nd3;ra;ia;i0nJyI;ah,na;a,is,naCoud;la;c6da,leEmOnMsI;haClI;inIyZ;g,n;!h;a,o,slI;ey;ee;en;at6g4nJusI;ti0;es;ie;aXdiUelNrI;eKiI;anNenI;a,e,ne;an0;na;!aMeLiJyI;nn;a,n1;a,e;!ne;!iI;de;e,lDsI;on;yn;!lI;i9yn;ne;aLbJiIrM;!gaL;ey,i8y;!e;gaI;il;dLliyKradhJs6;ha;ya;ah;a,ya",
"FemaleName": "true¦0:IR;1:IV;2:I4;3:I3;4:IL;5:I8;6:JC;7:GP;8:J8;9:J4;A:HC;B:HM;C:ID;D:J1;E:IH;F:H1;G:C3;H:HO;aGHbFCcDIdCReBHfAZgA9h9Pi9Cj8Bk7Bl5Vm45n3Jo3Fp33qu32r2As15t0Eu0Cv03wWxiUyPzI;aMeJineb,oIsof2;e3Qf2la,ra;h3iLlJna,ynI;ab,ep;da,ma;da,h3iIra;nab;aLeKi0FolB2uJvI;etAonDG;i0na;le0sen2;el,gm3Fn,rG9s8S;aoIme0nyi;m5XyA9;aNendDQhiD7iI;dele9lKnI;if44niIo0;e,f43;a,helmi0lIma;a,ow;ka0nB;aNeKiIusa5;ck81ktoriBFlAole7viI;anGenIP;da,lA5rIs0;a,nIoniGV;a,iFH;leInesGV;nI7rI;i1y;g9rIxGW;su5te;aZeVhSiOoMrJuIy3;i,la;acIPiIu0L;c2na,sI;hGta;nIr0H;iGya;aKffaEGnIs6;a,gtiI;ng;!nFHra;aJeIomasi0;a,l9Lo87res1;l2ndolwethu;g9Co85rJssI;!a,ie;eIi,ri8;sa,za;bPlNmLnJrIs6tia0wa0;a60yn;iIya;a,ka,s6;arGe3iIm75ra;!ka;a,iI;a,t6;at6it6;a0Gcarlett,e0ChYiUkye,neza0oStOuJyI;bI2lvi1;ha,mayI5ni7sJzI;an3KetAie,y;anIi8;!a,e,nI;aCe;aKeI;fIl5DphI;an4;cHQr5;b2fiA3m0MnIphi1;d3ia,ja,ya;er3lKmon1nJobh8MtI;a,i;dy;lEHv2;aNeJirIo0risEZy5;a,lDD;ba,e0i5lKrI;iIr6Gyl;!d8Efa;ia,lDP;hd,iNki3nKrJu0w0yI;la,ma,na;i,le9on,ron;aJda,ia,nIon;a,on;!ya;k6mI;!aa;lKrJtaye7YvI;da,inj;e0ife;en1i0ma;anA0bMd3Kh1PiBkLlKmJnd3rIs6vannaC;aCi0;ant6i3;lDEma,ome;ee0in8Ou3;in1ri0;a05e00hYiVoIuthDC;bTcSghRl8GnQsKwJxI;anAUie,y;an,e0;aJeIie,lD; merBIann8ll1marD6t7;!lInn1;iIyn;e,nI;a,dG;da,i,na;ayy8B;hel63io;bDFer7yn;a,cJkImas,nGta,ya;ki,o;helHki;ea,iannG7oI;da,n1L;an0bKemGgi0iJnIta,y0;a86ee;han81na;a,eI;cE5kaC;bi0chJe,i0mo0nIquEFy0;di,ia;aEDelIiB;!e,le;een4ia0;aOeNhLipaluk,oKrIute67;iIudenCL;scil3LyamvaB;lly,rt2;ilome0oebe,ylI;is,lis;ggy,nelope,r5t3;ige,m0UnLo5rvaDBtJulI;a,etAin1;ricIt4T;a,e,ia;do3i07;ctav2dJfCUis6lIphCUumBYyunbileg;a,ga,iv2;eIvA9;l2tA;aXeViNoJurIy5;!ay,ul;a,eKor,rJuI;f,r;aCeEma;ll1mi;aOcMhariBJkLlaKna,sIta,vi;anIha;ur;!y;a,iDNki;hoHk9SolI;a,eDE;!mh;hir,lIna,risFsreE;!a,lBO;asuMdLh2i6CnKomi8rgEJtIzanin zah3;aIhal4;li1s6;cy,etA;e9iEP;nngu30;a0Ackenz4e02iNoKrignayani,uriD8yI;a,rI;a,lOna,tH;bi0i3llBDnI;a,iI;ca,ka,qCY;a,cUkaTlOmi,nMrJtzi,yI;ar;aJiam,lI;anEI;!l,nB;dy,eIh,n4;nhHrva;aLdKiCKlI;iIy;cent,e;red;!gros;!e5;ae5hI;ae5el40;ag5EgOi,lLrI;edi77iJjem,on,yI;em,l;em,sF;an4iIliF;nIsC9;a,da;!an,han;b0DcANd0Be,g09ha,i08ja,l06n04rMsoum5YtLuJv80x9FyIz4;bell,ra,soB4;de,rI;a,eE;h8Cild1t4;a,cYgUiLjor4l7Qn4s6tKwa,yI;!aIbe6Uja9lA9;m,nBC;a,ha,in1;!aKbC6eJja,lDna,sIt62;!a,ol,sa;!l1H;! Kh,mJnI;!a,e,n1;!awit,i;aliACcJeduarBfern5EjIlui5W;o6Dul2;ecil2la3;arKeJie,oIr46ueriA;!t;!ry;et44i39;el4Vi75y;dIon,ue5;akran7y;ak,en,iIlo3Q;a,ka,nB;a,re,s4te;daIg4;!l3C;alDd4elIge,isD6on0;ei9in1yn;el,le;a0Oe0DiZoRuMyI;d2la,nI;!a,dJeBCnIsCG;!a,eBB;a,sCE;aCRcKel0QiFlJna,pIz;e,i7;a,u,wa;iIy;a0Te,ja,l2LnB;is,l1TrKttJuIvel4;el5is1;e,ie;aLeJi8na,rI;a84i8;lIn1t7;ei;!in1;aTbb98dSepa,lNnKsJv2zI;!a,be5KetAz4;a,etA;!a,dI;a,sIy;ay,ey,i,y;a,iKja,lI;iIy;a9We;!aI;!nG;ia,ya;!nI;!a,ne;aQda,e0iOjZla,nNoLsKtIx4y5;iIt4;c2t2;e2NlCB;la,nIra;a,ie,o3;a,or1;a,gh,laI;!ni;!h,nI;a,d3e,n5O;cPdon93iOkes6mi96na,rNtKurJvIxmi,y5;ern1in2;a,e53ie,yn;as6iJoI;nya,ya;fa,s6;a,isF;a,la;ey,ie,y;a05e00hYiPlAFoOrKyI;lIra;a,ee,ie;istIy6B;a,en,iJyI;!na;!e,n58;nul,ri,urtnAV;aPerOlAUmKrIzzy;a,stI;en,in;!berlJmernI;aq;eIi,y;e,y;a,stE;!na,ra;aIei3ongordzol;dij1w5;el7MiLjsi,lKnJrI;a,i,ri;d3na,za;ey,i,lB8s4y;ra,s6;bi7cAEdiat7EeAXiSlRmQnyakuma1BrOss6HtLvi7yI;!e,lI;a,eI;e,i8H;a6BeJhIi4MlDri0y;ar69er69ie,leErAXy;!lyn8Cri0;a,en,iIl5Qoli0yn;!ma,nGsF;a5il1;ei8Ai,l4;a,tl6I;a09eZiWoOuI;anMdLliIst61;a8DeIsF;!n9tI;!a,te;e5Hi3Iy;a,i7;!anOcelDdNelHhan7NleMni,sJva0yI;a,ce;eIie;fIlDph5S;a,in1;en,n1;i8y;!a,e,n40;lIng;!i1DlI;!i1C;anOle0nLrKsI;i88sI;!e,i87;i,ri;!a,elHif2AnI;a,etAiIy;!e,f28;a,e89iJnI;a,e88iI;e,n1;cNda,mi,nJque4UsminGvie3y9zI;min8;a8eJiI;ce,e,n1s;!lIsFt0G;e,le;inJk4lDquelI;in1yn;da,ta;da,lSmQnPo0rOsJvaIzaro;!a0lu,na;aKiJlaIob7Z;!n9H;do3;belIdo3;!a,e,l37;a72en1i0ma;di3es,gr6Tji;a9elBogI;en1;a,e9iIo0se;a0na;aTePiKoIusFyacin29;da,ll4rten21snI;a,i9K;lJmaI;ri;aJdIlaJ;a,egard;ry;ath1AiKlJnriet7rmi9sI;sa,t19;en2Qga,mi;di;bi2Bil8ClOnNrKsJtIwa,yl8C;i5Nt4;n5Tti;iImo4Xri4Y;etI;!te;aCnaC;a,ey,l4;a03eXiSlQoOrLunKwI;enIyne1O;!dolD;ay,el;acieJetIiselB;a,chE;!la;ld19ogooI;sh;adys,enIor2yn2G;a,da,na;aLgi,lJna,ov84selIta;a,e,le;da,liI;an;!n0;mMnKorgJrI;ald3Ni,m3Atru86;etAi4S;a,eIna;s25vieve;ma;bJle,mIrnet,yH;al5Ji5;i5BrielI;a,l1;aUeRiQlorPoz2rI;anKeJiI;da,eB;da,ja;!cI;esJiIoi0N;n1s5X;!ca;a,enc2;en,o0;lJn0rnI;anB;ec2ic2;jr,n7rLtIy8;emJiIma,ouma7;ha,ma,n;eh;ah,iBrah,za0;cr4Ld0Oe0Ni0Mk7l05mXn4WrUsOtNuMvI;aKelJiI;!e,ta;inGyn;!ngel2S;geni1ni43;h5Qta;mMperanLtI;eJhIrel5;er;l2Zr8;za;a,eralB;iIma,nest2Jyn;cIka,n;a,ka;a,eNiKmI;aIie,y;!li9;lIn1;ee,iIy;a,e,ja;lIrald;da,y;aXeViOlNma,no3oLsKvI;a,iI;na,ra;a,ie;iIuiI;se;a,en,ie,y;a0c2da,f,nNsKzaI;!betIve7;e,h;aIe,ka;!beI;th;!a,or;anor,nG;!a;!in1na;leEs6;vi;eJiIna,wi0;e,th;l,n;aZeNh2iMjeneLoI;lor5Qminiq4Gn3DrItt4;a,eEis,la,othIthy;ea,y;ba;an0AnaCon9ya;anRbQde,ePiNlKmetr2nIsir5H;a,iI;ce,se;a,iJla,orIphi9;es,is;a,l6A;dIrdI;re;!d59na;!b2ForaCraC;a,d3nI;!a,e;hl2i0l0HmOnMphn1rJvi1WyI;le,na;a,by,cJia,lI;a,en1;ey,ie;a,etAiI;!ca,el1Bka,z;arIia;is;a0Se0Oh05i03lVoKristJynI;di,th2;al,i0;lQnNrJurI;tn1E;aKd2MiIn2Mri9;!nI;a,e,n1;!l4;cepci57n4sI;tanIuelo;ce,za;eIleE;en,tA;aKeoJotI;il4Z;!pat3;ir8rKudI;etAiI;a,ne;a,e,iI;ce,s00;a3er3ndI;i,y;aSeOloe,rI;isKyI;stI;al;sy,tI;a1Qen,iIy;an1e,n1;deKlseJrI;!i8yl;a,y;li9;nNrI;isLlJmI;ai9;a,eIotA;n1tA;!sa;d3elHtI;al,elH;cJlI;esAi42;el2ilI;e,ia,y;itlZlYmilXndWrOsMtIy5;aKeKhIri0;erIleErDy;in1;ri0;a32sI;a31ie;a,iOlMmeKolJrI;ie,ol;!e,in1yn;lIn;!a,la;a,eIie,o7y;ne,y;na,sF;a0Hi0H;a,e,l1;is7l4;in,yn;a0Ie02iZlXoUrI;andi8eRiKoJyI;an0nn;nwDoke;an3CdgMg0XtI;n2WtI;!aJnI;ey,i,y;ny;etI;!t8;an0e,nI;da,na;bbi8glarJlo06nI;i7n4;ka;ancIythe;a,he;an18lja0nIsm3I;i7tI;ou;aVcky,linUni7rQssPtKulaCvI;!erlI;ey,y;hKsy,tI;e,iIy8;e,na;!anI;ie,y;!ie;nIt6yl;adJiI;ce;etAi9;ay,da;!triI;ce,z;rbKyaI;rmI;aa;a3o3ra;a2Sb2Md23g1Zi1Qj5l16m0Xn0Aoi,r05sVtUuQvPwa,yJzI;ra,u0;aLes6gKlJseI;!l;in;un;!nI;a,na;a,i2I;drKgus1RrJsteI;ja;el2;a,ey,i,y;aahua,he0;hJi2Gja,mi7s2DtrI;id;aNlJraqIt21;at;eJi8yI;!n;e,iIy;gh;!nI;ti;iKleJo6pi7;ta;en,n1tA;aIelH;!n1J;a01dje5eZgViTjRnKohito,toIya;inetAnI;el5ia;!aLeJiImK;e,ka;!mItA;ar4;!belJliFmV;sa;!le;a,eliI;ca;ka,sIta;a,sa;elIie;a,iI;a,ca,n1qI;ue;!tA;te;!bJmIstasiNya;ar2;el;aMberLeliKiIy;e,l2naI;!ta;a,ja;!ly;hHiJl2nB;da;a,ra;le;aXba,eQiNlLthKyI;a,c2sI;a,on,sa;ea;iIys0O;e,s0N;a,cJn1sIza;a,e,ha,on,sa;e,ia,ja;c2is6jaLksaLna,sKxI;aIia;!nd3;ia,saI;nd3;ra;ia;i0nJyI;ah,na;a,is,naCoud;la;c6da,leEmOnMsI;haClI;inIyZ;g,n;!h;a,o,slI;ey;ee;en;at6g4nJusI;ti0;es;ie;aXdiUelNrI;eKiI;anNenI;a,e,ne;an0;na;!aMeLiJyI;nn;a,n1;a,e;!ne;!iI;de;e,lDsI;on;yn;!lI;i9yn;ne;aLbJiIrM;!gaL;ey,i8y;!e;gaI;il;dLliyKradhJs6;ha;ya;ah;a,ya",
"FirstName": "true¦aLblair,cHdevGgabrieFhinaEjCk9l8m4nelly,quinn,re3s0;h0umit;ay,e0iloh;a,lby;g6ne;a1el0ina,org5;!okuh9;naia,r0;ion,lo;ashawn,uca;asCe1ir0rE;an;lsAnyat2rry;am0ess6ie,ude;ie,m5;ta;le;an,on;as2h0;arl0eyenne;ie;ey,sidy;lex2ndr1ubr0;ey;a,ea;is",
"LastName": "true¦0:9G;1:9W;2:9O;3:9Y;4:9I;5:8L;6:9L;7:A1;8:9F;9:8A;A:78;B:6G;C:6K;a9Vb8Nc7Ld6Ye6Tf6Fg5Wh59i55j4Qk45l3Nm2Sn2Fo27p1Oquispe,r18s0Ft05vVwOxNyGzD;aytsAEhD;aDou,u;ng,o;aGeun81iDoshiAAun;!lD;diDmaz;rim,z;maDng;da,guc98mo6VsDzaA;aAhiA8;iao,u;aHeGiEoDright,u;jc8Tng;lDmm0nkl0sniewsA;liA2s3;b0iss,lt0;a5Tgn0lDtanabe;k0sh;aHeGiEoDukB;lk5roby5;dBllalDnogr2Zr10ss0val37;ba,obos;lasEsel7P;lGn dFrg8FsEzD;qu7;ily9Pqu7silj9P;en b35ijk,yk;enzue96verde;aLeix1KhHi2j6ka3IoGrFsui,uD;om50rD;c2n0un1;an,embl8UynisA;dor96lst31m4rr9th;at5Ni7NoD;mErD;are70laci65;ps3s0Z;hirBkah8Enaka;a01chXeUhQiNmKoItFuEvDzabo;en8Bobod34;ar7bot4lliv2zuA;aEein0oD;i68j3Myan8W;l6rm0;kol5lovy5re6Rsa,to,uD;ng,sa;iDy60;rn5tD;!h;l5ZmEnDrbu;at8gh;mo6Eo6K;aFeDimizu;hu,vchD;en7Duk;la,r17;gu8mDoh,pulve8Trra4S;jDyD;on5;evi6Giltz,miDneid0roed0ulz,warz;dEtD;!z;!t;ar42h6ito,lFnDr4saAto,v4;ch7d0AtDz;a4Pe,os;as,ihBm3Zo0Q;aOeNiKoGuEyD;a67oo,u;bio,iz,sD;so,u;bEc7Bdrigue57g03j73mDosevelt,ssi,ta7Nux,w3Z;a4Ce0O;ertsDins3;!on;bei0LcEes,vDzzo;as,e8;ci,hards3;ag2es,it0ut0y9;dFmEnDsmu7Zv5F;tan1;ir7os;ic,u;aSeLhJiGoErDut6;asad,if60ochazk1V;lishc23pDrti63u55we67;e2Tov48;cEe09nD;as,to;as61hl0;aDillips;k,m,n5L;de3AetIna,rGtD;ersErovDtersC;!a,ic;en,on;eDic,ry,ss3;i8ra,tz,z;ers;h71k,rk0tEvD;ic,l3T;el,t2O;bJconnor,g2ClGnei5QrEzD;demir,turk;ella3MtDwe5O;ega,iz;iDof6GsC;vDyn1E;ei8;aPri1;aLeJguy1iFoDune44ym2;rodahl,vDwak;ak3Uik5otn57;eEkolDlsCx3;ic,ov6X;ls1miD;!n1;ils3mD;co42ec;gy,kaEray2varD;ro;jiDmu8shiD;ma;aWcUeQiPoIuD;lGnFrDssoli5T;atDpTr68;i,ov4;oz,te4C;d0l0;h2lInr13o0GrEsDza0Y;er,s;aFeEiDoz5r3Ete4C;!n6F;au,i8no,t4N;!l9;i2Rl0;crac5Ohhail5kke3Qll0;hmeFij0j2FlEn2Xrci0ssiDyer19;!er;n0Io;dBti;cartDlaughl6;hy;dMe6Egnu5Fi0jer35kLmJnci5ArFtEyD;er,r;ei,ic,su1O;iEkBqu9roqu6tinD;ez,s;a55c,nD;!o;a53mD;ad5;e5Pin1;rig4Ps1;aSeMiIoGuEyD;!nch;k4nDo;d,gu;mbarDpe2Svr4;di;!nDu,yana1T;coln,dD;bDholm;erg;bed5UfeGhtFitn0kaEn6rDw2H;oy;!j;in1on1;bvDvD;re;iDmmy,rsCu,voie;ne,t12;aTennedy,h2iSlQnez48oJrGuEvar2woD;k,n;cerDmar59znets5;a,o2H;aDem0i31yeziu;sni3RvD;ch3W;bay4Grh0Ksk0UvaFwalDzl5;czDsA;yk;cFlD;!cDen3S;huk;!ev4ic,s;e6uiveD;rt;eff0l4mu8nnun1;hn,llFminsArEstra33to,ur,yDzl5;a,s0;j0HlsC;oe;aMenLha2Qim0RoEuD;ng,r4;e2KhFnErge2Ku2OvD;anB;es,ss3;anEnsD;en,on,t3;nesDsC;en,s1;ki27s1;cGkob3RnsDrv06;en,sD;enDon;!s;ks3obs1;brahimBglesi3Ake4Ll0DnoZoneFshikEto,vanoD;u,v4A;awa;scu;aPeIitchcock,jaltal6oFrist46uD;!aDb0gh9ynh;m2ng;a24dz4fEjga2Tk,rDx3B;ak0Yvat;er,fm3B;iGmingw3NnErD;nand7re8;dDriks1;ers3;kkiEnD;on1;la,n1;dz4g1lvoLmJnsCqIrr0SsFuEyD;as36es;g1ng;anEhiD;mo0Q;i,ov08;ue;alaD;in1;rs1;aNeorgMheorghe,iKjonJoGrEuDw3;o,staf2Utierr7zm2;ayDg4iffitVub0;li1H;lub3Rme0JnEodD;e,m2;calv9zale0H;aj,i;l,mDordaL;en7;iev3A;gnJlGmaFnd2Mo,rDs2Muthi0;cDza;ia;ge;eaElD;agh0i,o;no;e,on;ab0erLiHjeldsted,lor9oFriedm2uD;cDent9ji3E;hs;ntaDrt6st0urni0;na;lipEsD;ch0;ovD;!ic;hatBnanFrD;arDei8;a,i;deS;ov4;dGinste6riksCsDva0D;cob2YpDtra2W;inoza,osiL;en,s3;er,is3wards;aUeMiKjurhuJoHrisco0ZuEvorakD;!oQ;arte,boEmitru,rDt2U;and,ic;is;g2he0Imingu7n2Ord1AtD;to;us;aDmitr29ssanayake;s,z; GbnaFlEmirDrvis1Lvi,w2;!ov4;gado,ic;th;bo0groot,jo04lEsilDvri9;va;a cruz,e3uD;ca;hl,mcevsAnEt2EviD;d5es,s;ieDku1S;ls1;ki;a06e01hOiobNlarkMoFrD;ivDuz;elli;h1lHntGoFrDs26x;byn,reD;a,ia;ke,p0;i,rer0N;em2liD;ns;!e;anu;aLeIiu,oGriDuJwe;stD;eDiaD;ns1;i,ng,uFwDy;!dhury;!n,onEuD;ng;!g;kEnDpm2tterjee,v7;!d,g;ma,raboD;rty;bGl08ng4rD;eghetEnD;a,y;ti;an,ota0L;cer9lder3mpbeIrFstDvadi07;iDro;llo;doEt0uDvalho;so;so,zo;ll;es;a08eWhTiRlNoGrFyD;rne,tyD;qi;ank5iem,ooks,yant;gdan5nFruya,su,uchEyHziD;c,n5;ard;darDik;enD;ko;ov;aEondD;al;nco,zD;ev4;ancRshwD;as;a01oDuiy2;umDwmD;ik;ckNethov1gu,ktLnJrD;gGisFnD;ascoDds1;ni;ha;er,mD;ann;gtDit7nett;ss3;asD;hi;er,ham;b4ch,ez,hMiley,kk0nHrDu0;bEnDua;es,i0;ieDosa;ri;dDik;a8yopadhyD;ay;ra;er;k,ng;ic;cosZdYguilXkhtXlSnJrGsl2yD;aEd6;in;la;aEsl2;an;ujo,ya;dFgelD;ovD;!a;ersGov,reD;aDjL;ss1;en;en,on,s3;on;eksejGiyGmeiFvD;ar7es;ez;da;ev;ar;ams;ta",
"MaleName": "true¦0:DO;1:CP;2:D7;3:AK;4:CL;5:C0;6:CG;7:D3;8:BT;9:AS;A:95;B:DB;C:D4;D:BN;aCAbB8cA8d99e8Jf83g7Gh6Ti6Dj5Fk53l4Fm37n2Uo2Op2Gqu2Er1Ms12t0Gu0Fv08wUxTyJzE;aEor0;cEh9Kkaria,n0C;hFkE;!aC8;ar5VeC7;aMoGuE;sEu2LvBK;if,uf;nGsFusE;ouf,sE;ef;aEg;s,tE;an,h0;hli,nB9ssY;avi3ho4;aNeLiGoEyaBO;jcie88lfgang,odrow,utE;!er;lEnst1;bGey,fredBlE;aB0iE;am,e,s;e98ur;i,nde9sE;!l8t1;lFyE;l1ne;lEt3;a9Yy;aHiEladimir,ojte7V;cFha0kt68nceErgA6va0;!nt;e3Xt66;lentEn9T;inE;!e;ghBFlyss5Anax,sm0;aXeShOiMoIrGuFyE;!l3ro6s1;n7r5A;avAIeEist0oy,um0;ntAAv5Xy;bGd8SmEny;!as,mEoharu;aCCie,y;iAy;mEt5;!my,othy;adGeoFia0KomE;!as;!do8H;!de5;dHrE;en99rE;an98eEy;ll,n97;!dy;dgh,ha,iEnn3req,tsu4S;cAQka;aUcotSeQhMiKoIpenc3tEur1Xylve97zym1;anGeEua86;f0phBDvEwa85;e60ie;!islaw,l8;lom1uE;leyma6ta;dElAm1yabonga;!dhart75n8;aGeE;lErm0;d1t1;h7Lne,qu11un,wn,y6;aEbasti0k2Cl4Qrg4Nth,ymoAF;m5n;!tE;!ie,y;lFmEnti2Gq59ul;!ke5KmDu4;ik,vato7P;aZeVhe9WiRoIuFyE;an,ou;b7EdFf5pe7LssE;!elBJ;ol3Gy;an,bLc63dJel,geIh0landBmHnGry,sFyE;!ce;coe,s;!aA2nD;an,eo;l46r;er79g3n8olfo,riE;go;bDeAR;cEl8;ar6Jc6IhFkEo;!ey,ie,y;a8Wie;gFid,ubCyEza;an1KnZ;g9TiE;na9Ps;ch6Rfa4lImHndGpha4sFul,wi2IyE;an,mo6V;h7Km5;alAXol2Vy;iADon;f,ph;ent2inE;cy,t1;aJeHhilGier6UrE;aka18eE;m,st1;!ip,lip;dA5rcy,tE;ar,e3Fr1Z;b4Idra74tr6KulE;!o19;ctav3Ei3liv3m9Zndrej,rIsFtEum7wC;is,to;aFc7k7m0vE;al5T;ma;i,vM;aMeKiGoEu39;aEel,j5l0ma0r3J;h,m;cFg4i47kE;!au,h7Hola;holAkEolA;!olA;al,d,il,ls1vE;il8K;hom,tE;e,hE;anEy;!a4i4;a00eXiNoIuFyE;l2Hr1;hamFr6LstaE;fa,p55;ed,mI;di0Xe,hamGis2DntFsEussa;es,he;e,y;ad,ed,mE;ad,ed;cJgu4hai,kHlGnFtchE;!e9;a7Vik;house,o0Ct1;ae5Pe9NolE;aj;ah,hE;aFeE;al,l;el,l;hFlv2rE;le,ri9v2;di,met;ay0hUjd,ks2BlSmadXnRrLs1tGuricFxE;imilianBwe9;e,io;eHhFiAtEus,yA;!eo,hew,ia;eEis;us,w;j,o;cIio,kHlGqu6Zsha9tEv2;iEy;!m,n;in,on;el,oQus;!el91oPus;iHu4;achEcolm,ik;ai,y;amFdi,eEmoud;sh;adEm5H;ou;aXeRiPlo3AoLuFyE;le,nd1;cHiGkEth3uk;aEe;!s;gi,s,z;as,iaE;no;g0nn7CrenGuEv82we9;!iE;e,s;!zo;am,oE;n4r;a7Vevi,la4BnIonHst3thaGvE;eEi;nte;bo;!a6Eel;!ny;mGnFrEur55wr55;ry,s;ce,d1;ar,o4Y;aMeIhal7GiFristEu4Ky6J;i0o54;er0p,rE;k,ollE;os;en0iGnErmit,v3U;!dr3XnEt1;e18y;r,th;cp3j5m5Sna6OrFsp7them,uE;ri;im,l;a01eViToHuE;an,lEst2;en,iE;an,en,o,us;aOeMhnLkubAnJrHsE;eFhEi7Vue;!ua;!ph;dEge;i,on;!aEny;h,s,th55;!ath54ie,nD;!l,sEy;ph;o,qu2;an,mE;!mD;d,ffHrEs5;a5YemFmai6oEry;me,ni0Y;i7Fy;!e5OrE;ey,y;cLdCkJmIrGsFvi3yE;dCs1;on,p3;ed,od,rEv4V;e5Bod;al,es4Mis1;a,e,oEub;b,v;ob,quE;es;aXbRchiQgOkeNlija,nuMonut,rKsGtEv0;ai,suE;ki;aFha0i6ZmaEsac;el,il;ac,iaE;h,s;a,vinEw2;!g;k,nngu5F;!r;nacEor;io;ka;ai,rahE;im;aQeKoJuEyd7;be2FgHmber4KsE;eyFsE;a2e2;in,n;h,o;m3ra36sse2wa40;aIctHitHnrFrE;be28m0;iEy;!q0Z;or;th;bMlLmza,nKo,rGsFyE;a47dC;an,s0;lGo4Nry,uEv8;hi44ki,tE;a,o;an,ey;k,s;!im;ib;aWeSiQlenPoMrIuE;ilFsE;!tavo;herme,lerE;mo;aGegEov3;!g,orE;io,y;dy,h5J;nzaFrE;an,d1;lo;!n;lbe4Xno,oE;rg37van4X;oGrE;aEry;ld,rdB;ffr8rge;brFlCrEv2;la14r3Hth,y;e33ielE;!i5;aSePiNlLorrest,rE;anFedEitz;!dDer11r11;cGkE;!ie,lE;in,yn;esLisE;!co,z2W;etch3oE;yd;d4lEonn;ip;deriFliEng,rnan05;pe,x;co;bi0di,hd;dYfrXit0lSmLnIo2rGsteb0th0uge6vEymCzra;an,eE;ns,re2X;gi,i0AnErol,v2w2;estBie;oFriqEzo;ue;ch;aJerIiFmE;aIe2Q;lErh0;!iE;o,s;s1y;nu4;be0Bd1iGliFm3t1viEwood;n,s;ot1Ss;!as,j4EsE;ha;a2en;!d2Vg7mHoFuFwE;a26in;arE;do;oWuW;a02eRiPoHrag0uGwFylE;an,l0;ay6ight;a6dl8nc0st2;minHnFri0ugEvydAy29;!lA;!a2HnEov0;e9ie,y;go,iFykA;as;cEk;!k;armuEll1on,rk;id;andNj0lbeMmetri5nKon,rIsGvFwExt3;ay6ey;en,in;hawn,moE;nd;ek,rE;ick;is,nE;is,y;rt;re;an,le,mLnKrGvE;e,iE;!d;en,iGne9rEyl;eEin,yl;l35n;n,o,us;!i4ny;iEon;an,en,on;a08e06hYiar0lOoJrHuFyrE;il,us;rtE;!is;aEistob0S;ig;dy,lHnFrE;ey,neli5y;or,rE;ad;by,e,in,l2t1;aIeGiEyK;fEnt;fo0Et1;meEt5;nt;rGuFyE;!t1;de;enE;ce;aIeGrisE;!toE;ph3;st3;er;d,rEs;b4leE;s,y;cEdric,s7;il;lHmer1rE;ey,lFro9y;ll;!os,t1;eb,v2;a07eZiVlaUoSrFuEyr1;ddy,rtL;aMeHiGuFyE;an,ce,on;ce,no;an,ce;nFtE;!t;dFtE;!on;an,on;dFndE;en,on;!foEl8y;rd;bby,rEyd;is;i6ke;bGlFshE;al;al,lD;ek;nIrEshoi;at,nFtE;!r1B;aEie;rdB;!iFjam2nD;ie,y;to;kaNlazs,nIrE;n8rEt;eEy;tt;ey;dEeF;ar,iE;le;ar16b0Ud0Qf0Ogust2hm0Li0Ija0Hl03mZnSputsiRrIsaHugust5veFyEziz;a0kh0;ry;us;hi;aLchKiJjun,maInGon,tEy0;hEu09;ur;av,oE;ld;an,ndB;!el,ki;ie;ta;aq;as,dIgelBtE;hony,oE;i6nE;!iBy;ne;er,reEy;!as,i,s,w;iGmaEos;nu4r;el;ne,r,t;an,beQdCeKfIi,lHonGphYt1vE;aOin;on;so,zo;an,en;onUrE;ed;c,jaHksandGssaHxE;!andE;er,ru;ar,er;ndE;ro;rtB;ni;dCm7;ar;en;ad,eE;d,t;in;onE;so;aFi,olfBri0vik;!o;mEn;!a;dIeHraFuE;!bakr,lfazl;hEm;am;!l;allJelGoulaye,ulE;!lErG;ah,o;! rE;ahm0;an;ah;av,on",
"Person": "true¦ashton kutchUbTcOdMeKgastPhIinez,jHkGleFmDnettLoCpAr5s4t2va1w0;arrDoode;lentino rossi,n go4;a0heresa may,iger woods,yra banks;tum,ylor;addam hussain,carlett johanssKlobodan milosevic;ay romano,e3o1ush limbau0;gh;d stewart,nald0;inho,o;ese witherspoFilly;a0ipJ;lmIris hiltD;prah winfrFra;essia0itt romnEubarek;en;bron james,e;anye west,endall,iefer sutherland,obe bryant;aime,effers7k rowling;a0itlBulk hogan;lle berry,rris5;ff0meril lagasse,zekiel;ie;a0enzel washingt2ick wolf;lt1nte;ar1lint0;on;dinal wols1son0;! palm2;ey;arack obama,rock;er",
"Adjective": "true¦0:9O;1:8J;2:8F;3:9F;4:99;5:8D;6:8K;7:8P;8:9A;9:8W;A:81;B:66;C:9E;a81b7Ic70d6Je61f5Fg57h4Vi3Xjuni4Bk3Vl3Km38n2Yo2Jp21quart6Er1Qs0Tt0LuOvKwDye1M;ast5BeHholeGiFoD;man5oDrthwhi6u0H;dAzy;despr90s6Q;!sa6;ather15eDll o5Tste2V;!k5;aFeEiDola5N;b9Qce versa,gi2V;ng52rsa5L;ca0lu5D;lt08nJpFrEsDttermo9I;ef7Ku4;b6Jge0; Fb2FpEsDti8J;ca6et,ide dQ;er,i4S;f40to da3;aYbecom2cXdSeRfPiOknNmMpLrIsEtoHus1wD;a08iel4L;eAi2KoFpEuD;pervis1spect2;e0okA;ld;eDu5;cognSgul0NlDsolv1;at1ent2;a9recede00;arri1et;own;que,vers4;air,orD;eseAtun7R;mploy1nd2xpect1;eDue;cid1rD;!a75covBly2sHwD;aDei7W;tBy;heck1onvinc2;ppeal2ssum2tteEuthorD;iz1;nd1;im4Dra;aIeFhough5Lip 1UoErD;anspa7Ii3;gethBle8Op notch,rp9;ena6UmpErD;r3Ltia77;e8o75;leDst3X;nt1;a08c04e01h00iYkiXmug,nobbi49oRpOqueami49tIuDymb7L;bFi generis,pDr5;erDre67;! dupBb,viZ;du1p4FsDurb5C;eq7Otanda8A;atu6OeHi0ZrDy42;aDin4O;ightDy; fDfD;or6C;adfa82ri6;arEeDirit1lend9ot on;c34e3B;k5se; caIlub6mbBphisticHrGuEvD;erei5XiR;ndDth12;proof;d9ry;at1;ll1;g23nD;ce5Kg6;am37eB;at1co1Nem5lfEnDre7;so6D; suf47i3I;aEholDient2P;ar5;rlDth2;et;cr1me,tisfac5Y;aLeGheumato9iEoD;bu7FttAy4;ghtDv4;-w2f5G;b00cGdu76lFnown1sDtard1;is3LoD;lu3na0;e1Euc3J;e0ondi3;b9ciD;al,st;aPeNicayu7laMopuli75rEuD;bl6Dnjabi;eIiGoD;!b2WfEmi3JpDvAx22;er,ort6I;a7u6L;maDor,sti7va3;!ry;ci6Iexist2mDpa9;a1Si6L;c9id;ac2CrDti3;feCma3Ati3Av6D;i2CrEsD;s68t;allEtD;-4Ki4;el;bOffMkLld KnIrHthButGverD;!aEni5Qseas,t,wD;ei5Prou5P;ll;do10er,si4W;d32g1Q; bDbDgo2li7;oa6I;fashion1school;!ay; gua6FbDli7;eat;eEsD;ce7er0Fo0V;dia0se;aLeKiJoDuanc1; mo41nFrthDt21;!eD;rn;chaEdescri63prof2HsD;top;la0;ght5;arby,cessa4Qighbor5xt;k1usiat2;aKeJiHoEuD;d18ltip6;deEl17nDot,st;ochro3Rth5;rn,st;ddle ag1nD;dblUi;nac2re;cFgenta,in,j07keshift,mmEnDscu4W;da46y;ali2Roth;ab3Hho;aMeJiHoEuD;mber2sh;ngDuti1G;stand2tD;erm,i3E;ghtwei4LteraD;l,te;ft-w2gDssBth4;al,eDit0E;nda43;ngu9ps1st,te5;aput,ind5nD;ow2;gno5Ell06mYnFpso 2DrD;a3releD;va0; TaScoPdMe2HfLhibi3NiZnKoJsFtDvalu10;aCeD;n4Prdep22;a7iEolDuboG;ub6ve0;de,gD;nifica0;rdi4H;a3er;eriEluenQreq4D;eEiGoD;or;fini3p1Stermi4C;mpEnside8rD;reC;le3;ccu8deq4Dppropr3M;fDsitu,vitro;ro0;mHpD;arFeEl0YoDropB;li3r0V;nd2rfeC;ti4;aEeDi0Z;d3Dn42;tu2A;egEiD;c0Rte8;al,itD;ima3;aLelKiIoEumD;a7dr3Z;meFnErrDs0Aur5;if3H;e47o2W; ma2Jsick;ghfalut1RspD;an3D;liZpf26;i2SlEnDrd04tK;dy;f,low1;aiJener38iga2Flob4oIraFuD;ilDng ho;ty;cEtD;ef1Yis;ef1X;ldAod;nf1V;aUeRinQlOoGrD;aEeDozA;q35tf1S;gi6nt2X;oIrD; keeps,eFge0MmBtunDwa3O;ateD;!ly;go2i1JseeD;ab6;liD;sh;ag3KuD;e0oresce0;al,i3;dEmini7rD;ti6; up;bl1i0l2UmiliFr Dux;oDreach2;ff;ar;aRfQlOmLnJqu4reCthere4veryday,xD;aCem33plGquisi3traFuD;be38lD;ta0;!va1P;icD;it; Dti0S;rou3sui3;erEiD;ne0;ge0;dDe1H;er5;ficie0;gBsD;t,ygo2;er;aSeJiEoDrea1Due;mina0ne,rma0ubM;dact1Ufficult,m,sEverD;ge0se;creEeLjoi0pa8tD;a0inC;et,te; KadpJceIfiHgene8liFpEreliCspe8voD;id,ut;ende0;ca3ghD;tf0F;a0ni3;as1;an;facto;i5ngeroZ;arTeRivil,oGrEuD;nn2stoma0V;aDu0Rystal1A;vAz1;erMgniza0loLmKnFrEveD;rt;po8ru1Z;cGduJgr1FjFsEtraD;dic0Fry;eq1Dta0;oi0ug4;a17i1G;mensu8pass1B;ni4ss4;ci14;leba3rtaD;in;diac,efS;aSeLiHliQoErDuck nak1;and new,isk,on1R;gEldface,naD; fiYfiY;us;gEzarD;re;tiD;me;autifIhiHloGnEsDyoH;iRt;eZiDt;gn;v1w;nd;ul;ckEnkru17rD;e,rA;!wards; priori,b0Yc0Vd0Of0Ig0Gh0Fl08mp6nt04pWrPsNttracti0HuJvGwD;aEkD;wa15;ke,re;ant garEeraD;ge;de;diFtD;heDoimmu7;nt05;toL;hAleep;en;bitHchiv4roGtD;iDsy;fiD;ci4;ga0;raD;ry;pDt;aIetiz2roD;prFximD;ate5;ly;ia3;ing;re0;iquDsy;at1e;ed;le;cohHiLkaFl,oEriDterR;ght;ne,of;li7;ne;olD;ic;ead;ain01ed,gressiD;ve;fEra9;id;ectElD;ue0;ioD;na3; HeFvD;erD;se;pt,qD;ua3;hoc,infinitD;um;cu8tu4u3;al;ra3;erOlMoKrHsEuD;nda0;e0olu3traC;ct;te;eaEuD;pt;st;aDve;rd;aDe;ze;ra0;nt",
"Adj|Noun": "true¦0:0T;a0Sb0Nc0Dde0Ce07f01g00homel09iYjuXlWmQnPoOpMrJsBt7u4va2w1;atershed,elcome;gabo4nilla,ria1;b0Ent;ndergr1pstairs;adua0Kou1;nd;a3e1oken,ri0;en,r1;min0ror0C;boo,n;e6ist00o4qua3ta2u1well;bordina0Dper6;b04ndard;re,t;cial06l1;e,ve0H;cret,n1ri0;ior;e1outiJubbish;ar,laVnt0p1;resentaUublican;atie0Beriodic0otenti0r1;emiOincip0;ffiYpposi01v0;agging,ovel;aRe4in3o1;biQdernUr1;al,t0;iature,or;di1tr04;an,um;attFiber0;stice,veniK;de0mpressionNn1;cumbeYdividu0noXstaY;enious,old;a4e2i1luid;ne;llow,m1;aDinH;t,vo1;riJuriJ;l3pRx1;c1ecu7pM;ess;d1iF;er;mographMriva3;hiDlassLo1rude;m4n2opera1;tive;cre9stitueHtemporary,vertab1;le;m2p1;anion,lex;er2un1;ist;ci0;lank,o4r1;i2u1;te;ef;ttom,urgeois;cadem6d3l2nim0rab;al;ert;oles1ult;ce1;nt;ic",
"Adj|Past": "true¦0:2Z;1:2Q;2:2T;a2Ib2Cc1Td1Ae14f0Zgift0h0Wi0Pj0Oknown,l0Lm0Gn0Eo0Bp04qua03rUsEtAu7v5w3;arp0ea3or5;kIth2S;a3e0V;ri0;n3pd1s0;derstood,i3;fi0t0;ar5hreatCr3wi2Q;a3ou18;ck0in0pp0;get0ni1M;aGcaFeEhDimCm00oak0pAt6u3;bsid27gge2Ls3;pe3ta1R;ct0nd0;at0e5r3uU;ength3ip0;en0;am0reotyp0;eci3ik0ott0;al1Zfi0;pHul1;ar0ut;al0c1Ile2t1R;r0tt25;t3ut0;is1Jur1;aAe3;c7duc0f1Cg6l1new0qu5s3;pe2t3;or0ri2;e22ir0;ist1Xul1;eiv0o3;mme09rd0v1V;lli0ti1A;li19;arallel0l7o6r3ump0;e4o3;ce0Ilo0Hnou1Tpos0te2;fe0Loc8pY;i1Gli0R;a3e19;nn0;c4rgan1Bverlo3;ok0;cupi0;e3ot0;ed0gle2;a5e4ix0o3ut0;di0Vt0G;as0Qlt0;n3rk0;ag0ufact0O;eft,i4o3;ad0st;cens0mit0st0;agg0us0N;mp8n3sol1;br0debt0f6t3volv0;e3ox0F;gr1n3re18;d0si0J;e2l1oX;li0oLrov0;amm10e1o3;ok0r3;ri0E;aNe6i5lavo09oc05r3;a3i0;ct07g0Mm0;niXx0;ar0;duc1l1mbarraKn7quipp0stabliVx3;agger1p3te5;a4e3;ct0rie0S;nd0;ha0QsZ;aJeAi3;gni01miniOre2s3;a7c5grun05t3;o3reBurb0;rt0;iplSou3;nt0rE;bl0;cenVdOf8l7pre6ra5t3velop0;a3ermO;il0;ng0;ss0;ay0ight0;e4o3;rm0;rr0;m3t0;ag0;alcul1eHharg0lGo8r5u3;lt3stomS;iv1;a4owd0u3;sh0;ck0mp0;d0lo9m6n3ok0vX;centr1f4s3troll0;idVolid1;us0;b4pl3;ic1;in0;ur0;assi5os0;lebr1n5r3;ti3;fi0;tralB;a7i6o4roken,urn3;ed,t;il0r0t3und;tl0;as0;k0laIs0;bandon0cJdGffe2lDnBpp9ss7u3ward0;g4thor3;iz0;me3;nt0;o5u3;m0r0;li0re3;ci1;im1ticip1;at0;leg0t3;er0;ct0;ju4o6va3;nc0;st0;ce3knowledg0;pt0;ed",
"LastName": "true¦0:9G;1:9W;2:9O;3:9Y;4:9I;5:8L;6:9L;7:A1;8:9F;9:8A;A:78;B:6G;C:6K;a9Vb8Nc7Ld6Ye6Tf6Fg5Wh59i55j4Qk45l3Nm2Sn2Fo27p1Oquispe,r18s0Ft05vVwOxNyGzD;aytsAEhD;aDou,u;ng,o;aGeun81iDoshiAAun;!lD;diDmaz;rim,z;maDng;da,guc98mo6VsDzaA;aAhiA8;iao,u;aHeGiEoDright,u;jc8Tng;lDmm0nkl0sniewsA;liA2s3;b0iss,lt0;a5Tgn0lDtanabe;k0sh;aHeGiEoDukB;lk5roby5;dBllalDnogr2Zr10ss0val37;ba,obos;lasEsel7P;lGn dFrg8FsEzD;qu7;ily9Pqu7silj9P;en b35ijk,yk;enzue96verde;aLeix1KhHi2j6ka3IoGrFsui,uD;om50rD;c2n0un1;an,embl8UynisA;dor96lst31m4rr9th;at5Ni7NoD;mErD;are70laci65;ps3s0Z;hirBkah8Enaka;a01chXeUhQiNmKoItFuEvDzabo;en8Bobod34;ar7bot4lliv2zuA;aEein0oD;i68j3Myan8W;l6rm0;kol5lovy5re6Rsa,to,uD;ng,sa;iDy60;rn5tD;!h;l5ZmEnDrbu;at8gh;mo6Eo6K;aFeDimizu;hu,vchD;en7Duk;la,r17;gu8mDoh,pulve8Trra4S;jDyD;on5;evi6Giltz,miDneid0roed0ulz,warz;dEtD;!z;!t;ar42h6ito,lFnDr4saAto,v4;ch7d0AtDz;a4Pe,os;as,ihBm3Zo0Q;aOeNiKoGuEyD;a67oo,u;bio,iz,sD;so,u;bEc7Bdrigue57g03j73mDosevelt,ssi,ta7Nux,w3Z;a4Ce0O;ertsDins3;!on;bei0LcEes,vDzzo;as,e8;ci,hards3;ag2es,it0ut0y9;dFmEnDsmu7Zv5F;tan1;ir7os;ic,u;aSeLhJiGoErDut6;asad,if60ochazk1V;lishc23pDrti63u55we67;e2Tov48;cEe09nD;as,to;as61hl0;aDillips;k,m,n5L;de3AetIna,rGtD;ersErovDtersC;!a,ic;en,on;eDic,ry,ss3;i8ra,tz,z;ers;h71k,rk0tEvD;ic,l3T;el,t2O;bJconnor,g2ClGnei5QrEzD;demir,turk;ella3MtDwe5O;ega,iz;iDof6GsC;vDyn1E;ei8;aPri1;aLeJguy1iFoDune44ym2;rodahl,vDwak;ak3Uik5otn57;eEkolDlsCx3;ic,ov6X;ls1miD;!n1;ils3mD;co42ec;gy,kaEray2varD;ro;jiDmu8shiD;ma;aWcUeQiPoIuD;lGnFrDssoli5T;atDpTr68;i,ov4;oz,te4C;d0l0;h2lInr13o0GrEsDza0Y;er,s;aFeEiDoz5r3Ete4C;!n6F;au,i8no,t4N;!l9;i2Rl0;crac5Ohhail5kke3Qll0;hmeFij0j2FlEn2Xrci0ssiDyer19;!er;n0Io;dBti;cartDlaughl6;hy;dMe6Egnu5Fi0jer35kLmJnci5ArFtEyD;er,r;ei,ic,su1O;iEkBqu9roqu6tinD;ez,s;a55c,nD;!o;a53mD;ad5;e5Pin1;rig4Ps1;aSeMiIoGuEyD;!nch;k4nDo;d,gu;mbarDpe2Svr4;di;!nDu,yana1T;coln,dD;bDholm;erg;bed5UfeGhtFitn0kaEn6rDw2H;oy;!j;in1on1;bvDvD;re;iDmmy,rsCu,voie;ne,t12;aTennedy,h2iSlQnez48oJrGuEvar2woD;k,n;cerDmar59znets5;a,o2H;aDem0i31yeziu;sni3RvD;ch3W;bay4Grh0Ksk0UvaFwalDzl5;czDsA;yk;cFlD;!cDen3S;huk;!ev4ic,s;e6uiveD;rt;eff0l4mu8nnun1;hn,llFminsArEstra33to,ur,yDzl5;a,s0;j0HlsC;oe;aMenLha2Qim0RoEuD;ng,r4;e2KhFnErge2Ku2OvD;anB;es,ss3;anEnsD;en,on,t3;nesDsC;en,s1;ki27s1;cGkob3RnsDrv06;en,sD;enDon;!s;ks3obs1;brahimBglesi3Ake4Ll0DnoZoneFshikEto,vanoD;u,v4A;awa;scu;aPeIitchcock,jaltal6oFrist46uD;!aDb0gh9ynh;m2ng;a24dz4fEjga2Tk,rDx3B;ak0Yvat;er,fm3B;iGmingw3NnErD;nand7re8;dDriks1;ers3;kkiEnD;on1;la,n1;dz4g1lvoLmJnsCqIrr0SsFuEyD;as36es;g1ng;anEhiD;mo0Q;i,ov08;ue;alaD;in1;rs1;aNeorgMheorghe,iKjonJoGrEuDw3;o,staf2Utierr7zm2;ayDg4iffitVub0;li1H;lub3Rme0JnEodD;e,m2;calv9zale0H;aj,i;l,mDordaL;en7;iev3A;gnJlGmaFnd2Mo,rDs2Muthi0;cDza;ia;ge;eaElD;agh0i,o;no;e,on;ab0erLiHjeldsted,lor9oFriedm2uD;cDent9ji3E;hs;ntaDrt6urni0;na;lipEsD;ch0;ovD;!ic;hatBnanFrD;arDei8;a,i;deS;ov4;dGinste6riksCsDva0D;cob2YpDtra2W;inoza,osiL;en,s3;er,is3wards;aUeMiKjurhuJoHrisco0ZuEvorakD;!oQ;arte,boEmitru,rDt2U;and,ic;is;g2he0Imingu7n2Ord1AtD;to;us;aDmitr29ssanayake;s,z; GbnaFlEmirDrvis1Lvi,w2;!ov4;gado,ic;th;bo0groot,jo04lEsilDvri9;va;a cruz,e3uD;ca;hl,mcevsAnEt2EviD;d5es,s;ieDku1S;ls1;ki;a06e01hOiobNlarkMoFrD;ivDuz;elli;h1lHntGoFrDs26x;byn,reD;a,ia;ke,p0;i,rer0N;em2liD;ns;!e;anu;aLeIiu,oGriDuJwe;stD;eDiaD;ns1;i,ng,uFwDy;!dhury;!n,onEuD;ng;!g;kEnDpm2tterjee,v7;!d,g;ma,raboD;rty;bGl08ng4rD;eghetEnD;a,y;ti;an,ota0L;cer9lder3mpbeIrFstDvadi07;iDro;llo;doEt0uDvalho;so;so,zo;ll;es;a08eWhTiRlNoGrFyD;rne,tyD;qi;ank5iem,ooks,yant;gdan5nFruya,su,uchEyHziD;c,n5;ard;darDik;enD;ko;ov;aEondD;al;nco,zD;ev4;ancRshwD;as;a01oDuiy2;umDwmD;ik;ckNethov1gu,ktLnJrD;gGisFnD;ascoDds1;ni;ha;er,mD;ann;gtDit7nett;ss3;asD;hi;er,ham;b4ch,ez,hMiley,kk0nHrDu0;bEnDua;es,i0;ieDosa;ri;dDik;a8yopadhyD;ay;ra;er;k,ng;ic;cosZdYguilXkhtXlSnJrGsl2yD;aEd6;in;la;aEsl2;an;ujo,ya;dFgelD;ovD;!a;ersGov,reD;aDjL;ss1;en;en,on,s3;on;eksejGiyGmeiFvD;ar7es;ez;da;ev;ar;ams;ta",
"MaleName": "true¦0:DN;1:CO;2:D6;3:AJ;4:CK;5:BZ;6:CF;7:D2;8:BS;9:AR;A:DA;B:D3;C:94;D:BM;aC9bB7cA7d98e8If82g7Fh6Si6Cj5Ek52l4Fm37n2Uo2Op2Gqu2Er1Ms12t0Gu0Fv08wUxTyJzE;aEor0;cEh9Jkaria,n0C;hFkE;!aC7;ar5UeC6;aMoGuE;sEu2LvBJ;if,uf;nGsFusE;ouf,sE;ef;aEg;s,tE;an,h0;hli,nB8ssY;avi3ho4;aNeLiGoEyaBN;jcie87lfgang,odrow,utE;!er;lEnst1;bGey,fredAlE;aAZiE;am,e,s;e97ur;i,nde9sE;!l8t1;lFyE;l1ne;lEt3;a9Xy;aHiEladimir,ojte7U;cFha0kt67nceErgA5va0;!nt;e3Xt65;lentEn9S;inE;!e;ghBElyss59nax,sm0;aXeShOiMoIrGuFyE;!l3ro6s1;n7r59;avAHeEist0oy,um0;ntA9v5Wy;bGd8RmEny;!as,mEoharu;aCBie,y;iCy;mEt5;!my,othy;adGeoFia0KomE;!as;!do8G;!de5;dHrE;en98rE;an97eEy;ll,n96;!dy;dgh,ha,iEnn3req,tsu4R;cAPka;aUcotSeQhMiKoIpenc3tEur1Xylve96zym1;anGeEua85;f0phBCvEwa84;e5Zie;!islaw,l8;lom1uE;leyma6ta;dElCm1yabonga;!dhart74n8;aGeE;lErm0;d1t1;h7Kne,qu11un,wn,y6;aEbasti0k2Cl4Prg4Mth,ymoAE;m5n;!tE;!ie,y;lFmEnti2Gq58ul;!ke5JmDu4;ik,vato7O;aZeVhe9ViRoIuFyE;an,ou;b7DdFf5pe7KssE;!elBI;ol3Fy;an,bLc62dJel,geIh0landAmHnGry,sFyE;!ce;coe,s;!aA1nD;an,eo;l45r;er78g3n8olfo,riE;go;bDeAQ;cEl8;ar6Ic6HhFkEo;!ey,ie,y;a8Vie;gFid,ubByEza;an1KnZ;g9SiE;na9Os;ch6Qfa4lImHndGpha4sFul,wi2HyE;an,mo6U;h7Jm5;alAWol2Uy;iACon;f,ph;ent2inE;cy,t1;aJeHhilGier6TrE;aka18eE;m,st1;!ip,lip;dA4rcy,tE;ar,e3Er1Y;b4Hdra73tr6JulE;!o19;ctav3Di3liv3m9Yndrej,rIsFtEum7wB;is,to;aFc7k7m0vE;al5S;ma;i,vM;aMeKiGoEu38;aEel,j5l0ma0r3I;h,m;cFg4i46kEl2R;!au,h7Gola;hEkEolC;olC;al,d,il,ls1vE;il8J;hom,tE;e,hE;anEy;!a4i4;a00eXiNoIuFyE;l2Gr1;hamFr6KstaE;fa,p54;ed,mI;di0Xe,hamGis2CntFsEussa;es,he;e,y;ad,ed,mE;ad,ed;cJgu4hai,kHlGnFtchE;!e9;a7Uik;house,o0Ct1;ae5Oe9MolE;aj;ah,hE;aFeE;al,l;el,l;hFlv2rE;le,ri9v2;di,met;ay0hUjd,ks2AlSmadXnRrLs1tGuricFxE;imilianAwe9;e,io;eHhFiCtEus,yC;!eo,hew,ia;eEis;us,w;j,o;cIio,kHlGqu6Ysha9tEv2;iEy;!m,n;in,on;el,oQus;!el90oPus;iHu4;achEcolm,ik;ai,y;amFdi,eEmoud;sh;adEm5G;ou;aXeRiPlo39oLuFyE;le,nd1;cHiGkEth3uk;aEe;!s;gi,s,z;as,iaE;no;g0nn7BrenGuEv81we9;!iE;e,s;!zo;am,oE;n4r;a7Uevi,la4AnIonHst3thaGvE;eEi;nte;bo;!a6Del;!ny;mFnd1rEur54wr54;ry,s;ar,o4Y;aMeIhal7GiFristEu4Ky6J;i0o54;er0p,rE;k,ollE;os;en0iGnErmit,v3U;!dr3XnEt1;e18y;r,th;cp3j5m5Sna6OrFsp7them,uE;ri;im,l;a01eViToHuE;an,lEst2;en,iE;an,en,o,us;aOeMhnLkubCnJrHsE;eFhEi7Vue;!ua;!ph;dEge;i,on;!aEny;h,s,th55;!ath54ie,nD;!l,sEy;ph;o,qu2;an,mE;!mD;d,ffHrEs5;a5YemFmai6oEry;me,ni0Y;i7Fy;!e5OrE;ey,y;cLdBkJmIrGsFvi3yE;dBs1;on,p3;ed,od,rEv4V;e5Bod;al,es4Mis1;a,e,oEub;b,v;ob,quE;es;aXbRchiQgOkeNlija,nuMonut,rKsGtEv0;ai,suE;ki;aFha0i6ZmaEsac;el,il;ac,iaE;h,s;a,vinEw2;!g;k,nngu5F;!r;nacEor;io;ka;ai,rahE;im;aQeKoJuEyd7;be2FgHmber4KsE;eyFsE;a2e2;in,n;h,o;m3ra36sse2wa40;aIctHitHnrFrE;be28m0;iEy;!q0Z;or;th;bMlLmza,nKo,rGsFyE;a47dB;an,s0;lGo4Nry,uEv8;hi44ki,tE;a,o;an,ey;k,s;!im;ib;aWeSiQlenPoMrIuE;ilFsE;!tavo;herme,lerE;mo;aGegEov3;!g,orE;io,y;dy,h5J;nzaFrE;an,d1;lo;!n;lbe4Xno,oE;rg37van4X;oGrE;aEry;ld,rdA;ffr8rge;brFlBrEv2;la14r3Hth,y;e33ielE;!i5;aSePiNlLorrest,rE;anFedEitz;!dDer11r11;cGkE;!ie,lE;in,yn;esLisE;!co,z2W;etch3oE;yd;d4lEonn;ip;deriFliEng,rnan05;pe,x;co;bi0di,hd;dYfrXit0lSmLnIo2rGsteb0th0uge6vEymBzra;an,eE;ns,re2X;gi,i0AnErol,v2w2;estAie;oFriqEzo;ue;ch;aJerIiFmE;aIe2Q;lErh0;!iE;o,s;s1y;nu4;be0Bd1iGliFm3t1viEwood;n,s;ot1Ss;!as,j4EsE;ha;a2en;!d2Vg7mHoFuFwE;a26in;arE;do;oWuW;a02eRiPoHrag0uGwFylE;an,l0;ay6ight;a6dl8nc0st2;minHnFri0ugEvydCy29;!lC;!a2HnEov0;e9ie,y;go,iFykC;as;cEk;!k;armuEll1on,rk;id;andNj0lbeMmetri5nKon,rIsGvFwExt3;ay6ey;en,in;hawn,moE;nd;ek,rE;ick;is,nE;is,y;rt;re;an,le,mLnKrGvE;e,iE;!d;en,iGne9rEyl;eEin,yl;l35n;n,o,us;!i4ny;iEon;an,en,on;a08e06hYiar0lOoJrHuFyrE;il,us;rtE;!is;aEistob0S;ig;dy,lHnFrE;ey,neli5y;or,rE;ad;by,e,in,l2t1;aIeGiEyK;fEnt;fo0Et1;meEt5;nt;rGuFyE;!t1;de;enE;ce;aIeGrisE;!toE;ph3;st3;er;d,rEs;b4leE;s,y;cEdric,s7;il;lHmer1rE;ey,lFro9y;ll;!os,t1;eb,v2;a07eZiVlaUoSrFuEyr1;ddy,rtL;aMeHiGuFyE;an,ce,on;ce,no;an,ce;nFtE;!t;dFtE;!on;an,on;dFndE;en,on;!foEl8y;rd;bby,rEyd;is;i6ke;bGlFshE;al;al,lD;ek;nIrEshoi;at,nFtE;!r1B;aEie;rdA;!iFjam2nD;ie,y;to;kaNlazs,nIrE;n8rEt;eEy;tt;ey;dEeF;ar,iE;le;ar16b0Ud0Qf0Ogust2hm0Li0Ija0Hl03mZnSputsiRrIsaHugust5veFyEziz;a0kh0;ry;us;hi;aLchKiJjun,maInGon,tEy0;hEu09;ur;av,oE;ld;an,ndA;!el,ki;ie;ta;aq;as,dIgelAtE;hony,oE;i6nE;!iAy;ne;er,reEy;!as,i,s,w;iGmaEos;nu4r;el;ne,r,t;an,beQdBeKfIi,lHonGphYt1vE;aOin;on;so,zo;an,en;onUrE;ed;c,jaHksandGssaHxE;!andE;er,ru;ar,er;ndE;ro;rtA;ni;dBm7;ar;en;ad,eE;d,t;in;onE;so;aFi,olfAri0vik;!o;mEn;!a;dIeHraFuE;!bakr,lfazl;hEm;am;!l;allJelGoulaye,ulE;!lErG;ah,o;! rE;ahm0;an;ah;av,on",
"Person": "true¦ashton kutchXbWcRdPeNgastShLinez,jKkJleImEnDoCpAr5s4t2va1w0;arrGednesday adams,oode;lentino rossi,n go4;a0heresa may,iger woods,yra banks;tum,ylor;addam hussain,carlett johanssNlobodan milosevic;ay romano,e3o1ush limbau0;gh;d stewart,nald0;inho,o;ese witherspoIil6;a0ipM;lmLris hiltG;prah winfrIra;ettAiles crane;essia2i0ubarek;randa ju0tt romnF;ly;en;bron james,e;anye west,endall,iefer sutherland,obe bryant;aime,effers7k rowling;a0itlBulk hogan;lle berry,rris5;ff0meril lagasse,zekiel;ie;a0enzel washingt2ick wolf;lt1nte;ar1lint0;on;dinal wols1son0;! palm2;ey;arack obama,rock;er",
"Adjective": "true¦0:9F;1:89;2:85;3:96;4:90;5:83;6:8L;7:8E;8:91;9:8O;A:7R;B:5Y;C:95;D:7C;a7Sb7Ac6Td6Ce5Uf59g51h4Qi3Rjuni46k3Pl3Fm33n2To2Ep1Zquart67r1Ps0Tt0LuPvLwEye1L;ast55eIholeHiGoE;man5oErthwhi6u0H;dAzy;despr8Qn w74s6J;!sa6;ather14eEll o5Mste2Q;!k5;aGeFiEola5G;b9Ice versa,gi2Qle;ng4Wrsa5E;ca0lu8M;lt08nKpGrFsEttermo9A;efDu4;b6Cge0; Gb2ApFsEti89;ca6et,ide d3N;er,i4M;f3Vto da3;aYbecom2cXdSeRfPiOkn3KmNpMrJsFtoIus1wE;a08iel4F;eAi2FoGpFuE;pervis1spect2;e0okA;ld;eEu5;cognSgul0MlEsolv1;at1ent2;a9recede00;arri1et;que,vers4;air,orE;eseAtun7J;mploy1nd2xpect1;eEue;cid1rE;!a6XcovBly2sIwE;aEei7N;tBy;heck1onvinc2;ppeal2ssum2tteFuthorE;iz1;nd1;im48ra;aJeGhough5Fip 1QoFrE;anspa7Ai3;gethBle8Hp notch,rp9;ena6MmpFrE;r3Gtia6Z;e8o6X;leEst3S;nt1;a08c04e01h00iYkiXmug,nobbi43oSpPqueami43tJuEymb7C;bGi generis,pEr5;erEre60;! dupBb,viZ;du1p49sEurb56;eq7Itanda83;atu6GeIi0VrEy3W;aEin4I;ightEy; fEfE;or64;adfa7Vri6;arFeEirit1lend9ot on;c2Ze36;k5se; caIlub6mbBphisticHrGuEviS;ndEth0Z;proof;d9ry;at1;ll1;g1ZnE;ce5Eg6;am33eB;at1co1Jem5lfFnEre7;so66; suf42i3D;aFholEient2L;ar5;rlEth2;et;cr1me,tisfac5R;aMeHheumato9iFoE;bu79ttAy4;ghtEv4;-w2fD;cHdu70lGnown1sEtard1;is3GoE;lu3na0;e1Auc3E;e0ondi3;b9ci4;aPeNicayu7laMopuli70rFuE;bl66njabi;eJiHoE;b68fFmi3FpEvAx20;er,ort6E;a7u6H;maEor,sti7va3;!ry;ci6Eexist2ma1Rpa9;c9id;ac2ArEti3;feCma37ti37v6A;i2ArtFsE;s65t;-4Hi4;bPffNkMld LnJrIthButHverE;!aFni5Mseas,t,wE;ei5Lrou5L;ll;do11er,si4T;d31g1Q; bEbEgo2li7;oa6G;fashion1school;!ay; gua6DbEli7;eat;eFsE;ce7er0Fo0W;dia0se;aMeLiKoEuanc1; mo3ZnGrthEt5G;!eE;rn;chaFdescri61prof2GsE;top;la0;ght5;arby,cessa4Nighbor5xt;k1usiat2;aLeKiIoFuE;d18ltip6;deFl17nEot,st;ochro3Pth5;rn,st;ddle ag1nE;dblUi;nac2re;cGgenta,in,j08keshift,mmFnEscu4S;da43y;ali2Qoth;ab3Fho;aMeJiHoEumber2;ngEuti1G;stand2tE;erm,i3D;ghtwei4IteraE;l,te;ft-w2gEssBth4;al,eEit0G;nda41;ngu9ps1te5;aput,ind5nE;ow2;gno5Dll08m00nGpso 2DrE;a3releE;va0; VaUcoRdOe2GfNgrMhibi3Li01nLoKsGtEvalu4G;aCeE;n4Prdep22;a7iFolEuboH;ub6ve0;de,gE;nifica0;rdi4H;a3er;own;eriFluenRreq4C;eFiHoE;or;fini3p1Rtermi4B;mpFnside8rE;reC;le3;ccu8deq4Cppropr3J;fEsitu,vitro;ro0;mIpE;arGeFl0XoEropB;li3r0U;nd2rfeC;ti4;aFeEi0Y;d3An41;tu28;egFiE;c0Qte8;al,itE;ima3;aLelKiIoEuma7;meGnFrrEs0Aur5;if3E;e46o2U; ma2Hsick;ghfalut1QspE;an3A;liZpfD;i2QlFnErd04tL;dy;f,low1;aiKener35iga2Dlob4oJraGuE;ilEng ho;ty;cFtE;efDis;efD;ldAod;nfD;aUeRinQlOoHrE;aFeEozA;q35tfD;gi6nt2U;oIrE; keeps,eGge0MmBtunEwa3N;ateE;!ly;go2i1Is2S;liE;sh;ag3KuE;e0oresce0;al,i3;dFmini7rE;ti6; up;bl1i0l2VmiliGr Eux;oEreach2;ff;ar;aSfRlPmMnKqu4reCthere4veryday,xE;aCem33plHquisi3traGuE;be38lE;ta0;!va1O;icE;it; Eti0S;rou3sui3;erFiE;ne0;ge0;dEe1G;er5;ficie0;gBsE;t,ygo2;er;aTeKiFoErea1Cue;mina0ne,rma0ubN;dact1Sfficult,m,sFverE;ge0se;creFeMjoi0pa8tE;a0inC;et,te; LadpKceJfiIgene8liGpFreliCspe8voE;id,ut;ende0;ca3ghE;tfD;a0ni3;as1;an;facto;i5ngeroZ;arTeRivil,oGrEustoma0V;aEu0Rystal19;vAz1;erNgniza0loMmLnGrFveE;rt;po8ru20;cHduKgr1HjGsFtraE;dic0Fry;eq1Fta0;oi0ug4;a19i1I;mensu8pass1D;ni4ss4;ci16;leba3rtaE;in;diac,efD;aTeMiIliRoFrEuck nak1;and new,isk,on1S;gFldface,naE; fiYfiY;us;gFzarE;re;tiE;me;autifDhiIloHnFsEyoI;iRt;eZiEt;gn;v1w;nd;ul;ckwards,nkru18rE;e,rA; priori,b10c0Xd0Rf0Lg0Gh0Fl08mp6nt05pXrQsOttracti0KuKvHwE;aFkE;wa17;ke,re;ant garFeraE;ge;de;diGtE;heEoimmu7;nt05;toM;hAleep;en;bitIchiv4roHtE;iEsy;fiE;ci4;ga0;raE;ry;pEt;aJetiz2roE;prGximE;ate5;ly;ia3;ing;re0;iquEsy;at1e;ed;cohIiPkaGl,oFriEterV;ght;ne,of;li7;ne;olE;ic;ead;ain04ed,gressiHrE;eeE;ab6;le;ve;fFra9;id;ectFlE;ue0;ioE;na3; IeGvE;erE;se;pt,qE;ua3;hoc,infinitum;cu8tu4u3;al;ra3;erPlNoLrIsFuE;nda0;e0olu3traC;ct;te;eaFuE;pt;st;aEve;rd;aEe;ze;ra0;nt",
"Adj|Past": "true¦0:2Z;1:2Q;2:2T;a2Ib2Cc1Td1Ae14f0Zgift0h0Wi0Pj0Oknown,l0Lm0Gn0Eo0Bp04qua03rUsEtAu7v5w3;arp0ea3or5;kIth2S;a3e0V;ri0;n3pd1s0;derstood,i3;fi0t0;ar5hreatCr3wi2Q;a3ou18;ck0in0pp0;get0ni1M;aGcaFeEhDimCm00oak0pAt6u3;bsid27gge2Ls3;pe3ta1R;ct0nd0;at0e5r3uU;ength3ip0;en0;am0reotyp0;eci3ik0ott0;al1Zfi0;pHul1;ar0ut;al0c1Ile2t1R;r0tt25;t3ut0;is1Jur1;aAe3;c7duc0f1Cg6l1new0qu5s3;pe2t3;or0ri2;e22ir0;ist1Xul1;eiv0o3;mme09rd0v1V;lli0ti1A;li19;arallel0i0Kl7o6r3ump0;e4o3;ce0Ilo0Hnou1Tpos0te2;fe0Loc8pY;i1Gli0R;a3e19;nn0;c4rgan1Bverlo3;ok0;cupi0;e3ot0;ed0gle2;a5e4ix0o3ut0;di0Vt0G;as0Qlt0;n3rk0;ag0ufact0O;eft,i4o3;ad0st;cens0mit0st0;agg0us0N;mp8n3sol1;br0debt0f6t3volv0;e3ox0F;gr1n3re18;d0si0J;e2l1oX;li0oLrov0;amm10e1o3;ok0r3;ri0E;aNe6i5lavo09oc05r3;a3i0;ct07g0Mm0;niXx0;ar0;duc1l1mbarraKn7quipp0stabliVx3;agger1p3te5;a4e3;ct0rie0S;nd0;ha0QsZ;aJeAi3;gni01miniOre2s3;a7c5grun05t3;o3reBurb0;rt0;iplSou3;nt0rE;bl0;cenVdOf8l7pre6ra5t3velop0;a3ermO;il0;ng0;ss0;ay0ight0;e4o3;rm0;rr0;m3t0;ag0;alcul1eHharg0lGo8r5u3;lt3stomS;iv1;a4owd0u3;sh0;ck0mp0;d0lo9m6n3ok0vX;centr1f4s3troll0;idVolid1;us0;b4pl3;ic1;in0;ur0;assi5os0;lebr1n5r3;ti3;fi0;tralB;a7i6o4roken,urn3;ed,t;il0r0t3und;tl0;as0;k0laIs0;bandon0cJdGffe2lDnBpp9ss7u3ward0;g4thor3;iz0;me3;nt0;o5u3;m0r0;li0re3;ci1;im1ticip1;at0;leg0t3;er0;ct0;ju4o6va3;nc0;st0;ce3knowledg0;pt0;ed",
"Determiner": "true¦aBboth,d9e6few,l4mu8neiDplenty,s3th2various,wh0;at0ich0;evC;at,e4is,ose;everal,ome;a,e0;!ast,s;a1i6l0very;!se;ch;e0u;!s;!n0;!o0y;th0;er",
"Adverb": "true¦a08b05d01eXfRhPinOjustNkinda,likewi00mLnIoDpBquite,r8s4t1up0very,well; to,wards5;h1iny bit,o0wiO;o,t6;en,us;eldom,o0uch;!me1rt0; of;hZtimes,w0A;a1e0;alT;ndomSthN;ar excellDer0oint blank; Nhaps;f3n0;ce0ly;! 0;ag03moX; courIten;ewKo0; longEt 0;onIwithstanding;aybe,eanwhiAore0;!ovB;! aboV;deed,steW;en0;ce;or2u0;lArther0;!moK; 0ev3;examp0good,suI;le;n1v0;er; mas0ough;se;e0irect1; 1finite0;ly;ju9trop;ackward,y 0;far,n0;ow; DbroCd nauseam,gBl6ny3part,s2t 0w4;be6l0mo6wor6;arge,ea5; soon,ide;mo1w0;ay;re;l 1mo0ready,so,ways;st;b1t0;hat;ut;ain;ad;lot,posteriori",
"Adj|Present": "true¦a01blu00cSdNeLfIhollHidOlEmCnarrHoBp9qua8r7s4t2utt3w0;aJet,ound,ro0;ng,ug02;end0hin;er;e1l0mooth,our,pa8u8;i2ow;cu6daWlOpaK;eplicaVigW;ck;aEr0;esePime,ompt;bscu1pen,wn;atu0eModeE;re;a1eKi0;gOve;st,y;ow;i1r0;ee,inge;rm;l0mpty,xpress;abo4ic7;amp,e2i1oub0ry;le;ffu8r5;fu7libe0;raB;l4o0;mple9n2ol,rr1unterfe0;it;ect;juga6sum5;e1o0;se;an;nt;lig2pproxi0;ma0;te;ht",
"Adverb": "true¦a08b05d01eXfRhePinOjustNkinda,likewi00mLnIoDpBquite,r8s4t1up0very,well; to,wards5;h1iny bit,o0wiO;o,t6;en,us;eldom,o0uch;!me1rt0; of;hZtimes,w0A;a1e0;alT;ndomSthN;ar excellenEer0oint blank; Nhaps;f3n0;ce0ly;! 0;ag03moX; courIten;ewKo0; longEt 0;onIwithstanding;aybe,eanwhiAore0;!ovB;! aboV;deed,steW;lla,n0;ce;or2u0;lArther0;!moK; 0ev3;examp0good,suI;le;n1v0;er; mas0ough;se;e0irect1; 1finite0;ly;ju9trop;ackward,y 0;far,n0;ow; DbroCd nauseam,gBl6ny3part,s2t 0w4;be6l0mo6wor6;arge,ea5; soon,ide;mo1w0;ay;re;l 1mo0ready,so,ways;st;b1t0;hat;ut;ain;ad;lot,posteriori",
"Currency": "true¦$,aud,bQcOdJeurIfHgbp,hkd,iGjpy,kElDp8r7s3usd,x2y1z0¢,£,¥,ден,лв,руб,฿,₡,₨,€,₭,﷼;lotyQł;en,uanP;af,of;h0t5;e0il5;k0q0;elK;oubleJp,upeeJ;e2ound st0;er0;lingG;n0soF;ceEnies;empi7i7;n,r0wanzaCyatC;!onaBw;ls,nr;ori7ranc9;!os;en3i2kk,o0;b0ll2;ra5;me4n0rham4;ar3;e0ny;nt1;aht,itcoin0;!s",
"Adj|Present": "true¦a00bluZcRdMeKfHhollGidNlEmCnarrGoBp9qua8r7s4t2utt3w0;aIet,ound,ro0;ng,ug01;end0hin;er;e1l0mooth,our,pa8u8;i2ow;cu6daVlNpaJ;eplicaUigV;ck;aDr0;eseOime,ompt;bscu1pen,wn;atu0eLodeD;re;ay,eJi0;gNve;ow;i1r0;ee,inge;rm;l0mpty,xpress;abo4ic7;amp,e2i1oub0ry;le;ffu8r5;fu7libe0;raB;l4o0;mple9n2ol,rr1unterfe0;it;ect;juga6sum5;e1o0;se;an;nt;lig2pproxi0;ma0;te;ht",
"Comparable": "true¦0:3B;1:3Q;2:3F;3:2D;a3Ub3Cc30d2Qe2Jf27g1Vh1Li1Fj1Ek1Bl14m0Yn0To0Sp0Jqu0Hr08sJtEuDvBw5y4za0R;el11ou3A;a8e6hi1Hi4ry;ck0Dde,l4n1ry,se;d,y;a4i3T;k,ry;nti34ry;a4erda2ulgar;gue,in,st;g0pcomi31;a7en2Thi6i5ough,r4;anqu28en1ue;dy,g36me0ny,r03;ck,rs24;ll,me,rt,wd3I;aRcarQePhNiMkin0BlImGoEpDt7u5w4;eet,ift;b4dd0Vperfi1Wrre24;sta22t3;a8e7iff,r5u4;pUr1;a4ict,o2P;ig2Wn0N;a1ep,rn;le,rk,te0;e1Oi2Wright0;ci1Vft,l4on,re;emn,id;a4el0;ll,rt;e6i4y;g2Nm4;!y;ek,nd2T;ck,l0mp3;a4iRort,rill,y;dy,l01rp;ve0Ixy;ce,y;d,fe,int0l1Ev0U;a9e7i6o4ude;mantic,o16sy,u4;gh,nd;ch,pe,tzy;a4d,mo0A;dy,l;gg5ndom,p4re,w;id;ed;ai2i4;ck,et;hoBi1ClAo9r6u4;ny,r4;e,p3;egna2ic5o4;fouSud;ey,k0;liXor;ain,easa2;ny;dd,i0ld,ranL;aive,e6i5o4;b3isy,rm0Vsy;ce,mb3;a4w;r,t;ad,e6ild,o5u4;nda0Yte;ist,o1;a5ek,l4;low;s0ty;a8ewd,i7o4ucky;f0Gn5o12u4ve0w0Wy0K;d,sy;e0g;ke0tt3ve0;me,r4te;ge;e5i4;nd;en;ol0ui1B;cy,ll,n4;secu7t4;e4ima5;llege2rmedia4;te;re;aBe8i7o6u4;ge,m4ng1E;b3id;me0t;gh,l0;a4fVsita2;dy,v4;en0y;nd15ppy,r4;d,sh;aEenDhBiAl9oofy,r4;a7e6is0o4ue12;o4ss;vy;at,en,y;nd,y;ad,ib,ooE;a2d1;a4o4;st0;t3uiS;u1y;aDeeb3i9lat,o7r6u4;ll,n4r0S;!ny;aDesh,iend0;a4rmEul;my;erce5nan4;ciB;! ;le;ir,ke,n08r,st,ul4;ty;a7erie,sse5v4xtre0G;il;nti4;al;r5s4;tern,y;ly,th0;aCe9i6ru5u4;ll,mb;nk;r5vi4;ne;e,ty;a4ep,nB;d4f,r;!ly;ppVrk;aDhAl8o6r5u4;dd0r0te;isp,uel;ar4ld,mmon,st0ward0zy;se;e4ou1;ar,vO;e4il0;ap,e4;sy;gey,lm,ri4;ng;aJiHlEoCr6u4;r0sy;ly;a8i5o4;ad,wn;g5llia2;nt;ht;sh,ve;ld,un4;cy;a5o4ue;nd,o1;ck,nd;g,tt4;er;d,ld,w1;dy;bsu7ng6we4;so4;me;ry;rd",
"Infinitive": "true¦0:8W;1:8H;2:9E;3:7O;4:92;5:81;6:9A;7:83;8:9I;9:9H;A:93;B:8Y;C:7V;D:7L;E:7R;F:88;a81b7Hc6Rd5Je4Gf45g41h3Wi3Cj39k37l2Ym2Rnou3Vo2Mp25qu24r1As08tWuRvPwG;aMeLiJors3rG;eHiG;ng,te;ak,st5;d3e7FthG;draw,er;a2d,ep;i2ke,nGrn;d0t;aGie;li9Dni9ry;nGplift;cov0dHear7IlGplug,tie,ve84;ea9o3K;erGo;cut,go,sta9Fval95whelm;aPeNhKoJrG;aGemb5;ffi3Fmp5nsG;aCpi7;pp5ugh3;aHiHrGwaE;eat3i2;nk;aGll,m91;ch,se;ck5ilor,keGmp0r7M;! paE;a0Gc0Fe0Dh09i07l05m04n03o01pWquVtOuJwG;all70eeHiG;m,ng;p,t3;bIccumb,ffHggeBmm91p2ErG;mouFvi2;er,i4;li7YmerAsiGveE;de,st;aKe7RiIrG;ang5eGi2;ng20w;fGnW;f3le;gg0rG;t5ve;a3Ti9;a4BeJiIlHoGri6C;il,of;ay,it;ll,t;ak,nd;lGot6Kw;icDve;eak,i0K;a9ugg5;aGi8;m,y;ft,nGt;g,k;aIi5GoHriGun;nk,v5S;ot,rt3;ke,rp3tt0;eGll,nd,que7Jv0w;!k,m;avenAul7X;dd3tis17y;att5eHip3oG;am,ut;a05b03c01d00fXgroup,heaWiVlTmSnRpPq32sLtJvG;amp,eHiGo2R;sDve;l,rt;i7rG;ie2ofD;eFiItGurfa4;o1UrG;a5SiCuctu7;de,gn,st;el,hra1lGreseF;a4e65;d0ew,o02;a5Ne2Xo2;a6eFiGoad,y;e2nq3Hve;mbur1nf2Q;r1t;inHleCocus,re9uG;el,rbi9;an4e;aCu4;ei2k7Fla3KoGyc5;gni57nci5up,v0;oot,uG;ff;ct,liG;se,ze;a9en5Mit,o6;aUerSiRlumm0ToQrIuG;b3Lke,ni9rGt;poEs6T;eKoG;cId,fe35hibDnoHpo1sp0tru8vG;e,i8o4S;un4;la36u7;a5Dc1PdHf0occupy,sup0DvG;a5IeF;etermi43iC;a5Art4S;er4npoiF;cei2fo3Di9mea6plex,sGva8;eve7iB;mp0rGtrol,ve,y;a5Ot5K;bser2ccuJpIutHverGwe;lap,s16tu66u1;gr4Lnu1Ypa4;era6i3Tpo1;py,r;aKe07iHoGultiply;leBu61;micHnGspla4;ce,g5us;!k;iGke,naA;m,nta4F;aNeJiGo1u36;e,ke,ng0quGv3;eGi63;fy;aInGss3;d,gG;th3;rn,ve;ng22u1B;eep,nG;e3Now;o43uG;gg5xtaG;po1;gno7mUnG;cSdQfPgeBhOitia6ju7q11sMtIun5QvG;eGo0Q;nt,st;erHimi5NoxiOrG;odu4u8;aCn,prGru5N;et;iBpi7tGu7;il,ruC;abDibD;eBo28u1;iGulA;ca6;i6lu8;b59mer1pG;aEer44ly,oHrG;is5Ko2;rt,se,veG;ri9;aJeIiGoiBuE;de,jaGnd0;ck;ar,iO;mp0ng,pp3st3ve;ath0et,i2le1RoIrG;aGow;b,pp5ze;!ve4P;ast3er3Ii55lPorKrHuG;lf3Qr3M;eHiGolic;ght3;e2Xsh3;b3AeIfeDgGs48;eGi2;!t;clo1go,sGwa4G;had2V;ee,i2M;a0GdDl0Em09nRquip,rQsPt3AvNxG;cLeEha5iKpHtG;ing0Qol;eHi7lGo1unA;a2SoD;ct,di6;st,t;lu8;alua6oG;ke,l2;chew,pou1tab11;a1u4E;aWcTdRfQgOhan4joy,lNqMrLsuKtIvG;e0TisG;aAi4J;er,i4rG;a2Gen2UuB;e,re;i2Sol;ui7;arAiB;aAeGra2ulf;nd0;or4;ang0oGu7;r1w;lo1ou0ArHuG;mb0;oa2Iy3X;b5ct;bHerApG;hasi1Vow0;a0Sody,rG;a4oiG;d0l;ap1eCuG;ci3Nde;rGt;ma0Mn;a0Me01iIo,rGwind5;aw,edAoG;wn;agno1e,ff0g,mi26sJvG;eGulA;rGst;ge,t;ab5bTcNlodAmant5pLru3FsKtG;iGoEu2V;lHngG;ui9;!l;ol2ua8;eGla4o1ro2;n1r1;a2Me2VlJoHuG;ss;uGv0;raA;aGo1;im;a36ur1;af3bXcRduCep3fPliOmLnJpIra1Rta1LvG;eGol2;lop;aEiCoE;oGy;te,un4;eHoG;li9;an;mDv0;a4i03oGraud,y;rm;ei2iKoIrG;ee,yG;!pt;de,mGup5;missi2Spo1;de,ma6ph0;aHrief,uG;g,nk;rk;mp3rk3uF;a03ea1h01i00lZoHrGurta15;a2ea6ipp5;ales4eWhabDinci8llVmTnGrro8;cQdNfLju7no6qu0sJtIvG;eGin4;ne,rA;a0Fin23ribu6;er2iGoli25pi7titu6ult;d0st;iGroFu1;de,gu7rm;eHoG;ne;mn,n1;eGlu8ur;al,i2;buBe,men4pG;e6ly;eCi8u8;r4xiB;ean1iQ;rcumveFte;eGoo1;ri9w;ncGre3t0ulk;el;aWeQi8lNoMrJuG;iHrGy;st,y;ld;aHeastfeKiGoad3;ng;ke;il,l11mba0WrrLth0;aHeGow;ed;ze;!come,gKha2liJnd,queaIstHtGwild0;ray;ow;th;e2tt5;in;bysDckfi7ff5tG;he;it;b15c0Td0Kff0Igr0Hl0Dm09n03ppZrXsQttNuLvIwaG;it,k3;en;eEoG;id;rt;gGto06;meF;aHeBraC;ct;ch;pi7sHtoG;ni9;aIeGi03u7;mb5rt;le;il;re;g0Hi1ou1rG;anAi2;eaIly,oiFrG;ai1o2;nt;r,se;aKiOnHtG;icipa6;eHoGul;un4y;al;ly1;aHu1;se;lgaGze;ma6;iIlG;eAoGu8;t,w;gn;ee;ix,oG;rd;aZjLmiIoHsoG;rb;pt,rn;niGt;st0;er;ouHuB;st;rn;cJhie2knowledAquiGtiva6;es4re;ce;ge;eMomIrHusG;e,tom;ue;moHpG;any,li9;da6;te;pt;andMet,i8oIsG;coIol2;ve;li9rt,uG;nd;sh;de;on",
"Infinitive": "true¦0:8V;1:8G;2:9D;3:80;4:7N;5:91;6:9H;7:99;8:82;9:9G;A:92;B:8X;C:7K;D:7U;E:7Q;F:87;G:7V;H:7H;a82b7Jc6Sd5Le4Gf45g41h3Wi3Cj39k37l2Ym2Rnou3Vo2Lp25qu24r19s0AtYuTvRwI;aOeNiLors4rI;eJiI;ng,te;ak,st3;d4e7HthI;draw,er;a2d,ep;i2ke,nIrn;d0t;aIie;li9Eni9ry;nIplift;cov0dJear7JlIplug,tie,ve85;ea9o3K;erIo;cut,go,sta9Gval96whelm;aRePhMoLrI;aIemb3;ffi3Fmp3nsI;aDpi8;pp3ugh4;aJiJrIwaE;eat4i2;nk;aIm92;ch,se;ck3ilor,keImp0r7N;! paE;a0Fc0Ee0Ch08i06l04mugg3n03o01pYquXtQuKwI;all71eeIim;p,t4;bKccumb,ffJggeBmm93p2FrI;mouFvi2;er,i5;li80mJsiIveE;de,st;erAit;aMe7SiKrI;ang3eIi2;ng20w;fIng;f4le;gg0rI;t3ve;a3Ui9;a4DeJit,l6KoI;il,of;ak,nd;lIot6Nw;icCve;eak,i0L;aIi6;m,y;ft,nIt;g,k;aKi5LoJriIun;nk,v5X;ot,rt4;ke,rp4tt0;eIll,nd,que7Nv0w;!k,m;avenAul81;dd4tis1Ay;a0BeJip4oI;am,ut;a07b05c03d02fZgroup,heaYiXlVmUnTpRq36sNtLup,vI;amp,eJiIo2V;sCve;l,rt;i8rI;ie2ofC;eFiKtIurfa5;o1XrI;aHiDuctu8;de,gn,st;el,hra1lIreseF;a5e69;d0ew,o05;aHe31o2;a7eFiIoad,y;e2nq3Mve;mbur1nf2U;r1t;inJleDocus,re9uI;el,rbi9;an5e;aDu5;ei2k7Jla3OoIyc3;gni2Wnci3up,v0;oot,uI;ff;ct,liI;se,ze;tt3vi9;a9enGit,o7;aVerTinpoiFlumm0VoSrKuI;b3Oke,ni9rIt;poEs6W;eMoI;cKd,fe4BhibCnoJpo1sp0tru6vI;e,i6o4W;un5;la39u8;aGclu6dJf0occupy,sup0FvI;a5LeF;etermi47iD;aGrtr4Vsse44;cei2fo3Hi9mea7plex,sIva6;eve8iB;mp0rItrol,ve,y;a5St5O;bMccuLpKutJverIwe;lap,s19tu6Au1;gr4Pnu22pa5;era7i3Ypo1;py,r;ser2taH;aMe09iJoIultiply;leBu64;micJnIspla5;ce,g3us;!k;iIke,naA;m,ntaH;aPeLiIo1u39;e,ke,ng0quIv4;eIi66;fy;aKnIss4;d,gI;th4;rn,ve;ng26u1E;eep,nI;e3Row;oHuI;gg3xtaI;po1;gno8mWnI;cUdSfRgeBhQitia7ju8q14sOtKun5TvI;eIo0T;nt,st;erJimi5QoxiQrI;odu5u6;aDn,prIru5Q;et;iBpi8tIu8;il,ruD;abCibC;eBo2Bu1;iIulA;ca7;i7lu6;b5Cmer1pI;aEer47ly,oJrI;e2Ris5No2;rt,se,veI;ri9;aLeKiIoiBuE;de,jaInd0;ck;ar,iQ;mp0ng,pp4st4ve;ath0et,i2le1UoKrI;aIow;b,pp3ze;!ve4S;ast4er3Li58lRorMrJuI;lf3Tr3P;eJiIolic;ght4;e0Lsh4;b3DeKfeCgIs4B;eIi2;!t;clo1go,sIwa4J;had2Y;ee,i2Q;a0KdCl0Im0CnUquip,rTsStGvQxI;cNeEha3iMpJtI;ing0Uol;eJi8lIo1unA;aHoC;ct,di7;st,t;e2MlI;a0Xu6;alua7oI;ke,l2;chew,pou1tab13;a1u4G;aYcVdTfSgQhan5joy,lPqOrNsuMtKvI;e0VisI;aAi4L;er,i5rI;aHenGuB;e,re;iGol;ui8;arAiB;aAeIra2ulf;nd0;or5;ang0oIu8;r1w;lo1ou0CrJuI;mb0;oaGy3Z;b3ct;bKerApI;hasiIow0;ze;a0Tody,rI;a5oiI;d0l;ap1eDuI;ci3Ode;rIt;ma0Nn;a0Ne02iKo,rIwind3;aw,edAoI;wn;agno1e,ff0g,mi27sLvI;eIulA;rIst;ge,t;ab3bUcPlodAmant3pNru3GsMtI;iIoEu2W;lJngI;ui9;!l;ol2ua6;eIla5o1ro2;n1r1;a2Ne2WlKoIu0K;uIv0;raA;aIo1;im;a38ur1;af4bZcTduDep4fRliQmNnLpKra1TtaGvI;eIol2;lop;aEiDoE;oIy;te,un5;eJoI;li9;an;mCv0;a5i06oIraud,y;rm;ei2iMoKrI;ee,yI;!pt;de,mIup3;missi2Upo1;de,ma7ph0;aJrief,uI;g,nk;rk;mp4rk4uF;a06ea1h04i03l02oJrIurta17;a2ea7ipp3;ales5eZhabCinci6llYmWnIrro6;cTdQfNju8no7qu0sLtKvI;eIin5;ne,rA;aHin25ribu7;er2iIoli27pi8titu7ult;d0st;eJiIroFu1;de,gu8rm;ss;eJoI;ne;mn,n1;eIlu6ur;al,i2;buBe,men5pI;e7i3ly;eDi6u6;r5xiB;ean1iS;rcumveFte;eIoo1;ri9w;ncIre4t0ulk;el;aXeRi6lPoOrLuI;iJrIy;st,y;ld;aJeastfeMiIoad4;ng;ke;il,l12mba0XrrMth0;eIow;ed;!come,gHha2liLqueaKstJtrIwild0;ay;ow;th;e2tt3;in;bysCckfi8ff3tI;he;it;b17c0Vd0Mff0Kgr0Jl0Fm0Bn05pp01rZsSttPuNvKwaI;it,k4;en;eEoI;id;rt;gIto08;meF;aGeBraD;ct;ch;pi8sJtoI;ni9;aKeIi05u8;mb3rt,ss;le;il;re;g0Ji1ou1rI;anAi2;eaKly,oiFrI;ai1o2;nt;r,se;aMiQnJtI;icipa7;eJoIul;un5y;al;ly1;aJu1;se;lgaIze;ma7;iKlI;eAoIu6;t,w;gn;ee;ix,oI;rd;a01jNmiKoJsoI;rb;pt,rn;niIt;st0;er;ouJuB;st;rn;cLhie2knowledAquiItiva7;es5re;ce;ge;eOomKrJusI;e,tom;ue;moJpI;any,li9;da7;te;pt;andOet,i6oKsI;coKol2;ve;li9rt,uI;nd;sh;de;on",
"Modal": "true¦c5lets,m4ought3sh1w0;ill,o5;a0o4;ll,nt;! to,a;ight,ust;an,o0;uld",
"Verb": "true¦born,cannot,gonna,has,keep tabs,msg",
"Participle": "true¦fl3g1s0writt2;e1h2;iv0one;en;own",
"Adj|Gerund": "true¦0:2D;1:2F;2:23;3:21;4:1Y;5:25;6:2B;7:20;a22b1Xc1Fd12e0Wf0Mg0Gh0Fi09jud1Vl06m03oZpVrPsEt9up8veYw0Nyiel4;lif0s01;aWeBhr9i3ouc7r8wis0;e01oub2us0yi1;ea0Li8;l2vi1;l2mp0;atisf6creec7hoc0Dkyrocke0lo12oGpFtBu9we8;e11l2;pp1Jr8;gi1pri5roun4;a9ea22i8ri09un1B;mula0r3;gge3r8;t2vi1;ark2ee4;a8ot7;ki1ri1;aCe9ive0o8us7;a3l2;defi12fres7ig12laEs0v8war4;ea2itali8ol0P;si1zi1;gi1ll6mb2vi1;a6erpleAier1Clun17r8un1I;e8o10;ce4s5vai2;xi1;ffsApMut9ver8wi1;arc7lap0Gp08ri4whel1K;goi1l6st0X;et0;eande3i9o0Eu8;mb2;s5tiga0;a9i8o0B;fesa0Ami0vi1;cJg0Us0;mCn8rri0B;cAs9te16vi8;go1Fti1;pi3ul0;orpo1Drea5;po5;arrowi1ea2orrif6umilia0;lCr8;a0ipZo9uel8;i1li1;undbrea8wi1;ki1;a3ea0Z;aGetc7it0lDoBr9ulf8;il2;ee0Yigh8ust12;te04;r8un4;ebo4th0H;a9o8;a0we3;mi1tte3;di1scina0;mBn9x8;ac0ci0is0plo4;ab2c8du3ga04sT;han0oura03;barras5er02p8;owe3;aJeCi8;s8zz6;appoin0gus0sen0t8;r8u0N;ac0es5;biliDcCfiMgra4mBpres5serAv8;asCelo8;pi1;vi1;an4eaI;a6liH;ta0;maOri1s7un0;aOhLlo5o8ripp2ut0;mEn8rrespon4;cerCfBspi3t8vinQ;in9r8;as0ibu0ol2;ui1;lic0u5;ni1;fCmBp8;e9ro8;mi5;l2ti1;an4;or0;a8ea0il2;llen8rQ;gi1;lOptiva0;eBin4lin4o9rui5u8;d4st2;i2oLri1un8;ci1;coJ;bsoQcLgonJlarImGppea2rEs8;pi3su3to8;n9un4;di1;is7;hi1;ri1;res0;li1;aBu5;si1;mi1;i8zi1;zi1;c8hi1;ele9ompan6;yi1;ra0;ti1;rbi1;ng",
"Person|Verb": "true¦b2ch1drew,grant,ja3ma0ollie,pat,rob,sue,wade;ck,rk;ase,u1;ob,u0;ck",
"Person|Noun": "true¦a04bYcVdOeMfLgJhGjCkitXlBm9olive,p6r3s2triniXv0wang;an,enus,iol0;a,et;ky,on5umm00;ay,e1o0uby;bin,d,se;ed,x;atNe0ol;aFn0;ny;a0eloQ;x,ya;a8eo,iD;a2e1o0;lDy;an,w3;de,smi4y;a0iKol8;ll,z0;el;ail,e0;ne;aith,ern,lo;a0dDmir,ula,ve;rl;a4e3i1ol0;ly;ck,x0;ie;an,ja;i0wn;sy;h0liff,rystal;ari0in,ristian;ty;ak4e3i2r0;an0ook;dy;ll;nedict,rg;er;l0rt;fredo,ma",
"Adj|Gerund": "true¦0:2E;1:2G;2:24;3:22;4:1Z;5:2C;6:26;7:21;a23b1Yc1Gd13e0Xf0Ng0Hh0Gi0Ajud1Wl07m04o00pWrQsFtAup9v8w0Oyiel4;ar5eY;lif0s01;aWeBhr9i3ouc7r8wis0;e01oub2us0yi1;ea0Li8;l2vi1;l2mp0;atisf5creec7hoc0Dkyrocke0lo12oGpFtBu9we8;e11l2;pp1Jr8;gi1pri6roun4;a9ea22i8ri09un1B;mula0r3;gge3r8;t2vi1;ark2ee4;a8ot7;ki1ri1;aCe9ive0o8us7;a3l2;defi12fres7ig12laEs0v8war4;ea2itali8ol0P;si1zi1;gi1ll5mb2vi1;a5erpleAier1Clun17r8un1I;e8o10;ce4s6vai2;xi1;ffsApMut9ver8wi1;arc7lap0Gp08ri4whel1K;goi1l5st0X;et0;eande3i9o0Eu8;mb2;s6tiga0;a9i8o0B;fesa0Ami0vi1;cJg0Us0;mCn8rri0B;cAs9te16vi8;go1Fti1;pi3ul0;orpo1Drea6;po6;arrowi1ea2orrif5umilia0;lCr8;a0ipZo9uel8;i1li1;undbrea8wi1;ki1;a3ea0Z;aGetc7it0lDoBr9ulf8;il2;ee0Yigh8ust12;te04;r8un4;ebo4th0H;a9o8;a0we3;mi1tte3;di1scina0;mBn9x8;ac0ci0is0plo4;ab2c8du3ga04sT;han0oura03;barras6er02p8;owe3;aJeCi8;s8zz5;appoin0gus0sen0t8;r8u0N;ac0es6;biliDcCfiMgra4mBpres6serAv8;asCelo8;pi1;vi1;an4eaI;a5liH;ta0;maOri1s7un0;aOhLlo6o8ripp2ut0;mEn8rrespon4;cerCfBspi3t8vinQ;in9r8;as0ibu0ol2;ui1;lic0u6;ni1;fCmBp8;e9ro8;mi6;l2ti1;an4;or0;a8ea0il2;llen8rQ;gi1;lOptiva0;eBin4lin4o9rui6u8;d4st2;i2oLri1un8;ci1;coJ;bsoQcLgonJlarImGppea2rEs8;pi3su3to8;n9un4;di1;is7;hi1;ri1;res0;li1;aBu6;si1;mi1;i8zi1;zi1;c8hi1;ele9ompan5;yi1;ra0;ti1;rbi1;ng",
"Person|Place": "true¦a5darw6h3jordan,k2orlando,s0victo7;a0ydney;lvador,mara,ntiago;ent,obe;amil0ous0;ton;lexand1ust0;in;ria",
"Person|Date": "true¦a2j0sep;an0une;!uary;p0ugust,v0;ril"
}

@@ -0,1 +1,2 @@

const prp = ['Possessive', 'Pronoun']
//words that can't be compressed, for whatever reason

@@ -48,12 +49,16 @@ let misc = {

were: ['Copula', 'PastTense'],
her: ['Possessive', 'Pronoun'],
his: ['Possessive', 'Pronoun'],
hers: ['Possessive', 'Pronoun'],
their: ['Possessive', 'Pronoun'],
themselves: ['Possessive', 'Pronoun'],
your: ['Possessive', 'Pronoun'],
our: ['Possessive', 'Pronoun'],
my: ['Possessive', 'Pronoun'],
its: ['Possessive', 'Pronoun'],
// possessive pronouns
her: prp,
his: prp,
hers: prp,
their: prp,
theirs: prp,
themselves: prp,
your: prp,
our: prp,
ours: prp,
my: prp,
its: prp,
// misc

@@ -60,0 +65,0 @@ vs: ['Conjunction', 'Abbreviation'],

@@ -38,3 +38,3 @@ const vb = 'Verb'

['before', nn],
['a', 'Singular'],
['a', nn],
['the', nn],

@@ -56,3 +56,3 @@ ['been', vb],

['man', 'Adjective'],
['only', vb],
// ['only', vb],
['him', vb],

@@ -59,0 +59,0 @@ ['it', vb],//relaunch it

@@ -123,8 +123,9 @@ //just a foolish lookup of known suffixes

gent: Sing,
tist: Sing,
pist: Sing,
rist: Sing,
mist: Sing,
yist: Sing,
vist: Sing,
tist: Actor,
pist: Actor,
rist: Actor,
mist: Actor,
yist: Actor,
vist: Actor,
ists: Actor,
lite: Sing,

@@ -139,4 +140,4 @@ site: Sing,

vent: Sing,
uist: Sing,
gist: Sing,
uist: Actor,
gist: Actor,
note: Sing,

@@ -159,3 +160,3 @@ cide: Sing,//homicide

//5-letter
elist: Sing,
elist: Actor,
holic: Sing,

@@ -191,7 +192,7 @@ phite: Sing,

scent: Sing,
onist: Sing,
anist: Sing,
alist: Sing,
olist: Sing,
icist: Sing,
onist: Actor,
anist: Actor,
alist: Actor,
olist: Actor,
icist: Actor,
ounce: Inf,

@@ -221,2 +222,3 @@ iable: Adj,

//7-letter
logists: Actor,
opoulos: Last,

@@ -223,0 +225,0 @@ borough: Place,

@@ -77,3 +77,5 @@ const anything = ['Noun', 'Verb', 'Adjective', 'Adverb', 'Value', 'QuestionWord']

not: ['Abbreviation', 'Acronym', 'ProperNoun']
}
},
// hard-nosed, bone-headed
Hyphenated: {}
}
import clauses from './clauses.js'
import getChunks from './chunks.js'
// return the nth elem of a doc
export const getNth = (doc, n) => (typeof n === 'number' ? doc.eq(n) : doc)
const api = function (View) {

@@ -41,3 +38,3 @@

let m = getChunks(this)
m = getNth(m, n)
m = m.getNth(n)
return new Chunks(this.document, m.pointer)

@@ -44,0 +41,0 @@ }

// return the nth elem of a doc
export const getNth = (doc, n) => (typeof n === 'number' ? doc.eq(n) : doc)
const hasPeriod = /\./g

@@ -36,3 +35,3 @@

let m = this.match('#Acronym')
m = getNth(m, n)
m = m.getNth(n)
return new Acronyms(m.document, m.pointer)

@@ -39,0 +38,0 @@ }

@@ -1,3 +0,1 @@

// return the nth elem of a doc
export const getNth = (doc, n) => (typeof n === 'number' ? doc.eq(n) : doc)

@@ -44,3 +42,3 @@ // guard against superlative+comparative forms

const { toComparative, toSuperlative, toNoun, toAdverb } = this.methods.two.transform.adjective
return getNth(this, n).map(adj => {
return this.getNth(n).map(adj => {
let root = toRoot(adj)

@@ -58,3 +56,3 @@ return {

const { toComparative } = this.methods.two.transform.adjective
return getNth(this, n).map(adj => {
return this.getNth(n).map(adj => {
let root = toRoot(adj)

@@ -67,3 +65,3 @@ let str = toComparative(root, this.model)

const { toSuperlative } = this.methods.two.transform.adjective
return getNth(this, n).map(adj => {
return this.getNth(n).map(adj => {
let root = toRoot(adj)

@@ -76,3 +74,3 @@ let str = toSuperlative(root, this.model)

const { toAdverb } = this.methods.two.transform.adjective
return getNth(this, n).map(adj => {
return this.getNth(n).map(adj => {
let root = toRoot(adj)

@@ -85,3 +83,3 @@ let str = toAdverb(root, this.model)

const { toNoun } = this.methods.two.transform.adjective
return getNth(this, n).map(adj => {
return this.getNth(n).map(adj => {
let root = toRoot(adj)

@@ -96,3 +94,3 @@ let str = toNoun(root, this.model)

let m = this.match('#Adjective')
m = getNth(m, n)
m = m.getNth(n)
return new Adjectives(m.document, m.pointer)

@@ -102,3 +100,3 @@ }

let m = this.match('#Superlative')
m = getNth(m, n)
m = m.getNth(n)
return new Adjectives(m.document, m.pointer)

@@ -108,3 +106,3 @@ }

let m = this.match('#Comparative')
m = getNth(m, n)
m = m.getNth(n)
return new Adjectives(m.document, m.pointer)

@@ -111,0 +109,0 @@ }

// return the nth elem of a doc
export const getNth = (doc, n) => (typeof n === 'number' ? doc.eq(n) : doc)
const api = function (View) {

@@ -26,3 +24,3 @@

let m = this.match('#Adverb')
m = getNth(m, n)
m = m.getNth(n)
return new Adverbs(m.document, m.pointer)

@@ -29,0 +27,0 @@ }

import { find, strip } from './fns.js'
export const getNth = (doc, n) => (typeof n === 'number' ? doc.eq(n) : doc)

@@ -18,3 +17,3 @@ const api = function (View) {

let m = find(this)
m = getNth(m, n)
m = m.getNth(n)
return new Parentheses(m.document, m.pointer)

@@ -21,0 +20,0 @@ }

@@ -0,7 +1,7 @@

import addAcronyms from './acronyms/index.js'
import addAdjectives from './adjectives/index.js'
import addAdverbs from './adverbs/index.js'
import addParentheses from './parentheses/index.js'
import addPossessives from './possessives/index.js'
import addParentheses from './parentheses/index.js'
import addQuotations from './quotations/index.js'
import addAcronyms from './acronyms/index.js'
import addAdverbs from './adverbs/index.js'
import addAdjectives from './adjectives/index.js'
import addSelections from './selections/index.js'

@@ -11,10 +11,10 @@

api: function (View) {
addSelections(View)
addAcronyms(View)
addAdjectives(View)
addAdverbs(View)
addParentheses(View)
addPossessives(View)
addParentheses(View)
addQuotations(View)
addAdjectives(View)
addAdverbs(View)
addAcronyms(View)
addSelections(View)
}
}
// return the nth elem of a doc
export const getNth = (doc, n) => (typeof n === 'number' ? doc.eq(n) : doc)
const apostropheS = /'s$/

@@ -41,3 +40,3 @@

let m = find(this)
m = getNth(m, n)
m = m.getNth(n)
return new Possessives(m.document, m.pointer)

@@ -44,0 +43,0 @@ }

import { find, strip } from './fns.js'
export const getNth = (doc, n) => (typeof n === 'number' ? doc.eq(n) : doc)

@@ -18,3 +17,3 @@ const api = function (View) {

let m = find(this)
m = getNth(m, n)
m = m.getNth(n)
return new Quotations(m.document, m.pointer)

@@ -21,0 +20,0 @@ }

@@ -1,4 +0,1 @@

// return the nth elem of a doc
export const getNth = (doc, n) => (typeof n === 'number' ? doc.eq(n) : doc)
/** return anything tagged as a phone number */

@@ -8,3 +5,3 @@ const phoneNumbers = function (n) {

m = m.match('#PhoneNumber+')
m = getNth(m, n)
m = m.getNth(n)
return m

@@ -22,3 +19,3 @@ }

['urls', '#Url'],
['pronouns', '#Pronoun'],
// ['pronouns', '#Pronoun'],
['conjunctions', '#Conjunction'],

@@ -25,0 +22,0 @@ ['prepositions', '#Preposition'],

@@ -8,4 +8,2 @@ import find from '../find.js'

// return the nth elem of a doc
const getNth = (doc, n) => (typeof n === 'number' ? doc.eq(n) : doc)
// const isObject = val => Object.prototype.toString.call(val) === '[object Object]'

@@ -20,3 +18,3 @@ const api = function (View) {

parse(n) {
return getNth(this, n).map(parseNoun)
return this.getNth(n).map(parseNoun)
}

@@ -26,3 +24,3 @@

let opts = typeof n === 'object' ? n : {}
return getNth(this, n).map(m => {
return this.getNth(n).map(m => {
let json = m.toView().json(opts)[0] || {}

@@ -37,24 +35,24 @@ if (opts && opts.noun !== true) {

isPlural(n) {
let arr = this.filter(m => parseNoun(m).isPlural)
return getNth(arr, n)
let res = this.filter(m => parseNoun(m).isPlural)
return res.getNth(n)
}
isSingular(n) {
let arr = this.filter(m => !parseNoun(m).isPlural)
return getNth(arr, n)
let res = this.filter(m => !parseNoun(m).isPlural)
return res.getNth(n)
}
adjectives(n) {
let list = this.update([])
let res = this.update([])
this.forEach(m => {
let adj = parseNoun(m).adjectives
if (adj.found) {
list = list.concat(adj)
res = res.concat(adj)
}
})
return getNth(list, n)
return res.getNth(n)
}
toPlural(n) {
return getNth(this, n).map(m => {
return this.getNth(n).map(m => {
return toPlural(m, parseNoun(m))

@@ -66,3 +64,3 @@ })

toSingular(n) {
return getNth(this, n).map(m => {
return this.getNth(n).map(m => {
let res = parseNoun(m)

@@ -81,3 +79,3 @@ return toSingular(m, res)

let m = find(this)
m = getNth(m, n)
m = m.getNth(n)
return new Nouns(this.document, m.pointer)

@@ -84,0 +82,0 @@ }

@@ -12,7 +12,7 @@ const findNouns = function (doc) {

// these are individual nouns
m = m.splitOn('(he|she|we|you|they)')
m = m.splitOn('(he|she|we|you|they|i)')
// a client i saw
m = m.splitOn('(#Noun|#Adjective) [#Pronoun]', 0)
m = m.splitOn('(#Noun|#Adjective) [(he|him|she|it)]', 0)
// give him the best
m = m.splitOn('[#Pronoun] (#Determiner|#Value)', 0)
m = m.splitOn('[(he|him|she|it)] (#Determiner|#Value)', 0)
// the noise the slide makes

@@ -19,0 +19,0 @@ m = m.splitBefore('#Noun [(the|a|an)] #Adjective? #Noun', 0)

@@ -6,5 +6,2 @@ import find from './find.js'

// return the nth elem of a doc
export const getNth = (doc, n) => (typeof n === 'number' ? doc.eq(n) : doc)
const plugin = function (View) {

@@ -19,9 +16,9 @@ /**

parse(n) {
return getNth(this, n).map(parse)
return this.getNth(n).map(parse)
}
get(n) {
return getNth(this, n).map(parse)
return this.getNth(n).map(parse)
}
json(n) {
return getNth(this, n).map(p => {
return this.getNth(n).map(p => {
let json = p.toView().json(n)[0]

@@ -35,3 +32,3 @@ let parsed = parse(p)

toDecimal(n) {
getNth(this, n).forEach(m => {
this.getNth(n).forEach(m => {
let { decimal } = parse(m)

@@ -45,3 +42,3 @@ m = m.replaceWith(String(decimal), true)

toFraction(n) {
getNth(this, n).forEach(m => {
this.getNth(n).forEach(m => {
let obj = parse(m)

@@ -56,3 +53,3 @@ if (obj && typeof obj.numerator === 'number' && typeof obj.denominator === 'number') {

toOrdinal(n) {
getNth(this, n).forEach(m => {
this.getNth(n).forEach(m => {
let obj = parse(m)

@@ -68,3 +65,3 @@ let str = toOrdinal(obj)

toCardinal(n) {
getNth(this, n).forEach(m => {
this.getNth(n).forEach(m => {
let obj = parse(m)

@@ -77,3 +74,3 @@ let str = toCardinal(obj)

toPercentage(n) {
getNth(this, n).forEach(m => {
this.getNth(n).forEach(m => {
let { decimal } = parse(m)

@@ -90,3 +87,3 @@ let percent = decimal * 100

let m = find(this)
m = getNth(m, n)
m = m.getNth(n)
return new Fractions(this.document, m.pointer)

@@ -93,0 +90,0 @@ }

@@ -5,5 +5,2 @@ import find from './find.js'

// return the nth elem of a doc
export const getNth = (doc, n) => (typeof n === 'number' ? doc.eq(n) : doc)
const addMethod = function (View) {

@@ -17,10 +14,10 @@ /** */

parse(n) {
return getNth(this, n).map(parse)
return this.getNth(n).map(parse)
}
get(n) {
return getNth(this, n).map(parse).map(o => o.num)
return this.getNth(n).map(parse).map(o => o.num)
}
json(n) {
let opts = typeof n === 'object' ? n : {}
return getNth(this, n).map(p => {
return this.getNth(n).map(p => {
let json = p.toView().json(opts)[0]

@@ -259,3 +256,3 @@ let parsed = parse(p)

let m = find(this)
m = getNth(m, n)
m = m.getNth(n)
return new Numbers(this.document, m.pointer)

@@ -266,3 +263,3 @@ }

m = m.filter(v => v.has('#Percent') || v.after('^percent'))
m = getNth(m, n)
m = m.getNth(n)
return new Numbers(this.document, m.pointer)

@@ -273,3 +270,3 @@ }

m = m.filter(v => v.has('#Money') || v.after('^#Currency'))
m = getNth(m, n)
m = m.getNth(n)
return new Numbers(this.document, m.pointer)

@@ -276,0 +273,0 @@ }

@@ -9,5 +9,2 @@ import isQuestion from './questions.js'

// return the nth elem of a doc
export const getNth = (doc, n) => (typeof n === 'number' ? doc.eq(n) : doc)
const api = function (View) {

@@ -33,3 +30,3 @@ class Sentences extends View {

toPastTense(n) {
return getNth(this, n).map(s => {
return this.getNth(n).map(s => {
let parsed = parse(s)

@@ -40,3 +37,3 @@ return toPast(s, parsed)

toPresentTense(n) {
return getNth(this, n).map(s => {
return this.getNth(n).map(s => {
let parsed = parse(s)

@@ -47,3 +44,3 @@ return toPresent(s, parsed)

toFutureTense(n) {
return getNth(this, n).map(s => {
return this.getNth(n).map(s => {
let parsed = parse(s)

@@ -55,3 +52,3 @@ s = toFuture(s, parsed)

toInfinitive(n) {
return getNth(this, n).map(s => {
return this.getNth(n).map(s => {
let parsed = parse(s)

@@ -62,3 +59,3 @@ return toInfinitive(s, parsed)

toNegative(n) {
return getNth(this, n).map(vb => {
return this.getNth(n).map(vb => {
let parsed = parse(vb)

@@ -69,3 +66,3 @@ return toNegative(vb, parsed)

toPositive(n) {
return getNth(this, n).map(vb => {
return this.getNth(n).map(vb => {
let parsed = parse(vb)

@@ -80,7 +77,7 @@ return toPositive(vb, parsed)

let res = this.filter(s => s.lastTerm().has('@hasExclamation'))
return getNth(res, n)
return res.getNth(n)
}
isStatement(n) {
let res = this.filter(s => !s.isExclamation().found && !s.isQuestion().found)
return getNth(res, n)
return res.getNth(n)
}

@@ -102,3 +99,3 @@ // overloaded - keep Sentences class

let m = this.map(s => s.fullSentence())
m = getNth(m, n)
m = m.getNth(n)
return new Sentences(this.document, m.pointer)

@@ -108,3 +105,3 @@ },

let m = isQuestion(this)
return getNth(m, n)
return m.getNth(n)
},

@@ -111,0 +108,0 @@ }

@@ -1,3 +0,1 @@

// return the nth elem of a doc
export const getNth = (doc, n) => (typeof n === 'number' ? doc.eq(n) : doc)

@@ -7,5 +5,5 @@ const api = function (View) {

let m = this.match('#Organization+')
return getNth(m, n)
return m.getNth(n)
}
}
export default api

@@ -5,4 +5,2 @@ import find from './find.js'

// return the nth elem of a doc
export const getNth = (doc, n) => (typeof n === 'number' ? doc.eq(n) : doc)

@@ -19,7 +17,7 @@ const addMethod = function (View) {

parse(n) {
return getNth(this, n).map(parse)
return this.getNth(n).map(parse)
}
json(n) {
let opts = typeof n === 'object' ? n : {}
return getNth(this, n).map(p => {
return this.getNth(n).map(p => {
let json = p.toView().json(opts)[0]

@@ -36,2 +34,13 @@ let parsed = parse(p)

}
// used for co-reference resolution only
presumedMale() {
return this.filter(m => {
return m.has('(#MaleName|mr|mister|sr|jr|king|pope|prince|sir)')//todo configure these in .world
})
}
presumedFemale() {
return this.filter(m => {
return m.has('(#FemaleName|mrs|miss|queen|princess|madam)')
})
}
// overloaded - keep People class

@@ -47,3 +56,3 @@ update(pointer) {

let m = find(this)
m = getNth(m, n)
m = m.getNth(n)
return new People(this.document, m.pointer)

@@ -50,0 +59,0 @@ }

import find from './find.js'
// return the nth elem of a doc
export const getNth = (doc, n) => (typeof n === 'number' ? doc.eq(n) : doc)
const addMethod = function (View) {
View.prototype.places = function (n) {
let m = find(this)
m = getNth(m, n)
m = m.getNth(n)
return new View(this.document, m.pointer)

@@ -11,0 +8,0 @@ }

@@ -1,3 +0,1 @@

// return the nth elem of a doc
export const getNth = (doc, n) => (typeof n === 'number' ? doc.eq(n) : doc)

@@ -15,3 +13,3 @@ //combine them with .topics() method

// m = m.unique()
m = getNth(m, n)
m = m.getNth(n)
return m

@@ -18,0 +16,0 @@ }

@@ -12,8 +12,4 @@ import find from '../find.js'

import toNegative from './conjugate/toNegative.js'
// import debug from './debug.js'
// return the nth elem of a doc
export const getNth = (doc, n) => (typeof n === 'number' ? doc.eq(n) : doc)
const api = function (View) {

@@ -26,6 +22,6 @@ class Verbs extends View {

parse(n) {
return getNth(this, n).map(parseVerb)
return this.getNth(n).map(parseVerb)
}
json(opts, n) {
let m = getNth(this, n)
let m = this.getNth(n)
let arr = m.map(vb => {

@@ -39,3 +35,3 @@ let json = vb.toView().json(opts)[0] || {}

subjects(n) {
return getNth(this, n).map(vb => {
return this.getNth(n).map(vb => {
let parsed = parseVerb(vb)

@@ -46,6 +42,6 @@ return getSubject(vb, parsed).subject

adverbs(n) {
return getNth(this, n).map(vb => vb.match('#Adverb'))
return this.getNth(n).map(vb => vb.match('#Adverb'))
}
isSingular(n) {
return getNth(this, n).filter(vb => {
return this.getNth(n).filter(vb => {
return getSubject(vb).plural !== true

@@ -55,3 +51,3 @@ })

isPlural(n) {
return getNth(this, n).filter(vb => {
return this.getNth(n).filter(vb => {
return getSubject(vb).plural === true

@@ -61,6 +57,6 @@ })

isImperative(n) {
return getNth(this, n).filter(vb => vb.has('#Imperative'))
return this.getNth(n).filter(vb => vb.has('#Imperative'))
}
toInfinitive(n) {
return getNth(this, n).map(vb => {
return this.getNth(n).map(vb => {
let parsed = parseVerb(vb)

@@ -72,3 +68,3 @@ let info = getGrammar(vb, parsed)

toPresentTense(n) {
return getNth(this, n).map(vb => {
return this.getNth(n).map(vb => {
let parsed = parseVerb(vb)

@@ -80,3 +76,3 @@ let info = getGrammar(vb, parsed)

toPastTense(n) {
return getNth(this, n).map(vb => {
return this.getNth(n).map(vb => {
let parsed = parseVerb(vb)

@@ -88,3 +84,3 @@ let info = getGrammar(vb, parsed)

toFutureTense(n) {
return getNth(this, n).map(vb => {
return this.getNth(n).map(vb => {
let parsed = parseVerb(vb)

@@ -96,3 +92,3 @@ let info = getGrammar(vb, parsed)

toGerund(n) {
return getNth(this, n).map(vb => {
return this.getNth(n).map(vb => {
let parsed = parseVerb(vb)

@@ -104,3 +100,3 @@ let info = getGrammar(vb, parsed)

conjugate(n) {
return getNth(this, n).map(vb => {
return this.getNth(n).map(vb => {
let parsed = parseVerb(vb)

@@ -138,3 +134,3 @@ let info = getGrammar(vb, parsed)

toNegative(n) {
return getNth(this, n).map(vb => {
return this.getNth(n).map(vb => {
let parsed = parseVerb(vb)

@@ -158,3 +154,3 @@ let info = getGrammar(vb, parsed)

let vb = find(this)
vb = getNth(vb, n)
vb = vb.getNth(n)
return new Verbs(this.document, vb.pointer)

@@ -161,0 +157,0 @@ }

@@ -34,2 +34,15 @@ const findVerbs = function (doc) {

// pastTense-pastTense
// Everyone he [met] [told] him
m = m.splitAfter('[#PastTense] #PastTense', 0)
// Everyone he [met] had [told] him
m = m.splitAfter('[#PastTense] #Auxiliary+ #PastTense', 0)
// fans that were blowing felt amazing
m = m.splitAfter('#Copula [#Gerund] #PastTense', 0)
// managed to see
// m = m.splitOn('#PastTense [to] #Infinitive', 0)
//ensure there's actually a verb

@@ -36,0 +49,0 @@ m = m.if('#Verb')

@@ -133,2 +133,12 @@ const utils = {

return true
},
// return the nth elem of a doc
getNth: function (n) {
if (typeof n === 'number') {
return this.eq(n)
} else if (typeof n === 'string') {
return this.if(n)
}
return this
}

@@ -135,0 +145,0 @@

@@ -11,4 +11,6 @@ import nlp from './two.js'

import verbs from './3-three/verbs/plugin.js'
import coreference from './3-three/coreference/plugin.js'
nlp.plugin(chunker) //
nlp.plugin(coreference)
nlp.plugin(misc) //

@@ -15,0 +17,0 @@ nlp.plugin(normalize) //

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc