PK!isyllapy/__init__.py# -*- coding: utf-8 -*- """Top-level package for SyllaPy.""" __author__ = """Michael Holtzscher""" __email__ = "mholtz@protonmail.com" __version__ = "0.5.0" import logging from string import punctuation from .data_loader import load_dict LOGGER = logging.getLogger(__name__) # load the known words dictionary WORD_DICT = load_dict() def count(word: str) -> int: """Returns number of syllables in a word. If the word is None, not a string, or empty then returns 0. :rtype: int :param word: the word to count syllables for :return: the number of syllables in the word """ try: word = word.strip().lower().strip(punctuation) if len(word) == 0: return 0 if word in WORD_DICT: return WORD_DICT[word] LOGGER.debug(f"'{word}' not found in known word list.") return _syllables(word) except AttributeError: return 0 def _syllables(word: str) -> int: syllable_count = 0 vowels = "aeiouy" if word[0] in vowels: syllable_count += 1 for index in range(1, len(word)): if word[index] in vowels and word[index - 1] not in vowels: syllable_count += 1 if word.endswith("e"): syllable_count -= 1 if word.endswith("le") and len(word) > 2 and word[-3] not in vowels: syllable_count += 1 if syllable_count == 0: syllable_count += 1 return syllable_count PK!d syllapy/data.csva,1 abandon,3 ability,4 able,2 aboard,2 abortion,3 about,2 above,2 abroad,2 absence,2 absolute,3 absolutely,4 absorb,2 abstract,2 abuse,2 academic,4 accelerate,4 accent,2 accept,2 acceptable,4 acceptance,3 access,2 accessible,4 accident,3 accommodate,4 accompany,4 accomplish,3 accomplishment,4 according,3 account,2 accountability,6 accounting,3 accuracy,4 accurate,3 accurately,3 accusation,4 accuse,2 achieve,2 achievement,3 acid,2 acknowledge,3 acquire,2 acquisition,4 acres,2 across,2 act,1 action,2 active,2 actively,2 activist,3 activity,4 actor,2 actress,2 actual,3 actually,4 ad,1 adapt,2 add,1 added,1 addition,3 additional,4 address,2 adequate,3 adjective,3 adjust,2 adjustment,3 administer,4 administration,5 administrative,5 administrator,5 admire,2 admission,3 admit,2 adolescent,4 adopt,2 adoption,3 adult,2 advance,2 advanced,2 advantage,3 adventure,3 advertising,4 advice,2 advise,2 adviser,3 advocate,3 aesthetic,3 affair,2 affect,2 afford,2 afraid,2 africa,3 african,3 african-american,1 after,2 afternoon,3 afterward,3 again,2 against,2 age,1 agency,3 agenda,3 agent,2 aggression,3 aggressive,3 ago,2 agree,2 agreement,3 agricultural,4 agriculture,4 ah,1 ahead,2 aid,1 aide,1 aids,1 aim,1 air,1 aircraft,2 airline,2 airplane,2 airport,2 aisle,1 alarm,2 alaska,3 album,2 alcohol,3 alice,2 alien,2 alike,2 alive,2 all,1 allegation,4 alleged,2 allegedly,4 alley,2 alliance,3 allow,2 ally,2 almost,2 alone,2 along,2 alongside,3 aloud,2 alphabet,3 already,3 also,2 alter,2 alternative,4 although,2 altogether,4 aluminum,4 always,2 am,1 amazing,3 ambassador,4 ambition,3 ambitious,3 amendment,3 america,4 american,4 amid,2 among,2 amount,2 an,1 analysis,4 analyst,3 analyze,3 ancestor,3 ancient,2 and,1 and/or,1 andy,2 angel,2 anger,2 angle,2 angry,2 animal,3 ankle,2 ann,1 anniversary,5 announce,2 announced,2 announcement,3 annual,3 annually,3 anonymous,4 another,3 answer,2 anticipate,4 ants,1 anxiety,4 anxious,2 any,2 anybody,4 anymore,3 anyone,3 anything,3 anyway,3 anywhere,3 apart,2 apartment,3 apologize,4 apology,4 apparent,3 apparently,3 appeal,2 appear,2 appearance,3 apple,2 application,4 applied,2 apply,2 appoint,2 appointment,3 appreciate,4 appreciation,5 approach,2 appropriate,4 approval,3 approve,2 approximately,4 april,2 arab,2 architect,3 architecture,4 are,1 area,3 arena,3 argue,2 argument,3 arise,2 arm,1 armed,1 army,2 around,2 arrange,2 arrangement,3 array,2 arrest,2 arrival,3 arrive,2 arrow,2 art,1 article,3 articulate,4 artifact,3 artificial,4 artist,2 artistic,3 as,1 ash,1 asia,2 asian,2 aside,2 ask,1 asleep,2 aspect,2 ass,1 assault,2 assemble,3 assembly,3 assert,2 assess,2 assessment,3 asset,2 assign,2 assignment,3 assist,2 assistance,3 assistant,3 associate,4 associated,4 association,5 assume,2 assumption,3 assure,2 astronomer,4 at,1 ate,1 athlete,2 athletic,3 atlantic,3 atmosphere,3 atom,2 atomic,3 atop,2 attach,2 attached,2 attack,2 attempt,2 attend,2 attendance,3 attention,3 attitude,3 attorney,3 attract,2 attraction,3 attractive,3 attribute,3 auction,2 audience,3 august,2 aunt,1 australia,3 author,2 authority,4 authorize,3 auto,2 automatic,4 automatically,6 automobile,4 autonomy,4 autumn,2 availability,4 available,4 average,3 avoid,2 await,2 awake,2 award,2 aware,2 awareness,3 away,2 awful,2 baby,2 back,1 background,2 backyard,2 bacteria,4 bad,1 badly,2 bag,1 bake,1 balance,2 balanced,2 ball,1 balloon,2 ballot,2 ban,1 banana,3 band,1 bank,1 banker,2 banking,2 bankruptcy,3 bar,1 bare,1 barely,2 bark,1 barn,1 barrel,2 barrier,3 base,1 baseball,2 basement,2 basic,2 basically,4 basis,2 basket,2 basketball,3 bat,1 bath,1 bathroom,2 battery,3 battle,2 bay,1 be,1 beach,1 beam,1 bean,1 bear,1 beard,1 beast,1 beat,1 beautiful,3 beauty,2 became,2 because,2 become,2 becoming,3 bed,1 bedroom,2 bee,1 beef,1 been,1 beer,1 before,2 beg,1 began,2 begin,2 beginning,3 begun,2 behalf,2 behave,2 behavior,3 behavioral,3 behind,2 being,2 belief,2 believe,2 believed,2 bell,1 belly,2 belong,2 below,2 belt,1 ben,1 bench,1 bend,1 beneath,2 benefit,3 bent,1 beside,2 besides,2 best,1 bet,1 betsy,2 better,2 between,2 beyond,2 bias,2 bible,2 bicycle,3 bid,1 big,1 bigger,1 biggest,1 bike,1 bill,1 billion,2 billy,2 bind,1 biography,4 biological,5 biology,4 bird,1 birds,1 birth,1 birthday,2 bishop,2 bit,1 bite,1 bitter,2 black,1 blade,1 blame,1 blank,1 blanket,2 blast,1 blend,1 bless,1 blessing,2 blew,1 blind,1 blink,1 block,1 blond,1 blood,1 bloody,2 blow,1 blue,1 board,1 boast,1 boat,1 bob,1 body,2 boil,1 bold,1 bolt,1 bomb,1 bombing,1 bond,1 bone,1 bonus,2 book,1 boom,1 boost,1 boot,1 booth,1 border,2 boring,2 born,1 borrow,2 boss,1 both,1 bother,2 bottle,2 bottom,2 bounce,1 bound,1 boundary,3 bow,1 bowl,1 box,1 boy,1 boyfriend,2 brain,1 brake,1 branch,1 brand,1 brass,1 brave,1 bread,1 break,1 breakfast,2 breast,1 breath,1 breathe,1 breathing,2 breeze,1 brick,1 bride,1 bridge,1 brief,1 briefly,2 bright,1 brilliant,2 bring,1 british,2 broad,1 broadcast,2 broke,1 broken,2 broker,2 bronze,1 brother,2 brought,1 brown,1 brush,1 brutal,2 bubble,2 buck,1 bucket,2 buddy,2 budget,2 buffalo,3 bug,1 build,1 builder,2 building,2 built,1 bulb,1 bulk,1 bull,1 bullet,2 bunch,1 burden,2 bureau,2 buried,2 burn,1 burning,2 burst,1 bury,2 bus,1 bush,1 business,2 businessman,3 busy,2 but,1 butt,1 butter,2 butterfly,3 button,2 buy,1 buyer,2 by,1 cab,1 cabin,2 cabinet,3 cable,2 cage,1 cake,1 calculate,3 calculation,4 calendar,3 california,4 call,1 calm,1 came,1 camera,3 camp,1 campaign,2 campus,2 can,1 canada,3 canadian,4 canal,2 cancel,2 cancer,2 candidate,3 candle,2 candy,2 cannot,2 canvas,2 cap,1 capability,5 capable,3 capacity,4 capital,3 captain,2 capture,2 captured,2 car,1 carbohydrate,4 carbon,2 card,1 care,1 career,2 careful,2 carefully,2 cargo,2 carlos,2 carpet,2 carried,2 carrier,3 carrot,2 carry,2 cart,1 cartoon,2 carve,1 case,1 casey,2 cash,1 casino,3 cast,1 castle,2 casual,3 casualty,4 cat,1 catalog,3 catch,1 category,4 catholic,3 cattle,2 caught,1 cause,1 cave,1 cease,1 ceiling,2 celebrate,3 celebration,4 celebrity,4 cell,1 cemetery,4 cent,1 center,2 central,2 century,3 ceo,1 ceremony,4 certain,2 certainly,3 chain,1 chair,1 chairman,2 challenge,2 chamber,2 champion,3 championship,4 chance,1 change,1 changing,1 channel,2 chaos,2 chapter,2 character,3 characteristic,5 characterize,4 charge,1 charity,3 charles,1 charm,1 chart,1 charter,2 chase,1 cheap,1 cheat,1 check,1 cheek,1 cheer,1 cheese,1 chef,1 chemical,3 chemistry,3 chest,1 chew,1 chicago,3 chicken,2 chief,1 child,1 childhood,2 children,2 chill,1 chin,1 china,2 chinese,2 chip,1 chocolate,3 choice,1 cholesterol,4 choose,1 chop,1 chose,1 chosen,2 christian,2 christianity,5 christmas,2 chronic,2 chunk,1 church,1 cigarette,3 circle,2 circuit,2 circumstance,3 circus,2 cite,1 citizen,3 citizenship,4 city,2 civic,2 civil,2 civilian,3 civilization,5 claim,1 class,1 classic,2 classical,3 classify,3 classroom,2 claws,1 clay,1 clean,1 clear,1 clearly,2 clerk,1 click,1 client,2 cliff,1 climate,2 climb,1 cling,1 clinic,2 clinical,3 clip,1 clock,1 close,1 closed,1 closely,1 closer,2 closest,1 closet,2 cloth,1 clothes,1 clothing,2 cloud,1 club,1 clue,1 cluster,2 coach,1 coal,1 coalition,4 coast,1 coastal,2 coat,1 cocaine,2 code,1 coffee,2 cognitive,3 coin,1 cold,1 collaboration,5 collapse,2 collar,2 colleague,2 collect,2 collection,3 collective,3 collector,3 college,2 colonial,4 colony,3 color,2 colorful,3 columbus,3 column,2 columnist,3 combat,2 combination,4 combine,2 combined,2 come,1 comedy,3 comfort,2 comfortable,4 coming,2 command,2 commander,3 comment,2 commercial,3 commission,3 commissioner,4 commit,2 commitment,3 committee,3 commodity,4 common,2 commonly,3 communicate,4 communication,5 community,4 companion,3 company,3 comparable,4 compare,2 comparison,4 compass,2 compel,2 compelling,3 compensation,4 compete,2 competition,4 competitive,4 competitor,4 complain,2 complaint,2 complete,2 completely,2 complex,2 complexity,4 compliance,3 complicated,4 comply,2 component,3 compose,2 composed,2 composition,4 compound,2 comprehensive,4 comprise,2 compromise,3 computer,3 concede,2 conceive,2 concentrate,3 concentration,4 concept,2 conception,3 concern,2 concerned,2 concerning,3 concert,2 conclude,2 conclusion,3 concrete,2 condemn,2 condition,3 conduct,2 conference,3 confess,2 confession,3 confidence,3 confident,3 confirm,2 conflict,2 confront,2 confrontation,4 confuse,2 confusion,3 congress,2 congressional,4 connect,2 connected,3 connection,3 conscience,2 conscious,2 consciousness,3 consecutive,4 consensus,3 consent,2 consequence,3 consequently,4 conservation,4 conservative,4 consider,3 considerable,5 considerably,5 consideration,5 consist,2 consistent,3 consistently,3 consonant,3 conspiracy,4 constant,2 constantly,2 constitute,3 constitution,4 constitutional,5 constraint,2 construct,2 construction,3 consult,2 consultant,3 consume,2 consumer,3 consumption,3 contact,2 contain,2 container,3 contemplate,3 contemporary,5 contend,2 content,2 contest,2 context,2 continent,3 continue,3 continued,3 continuing,3 continuous,4 contract,2 contractor,3 contrast,2 contribute,3 contribution,4 contributor,4 control,2 controversial,4 controversy,4 convenience,3 convention,3 conventional,4 conversation,4 conversion,3 convert,2 convey,2 convict,2 conviction,3 convince,2 convinced,2 cook,1 cookie,2 cookies,2 cooking,2 cool,1 cooperate,4 cooperation,5 cooperative,5 coordinate,4 coordinator,5 cop,1 cope,1 copper,2 copy,2 cord,1 core,1 corn,1 corner,2 corporate,3 corporation,4 correct,2 correctly,2 correlation,4 correspondent,4 corridor,3 corruption,3 cost,1 costly,2 costume,2 cottage,2 cotton,2 couch,1 could,1 council,2 counsel,2 counseling,3 counselor,3 count,1 counter,2 counterpart,3 country,2 county,2 coup,1 couple,2 courage,2 course,1 court,1 courtroom,2 cousin,2 cover,2 coverage,3 cow,1 cowboy,2 crack,1 craft,1 crash,1 crawl,1 crazy,2 cream,1 create,2 creation,3 creative,3 creativity,5 creature,2 credibility,5 credit,2 crew,1 crime,1 criminal,3 crisis,2 criteria,4 critic,2 critical,3 criticism,3 criticize,3 crop,1 cross,1 crowd,1 crowded,2 crucial,2 cruel,2 cruise,1 crush,1 cry,1 crystal,2 cuban,2 cue,1 cultural,3 culture,2 cup,1 cure,1 curiosity,5 curious,3 currency,3 current,2 currently,3 curriculum,4 curtain,2 curve,1 custody,3 custom,2 customer,3 customs,2 cut,1 cute,1 cutting,2 cycle,2 dad,1 daily,2 dam,1 damage,2 damn,1 dan,1 dance,1 dancer,2 dancing,1 danger,2 dangerous,3 daniel,2 danny,2 dare,1 dark,1 darkness,2 data,2 database,3 date,1 daughter,2 david,2 dawn,1 day,1 dead,1 deadline,2 deadly,2 deal,1 dealer,2 dear,1 death,1 debate,2 debris,2 debt,1 debut,2 decade,2 decent,2 decide,2 decision,3 deck,1 declare,2 declared,2 decline,2 decorate,3 decrease,2 dedicate,3 deem,1 deep,1 deeply,2 deer,1 defeat,2 defend,2 defendant,3 defender,2 defense,2 defensive,3 deficit,3 define,2 definitely,4 definition,4 degree,2 delay,2 deliberately,4 delicate,3 delight,2 deliver,3 delivery,4 demand,2 democracy,4 democrat,3 democratic,4 demographic,4 demonstrate,3 demonstration,4 denial,3 dense,1 density,3 deny,2 depart,2 department,3 departure,3 depend,2 dependent,3 depending,2 depict,2 deploy,2 deposit,3 depressed,2 depression,3 depth,1 deputy,3 derive,2 descend,2 describe,2 description,3 desert,2 deserve,2 design,2 designer,3 desire,2 desk,1 desperate,3 desperately,3 despite,2 dessert,2 destination,4 destroy,2 destruction,3 detail,2 detailed,2 detect,2 detective,3 determination,5 determine,3 devastating,4 develop,3 developer,4 developing,4 development,4 developmental,4 device,2 devil,2 devote,2 diabetes,4 diagnose,3 diagnosis,4 diagram,3 dialogue,3 diameter,4 diamond,2 diary,3 dick,1 dictate,2 did,1 die,1 diet,2 differ,2 difference,3 different,3 differently,3 difficult,3 difficulty,4 dig,1 digital,3 dignity,3 dilemma,3 dimension,3 diminish,3 dining,1 dinner,2 dip,1 diplomat,3 diplomatic,4 direct,2 direction,3 directly,3 director,3 dirt,1 dirty,2 disability,5 disabled,3 disagree,3 disappear,3 disappointed,4 disappointment,4 disaster,3 disc,1 discipline,3 disclose,2 discount,2 discourage,3 discourse,2 discover,3 discovery,4 discrimination,5 discuss,2 discussion,3 disease,2 dish,1 disk,1 dismiss,2 disorder,3 display,2 dispute,2 dissolve,2 distance,2 distant,2 distinct,2 distinction,3 distinctive,3 distinguish,3 distract,2 distribute,3 distribution,4 district,2 disturb,2 disturbing,3 diverse,2 diversity,4 divide,2 divine,2 division,3 divorce,2 dna,1 do,1 dock,1 doctor,2 doctrine,2 document,3 documentary,5 does,1 dog,1 doing,2 doll,1 dollar,2 domain,2 domestic,3 dominant,3 dominate,3 don,1 donate,2 donation,3 done,1 donkey,2 donor,2 door,1 doorway,2 dose,1 dot,1 double,2 doubt,1 dough,1 down,1 downtown,2 dozen,2 dr.,1 draft,1 drag,1 drain,1 drama,2 dramatic,3 dramatically,3 draw,1 drawer,2 drawing,2 drawn,1 dream,1 dress,1 drew,1 dried,1 drift,1 drill,1 drink,1 drinking,2 drive,1 driven,2 driver,2 driveway,2 driving,2 drop,1 dropped,1 drove,1 drown,1 drug,1 drum,1 drunk,1 dry,1 duck,1 due,1 dug,1 dull,1 dumb,1 dump,1 during,2 dust,1 dutch,1 duty,2 dying,2 dynamic,3 dynamics,3 e-mail,2 each,1 eager,2 ear,1 earlier,2 early,2 earn,1 earnings,2 earth,1 earthquake,2 ease,1 easier,3 easily,3 east,1 eastern,2 easy,2 eat,1 eaten,2 eating,2 ecological,4 economic,4 economically,6 economics,4 economist,4 economy,4 ecosystem,4 eddy,2 edge,1 edit,2 edition,3 editor,3 educate,3 education,4 educational,5 educator,4 edward,2 effect,2 effective,3 effectively,3 effectiveness,3 efficiency,4 efficient,3 effort,2 egg,1 ego,2 egypt,2 eight,1 eighth,1 either,2 elaborate,4 elbow,2 elder,2 elderly,3 elect,2 election,3 electric,3 electrical,4 electricity,5 electronic,4 electronics,4 elegant,3 element,3 elementary,5 elephant,3 elevator,4 eleven,3 eligible,4 eliminate,4 elite,2 ellen,2 else,1 elsewhere,2 embarrassed,3 embrace,2 emerge,2 emergency,4 emerging,3 emission,3 emotion,3 emotional,4 emotionally,4 emphasis,3 emphasize,3 empire,2 employ,2 employee,3 employer,3 employment,3 empty,2 enable,3 enact,2 encounter,3 encourage,3 encouraging,3 end,1 endless,2 endorse,2 endure,2 enemy,3 energy,3 enforce,2 enforcement,3 engage,2 engagement,3 engine,2 engineer,3 engineering,4 england,2 english,2 enhance,2 enjoy,2 enormous,3 enough,2 enroll,2 ensure,2 enter,2 enterprise,3 entertainment,4 enthusiasm,4 entire,2 entirely,3 entitle,3 entity,3 entrance,2 entrepreneur,4 entry,2 envelope,3 environment,4 environmental,4 envision,3 epidemic,4 episode,3 equal,2 equality,4 equally,3 equation,3 equator,3 equip,2 equipment,3 equity,3 equivalent,4 era,2 error,2 escape,2 especially,4 essay,2 essence,2 essential,3 essentially,3 establish,3 establishment,4 estate,2 estimate,3 estimated,3 etc,1 etc.,1 ethical,3 ethics,2 ethnic,2 europe,2 european,4 evaluate,4 evaluation,5 even,2 evening,2 event,2 eventually,5 ever,2 every,2 everybody,4 everyday,3 everyone,3 everything,3 everywhere,3 evidence,3 evident,3 evil,2 evolution,4 evolve,2 exact,2 exactly,3 exam,2 examination,5 examine,3 example,3 exceed,2 excellent,3 except,2 exception,3 excessive,3 exchange,2 excited,3 excitement,3 exciting,3 exclaimed,2 exclude,2 exclusive,3 exclusively,3 excuse,2 execute,3 execution,4 executive,4 exercise,3 exhaust,2 exhibit,3 exhibition,4 exist,2 existence,3 existing,2 exit,2 exotic,3 expand,2 expansion,3 expect,2 expectation,4 expected,2 expedition,4 expense,2 expensive,3 experience,4 experienced,4 experiment,4 experimental,5 expert,2 expertise,3 explain,2 explanation,4 explicit,3 explode,2 exploit,2 exploration,4 explore,2 explosion,3 export,2 expose,2 exposure,3 express,2 expression,3 extend,2 extended,3 extension,3 extensive,3 extent,2 external,3 extra,2 extraordinary,5 extreme,2 extremely,3 eye,1 eyebrow,2 fabric,2 face,1 facilitate,4 facility,4 facing,2 fact,1 factor,2 factory,3 faculty,3 fade,1 fail,1 failed,1 failure,2 faint,1 fair,1 fairly,2 faith,1 fall,1 fallen,2 false,1 fame,1 familiar,3 family,3 famous,2 fan,1 fantastic,3 fantasy,3 far,1 fare,1 farm,1 farmer,2 farther,2 fascinating,4 fashion,2 fast,1 fastened,2 faster,1 fat,1 fatal,2 fate,1 father,2 fatigue,2 fault,1 favor,2 favorable,4 favorite,3 fear,1 feather,2 feathers,2 feature,2 fed,1 federal,3 fee,1 feed,1 feedback,2 feel,1 feeling,2 feet,1 fell,1 fellow,2 felt,1 female,2 feminist,3 fence,1 festival,3 fever,2 few,1 fewer,2 fiber,2 fiction,2 field,1 fierce,1 fifteen,2 fifth,1 fifty,2 fight,1 fighter,2 fighting,2 figure,2 file,1 fill,1 film,1 filter,2 final,2 finally,3 finance,2 financial,3 find,1 finding,2 fine,1 finest,2 finger,2 finish,2 fire,1 fireplace,2 firm,1 firmly,1 first,1 fiscal,2 fish,1 fisherman,3 fishing,2 fist,1 fit,1 fitness,2 five,1 fix,1 fixed,1 flag,1 flame,1 flash,1 flat,1 flavor,2 flee,1 fleet,1 flesh,1 flew,1 flexibility,3 flexible,3 flies,1 flight,1 flip,1 float,1 floating,2 flood,1 floor,1 florida,3 flour,1 flow,1 flower,2 fluid,2 fly,1 flying,2 focus,2 fog,1 fold,1 folk,1 folks,1 follow,2 following,3 food,1 fool,1 foot,1 football,2 for,1 forbid,2 force,1 forehead,2 foreign,2 foreigner,3 forest,2 forever,3 forget,2 forgive,2 forgot,2 forgotten,3 fork,1 form,1 formal,2 format,2 formation,3 former,2 formerly,3 formula,3 fort,1 forth,1 fortunately,3 fortune,2 forty,2 forum,2 forward,2 foster,2 fought,1 found,1 foundation,3 founder,2 four,1 fourth,1 fox,1 fraction,2 fragile,2 fragment,2 frame,1 framework,2 france,1 franchise,2 frank,1 frankly,2 fraud,1 fred,1 free,1 freedom,2 freely,2 freeze,1 french,1 frequency,3 frequent,2 frequently,3 fresh,1 freshman,2 friend,1 friendly,2 friendship,2 frighten,2 frog,1 from,1 front,1 frontier,2 frown,1 frozen,2 fruit,1 frustrate,2 frustration,3 fucking,2 fuel,2 full,1 full-time,1 fully,2 fun,1 function,2 functional,3 fund,1 fundamental,4 funding,1 funeral,3 funny,2 fur,1 furniture,3 further,2 furthermore,3 future,2 gain,1 galaxy,3 gallery,3 game,1 gang,1 gap,1 garage,2 garbage,2 garden,2 garlic,2 gas,1 gasoline,3 gate,1 gather,2 gathering,3 gave,1 gay,1 gaze,1 gear,1 gender,2 gene,1 general,3 generally,4 generate,3 generation,4 generous,3 genetic,3 genius,2 genre,2 gentle,2 gentleman,3 gently,2 genuine,3 george,1 german,2 germany,3 gesture,2 get,1 getting,1 ghost,1 giant,2 gift,1 gifted,2 girl,1 girlfriend,2 give,1 given,2 giving,1 glad,1 glance,1 glass,1 glimpse,1 global,2 globe,1 glory,2 glove,1 go,1 goal,1 goat,1 god,1 goes,1 gold,1 golden,2 golf,1 gone,1 good,1 goose,1 got,1 govern,2 government,3 governor,3 grab,1 grabbed,1 grace,1 grade,1 gradually,3 graduate,3 graduation,4 grain,1 grand,1 grandchild,2 grandfather,3 grandmother,3 grandparent,3 grant,1 grape,1 graph,1 grasp,1 grass,1 grateful,2 grave,1 gravity,3 gray,1 great,1 greater,2 greatest,1 greatly,2 greece,1 greek,1 green,1 greet,1 grew,1 grief,1 grin,1 grip,1 grocery,3 gross,1 ground,1 group,1 grow,1 growing,2 grown,1 growth,1 guarantee,3 guard,1 guess,1 guest,1 guidance,2 guide,1 guideline,2 guilt,1 guilty,2 guitar,2 gulf,1 gun,1 gut,1 guy,1 gym,1 ha,1 habit,2 habitat,3 had,1 hair,1 half,1 halfway,2 hall,1 hallway,2 hand,1 handful,2 handle,2 handsome,2 hang,1 happen,2 happened,2 happily,3 happiness,3 happy,2 harassment,3 harbor,2 hard,1 harder,1 hardly,2 hardware,2 harm,1 harmony,3 harry,2 harsh,1 harvest,2 has,1 hat,1 hate,1 haul,1 have,1 having,1 hay,1 hazard,2 he,1 head,1 headache,2 headed,2 heading,2 headline,2 headquarters,3 heal,1 health,1 healthy,2 hear,1 heard,1 hearing,2 heart,1 heat,1 heaven,2 heavily,3 heavy,2 heel,1 height,1 held,1 helicopter,4 hell,1 hello,2 helmet,2 help,1 helpful,2 hence,1 henry,2 her,1 herb,1 herd,1 here,1 heritage,3 hero,2 hers,1 herself,2 hesitate,3 hey,1 hi,1 hidden,2 hide,1 high,1 high-tech,1 higher,1 highest,1 highlight,2 highly,2 highway,2 hike,1 hill,1 him,1 himself,2 hint,1 hip,1 hire,1 his,1 hispanic,3 historian,4 historic,3 historical,4 historically,4 history,3 hit,1 hockey,2 hold,1 hole,1 holiday,3 hollow,2 holy,2 home,1 homeland,2 homeless,2 homework,2 honest,2 honestly,3 honey,2 honor,2 hook,1 hope,1 hopefully,3 horizon,3 hormone,2 horn,1 horrible,3 horror,2 horse,1 hospital,3 host,1 hostage,2 hostile,2 hot,1 hotel,2 hour,1 house,1 household,2 housing,2 how,1 however,3 hug,1 huge,1 huh,1 human,2 humanity,4 humor,2 hundred,2 hung,1 hunger,2 hungry,2 hunt,1 hunter,2 hunting,2 hurricane,3 hurried,2 hurry,2 hurt,1 husband,2 hypothesis,4 i,1 ice,1 icon,2 idea,3 ideal,3 identical,4 identification,6 identify,4 identity,4 ideological,6 ideology,5 ie,1 if,1 ignore,2 ill,1 illegal,3 illinois,3 illness,2 illusion,3 illustrate,3 image,2 imagination,5 imagine,3 immediate,4 immediately,5 immigrant,3 immigration,4 immune,2 impact,2 implement,3 implementation,5 implication,4 imply,2 import,2 importance,3 important,3 importantly,3 impose,2 impossible,4 impress,2 impression,3 impressive,3 improve,2 improved,2 improvement,3 impulse,2 in,1 incentive,3 inch,1 incident,3 include,2 including,2 income,2 incorporate,4 increase,2 increased,2 increasing,3 increasingly,3 incredible,4 incredibly,4 indeed,2 independence,4 independent,4 index,2 india,3 indian,3 indicate,3 indication,4 indicator,4 indigenous,4 individual,5 industrial,4 industry,3 inevitable,5 inevitably,5 infant,2 infection,3 inflation,3 influence,3 influential,4 inform,2 informal,3 information,4 infrastructure,4 ingredient,4 inherent,3 inherit,3 initial,3 initially,3 initiate,4 initiative,5 injure,2 injury,3 inmate,2 inner,2 innocent,3 innovation,4 innovative,4 input,2 inquiry,3 insect,2 insert,2 inside,2 insight,2 insist,2 inspection,3 inspector,3 inspiration,4 inspire,2 install,2 installation,4 instance,2 instant,2 instantly,3 instead,2 instinct,2 institution,4 institutional,5 instruct,2 instruction,3 instructional,3 instructor,3 instrument,3 insurance,3 intact,2 integrate,3 integrated,4 integration,4 integrity,4 intellectual,5 intelligence,4 intelligent,4 intend,2 intense,2 intensity,4 intent,2 intention,3 interact,3 interaction,4 interest,3 interested,4 interesting,4 interfere,3 interior,4 internal,3 international,5 internet,3 interpret,3 interpretation,5 interrupt,3 interval,3 intervention,4 interview,3 intimate,3 into,2 introduce,3 introduced,3 introduction,4 invade,2 invasion,3 invent,2 invented,2 invention,3 inventory,4 invest,2 investigate,4 investigation,5 investigator,4 investment,3 investor,2 invisible,4 invitation,4 invite,2 involve,2 involved,2 involvement,2 iraqi,3 irish,2 iron,2 ironically,4 irony,3 is,1 islam,2 islamic,2 island,2 isolate,3 isolated,4 isolation,4 israeli,3 issue,2 it,1 italian,3 italy,3 item,2 its,1 itself,2 jack,1 jacket,2 jail,1 james,1 jane,1 january,4 japan,2 japanese,3 jar,1 jaw,1 jazz,1 jeans,1 jeff,1 jet,1 jew,1 jewelry,3 jewish,2 jim,1 jimmy,2 job,1 joe,1 john,1 johnny,2 johnson,2 join,1 joined,1 joint,1 joke,1 jones,1 journal,2 journalism,3 journalist,3 journey,2 joy,1 judge,1 judgment,2 judicial,3 juice,1 july,2 jump,1 june,1 jungle,2 junior,2 jurisdiction,4 juror,2 jury,2 just,1 justice,2 justify,3 keep,1 kept,1 key,1 kick,1 kid,1 kids,1 kill,1 killer,2 killing,2 kind,1 king,1 kingdom,2 kiss,1 kit,1 kitchen,2 knee,1 kneel,1 knew,1 knife,1 knock,1 know,1 knowledge,2 known,1 korean,3 lab,1 label,2 labor,2 laboratory,5 lack,1 ladder,2 lady,2 laid,1 lake,1 lamp,1 land,1 landing,2 landmark,2 landscape,2 lane,1 language,2 lap,1 large,1 largely,2 larger,1 largest,1 laser,2 last,1 late,1 lately,2 later,2 latin,2 latter,2 laugh,1 laughter,2 launch,1 laundry,2 law,1 lawmaker,3 lawn,1 lawsuit,2 lawyer,2 lay,1 layer,2 layers,2 lead,1 leader,2 leadership,3 leading,2 leaf,1 league,1 lean,1 leap,1 learn,1 learning,2 least,1 leather,2 leave,1 leaving,2 lecture,2 led,1 lee,1 left,1 leg,1 legacy,3 legal,2 legally,2 legend,2 legislation,4 legislative,4 legislator,4 legislature,4 legitimate,4 lemon,2 lend,1 length,1 lens,1 less,1 lesson,2 let,1 letter,2 level,2 liability,5 liberal,3 liberty,3 library,3 license,2 lid,1 lie,1 life,1 lifestyle,2 lifetime,2 lift,1 light,1 lighting,2 lightly,2 lightning,2 like,1 likelihood,3 likely,2 likewise,2 limb,1 limit,2 limitation,4 limited,3 lincoln,2 line,1 link,1 lion,2 lip,1 lips,1 liquid,2 list,1 listen,2 listener,2 literally,4 literary,4 literature,4 little,2 live,1 liver,2 living,2 load,1 loan,1 lobby,2 local,2 locate,2 location,3 lock,1 log,1 logic,2 logical,3 london,2 lonely,2 long,1 long-term,1 longer,1 longtime,2 look,1 loop,1 loose,1 lose,1 loss,1 lost,1 lot,1 lots,1 loud,1 louis,2 love,1 lovely,2 lover,2 low,1 lower,2 loyal,2 loyalty,3 luck,1 lucky,2 lunch,1 lung,1 lungs,1 lying,2 machine,2 machinery,4 mad,1 made,1 magazine,3 magic,2 magnet,2 magnetic,3 magnitude,3 mail,1 main,1 mainly,2 mainstream,2 maintain,2 maintenance,3 major,2 majority,4 make,1 maker,2 makeup,2 making,2 male,1 mall,1 mama,2 man,1 manage,2 managed,2 management,3 manager,3 managing,2 mandate,2 manipulate,4 manner,2 mansion,2 manual,3 manufacturer,5 manufacturing,4 many,2 map,1 marble,2 march,1 margin,2 maria,3 marine,2 mark,1 marker,2 market,2 marketing,3 marketplace,3 marriage,2 married,2 marry,2 mars,1 martin,2 mary,2 mask,1 mass,1 massage,2 massive,2 master,2 match,1 mate,1 material,4 math,1 mathematics,4 matter,2 maximum,3 may,1 maybe,2 mayor,2 me,1 meal,1 mean,1 meaning,2 meaningful,3 means,1 meant,1 meantime,2 meanwhile,2 measure,2 measurement,3 meat,1 mechanic,3 mechanical,4 mechanism,3 medal,2 media,3 medical,3 medication,4 medicine,3 medium,3 meet,1 meeting,2 melt,1 melted,1 member,2 membership,3 memory,3 men,1 mental,2 mentally,3 mention,2 mentor,2 menu,2 merchant,2 mere,1 merely,2 merit,2 mess,1 message,2 met,1 metal,2 metaphor,3 meter,2 method,2 metropolitan,5 mexican,3 mexico,3 mice,1 middle,2 middle-class,2 midnight,2 midst,1 might,1 mighty,2 migration,3 mike,1 mild,1 mile,1 military,4 milk,1 mill,1 million,2 mind,1 mine,1 mineral,3 minerals,3 minimal,3 minimize,3 minimum,3 minister,3 ministry,3 minor,2 minority,4 minute,2 miracle,3 mirror,2 miss,1 missile,2 missing,2 mission,2 missionary,4 mississippi,4 mistake,2 mix,1 mixed,1 mixture,2 mobile,2 mode,1 model,2 moderate,3 modern,2 modest,2 modify,3 molecular,4 molecule,3 mom,1 moment,2 momentum,3 money,2 monitor,3 monkey,2 monster,2 month,1 monthly,2 monument,3 mood,1 moon,1 moral,2 more,1 moreover,3 morning,2 mortality,4 mortgage,2 most,1 mostly,2 mother,2 motion,2 motivate,3 motivation,4 motive,2 motor,2 mount,1 mountain,2 mouse,1 mouth,1 move,1 movement,2 movie,2 moving,2 mr,1 mr.,1 mrs,1 mrs.,1 ms,1 much,1 mud,1 multiple,3 municipal,4 murder,2 muscle,2 museum,3 mushroom,2 music,2 musical,3 musician,3 muslim,2 must,1 mutter,2 mutual,3 my,1 myself,2 mysterious,4 mystery,3 myth,1 nail,1 nails,1 naked,2 name,1 narrative,3 narrow,2 nasty,2 nation,2 national,3 nationwide,3 native,2 natural,3 naturally,4 nature,2 naval,2 near,1 nearby,2 nearer,1 nearest,1 nearly,2 neat,1 necessarily,5 necessary,4 necessity,4 neck,1 need,1 needed,2 needle,2 needs,1 negative,3 negotiate,4 negotiation,5 negro,2 neighbor,2 neighborhood,3 neighboring,3 neither,2 nerve,1 nervous,2 nest,1 net,1 network,2 neutral,2 never,2 nevertheless,4 new,1 newly,2 news,1 newspaper,3 next,1 nice,1 night,1 nightmare,2 nine,1 no,1 nobody,3 nod,1 nodded,1 noise,1 nomination,4 nominee,3 none,1 nonetheless,3 nonprofit,3 noon,1 nor,1 norm,1 normal,2 normally,3 north,1 northeast,2 northern,2 northwest,2 norway,2 nose,1 not,1 note,1 notebook,2 noted,2 nothing,2 notice,2 notion,2 noun,1 novel,2 now,1 nowhere,2 nuclear,3 number,2 numeral,3 numerous,3 nurse,1 nut,1 nutrient,3 nuts,1 oak,1 object,2 objection,3 objective,3 obligation,4 observation,4 observe,2 observer,3 obstacle,3 obtain,2 obvious,3 obviously,3 occasion,3 occasional,4 occasionally,5 occupation,4 occupy,3 occur,2 ocean,2 october,3 odd,1 odds,1 of,1 off,1 offender,2 offense,2 offensive,3 offer,2 offering,3 office,2 officer,3 official,3 officially,3 often,2 oh,1 ohio,3 oil,1 ok,1 okay,2 old,1 old-fashioned,2 older,2 oldest,2 olympic,3 olympics,3 on,1 once,1 one,1 ongoing,3 onion,2 online,2 only,2 onto,2 open,2 opening,3 openly,2 opera,3 operate,3 operating,4 operation,4 operator,4 opinion,3 opponent,3 opportunity,5 oppose,2 opposed,2 opposite,3 opposition,4 opt,1 optimistic,4 option,2 or,1 oral,2 orange,2 orbit,2 order,2 ordinary,4 organ,2 organic,3 organism,3 organization,5 organizational,5 organize,3 organized,3 orientation,5 origin,3 original,4 originally,5 other,2 others,2 otherwise,3 ought,1 our,1 ours,1 ourselves,2 out,1 outcome,2 outdoor,2 outer,2 outfit,2 outlet,2 outline,2 output,2 outside,2 outsider,3 outstanding,3 oven,2 over,2 overall,3 overcome,3 overlook,3 overnight,3 oversee,3 overwhelm,3 overwhelming,4 owe,1 own,1 owner,2 ownership,3 oxygen,3 pace,1 pacific,3 pack,1 package,2 pad,1 page,1 paid,1 pain,1 painful,2 paint,1 painter,2 painting,2 pair,1 palace,2 pale,1 palestinian,5 palm,1 pan,1 panel,2 panic,2 pant,1 papa,2 paper,2 parade,2 paragraph,3 parallel,3 parent,2 parental,3 paris,2 parish,2 park,1 parking,2 part,1 partial,2 partially,2 participant,4 participate,4 participation,5 particle,3 particles,3 particular,4 particularly,5 partly,2 partner,2 partnership,3 parts,1 party,2 pass,1 passage,2 passenger,3 passing,2 passion,2 past,1 pasta,2 pastor,2 pat,1 patch,1 patent,2 path,1 patience,2 patient,2 patrol,2 patron,2 pattern,2 paul,1 pause,1 pay,1 payment,2 pc,1 peace,1 peaceful,2 peak,1 peanut,2 peasant,2 peel,1 peer,1 pen,1 penalty,3 pencil,2 pennsylvania,4 pension,2 people,2 pepper,2 per,1 perceive,2 perceived,2 percent,2 percentage,3 perception,3 perfect,2 perfectly,3 perform,2 performance,3 performer,2 perhaps,2 period,3 permanent,3 permission,3 permit,2 persian,2 persist,2 person,2 personal,3 personality,5 personally,4 personnel,3 perspective,3 persuade,2 pet,1 peter,2 phase,1 phenomenon,4 philadelphia,5 philosophical,5 philosophy,4 phone,1 photo,2 photograph,3 photographer,4 photography,4 phrase,1 physical,3 physically,4 physician,3 physics,2 piano,3 pick,1 pickup,2 picture,2 pictured,2 pie,1 piece,1 pig,1 pile,1 pill,1 pillow,2 pilot,2 pin,1 pine,1 pink,1 pioneer,3 pipe,1 pistol,2 pit,1 pitch,1 pitcher,2 pizza,2 place,1 placement,2 plain,1 plaintiff,2 plan,1 plane,1 planet,2 planned,1 planner,2 planning,2 plant,1 plastic,2 plate,1 plates,1 platform,2 play,1 player,2 playoff,1 plea,1 plead,1 pleasant,2 please,1 pleased,1 pleasure,2 plenty,2 plot,1 plunge,1 plural,2 plus,1 pm,1 pocket,2 poem,2 poet,2 poetry,3 point,1 poke,1 pole,1 police,2 policeman,3 policy,3 political,4 politically,4 politician,4 politics,3 poll,1 pollution,3 pond,1 pony,2 pool,1 poor,1 pop,1 popular,3 popularity,5 population,4 porch,1 pork,1 port,1 portfolio,4 portion,2 portrait,2 portray,2 pose,1 position,3 positive,3 possess,2 possession,3 possibility,5 possible,3 possibly,3 post,1 poster,2 pot,1 potato,3 potatoes,3 potential,3 potentially,4 pound,1 pour,1 poverty,3 powder,2 power,2 powerful,3 practical,3 practically,4 practice,2 practitioner,4 praise,1 pray,1 prayer,1 preach,1 precious,2 precise,2 precisely,2 predator,3 predict,2 prediction,3 prefer,2 preference,3 pregnancy,3 pregnant,2 preliminary,5 premise,2 premium,3 preparation,4 prepare,2 prescription,3 presence,2 present,2 presentation,4 preserve,2 presidency,4 president,3 presidential,4 press,1 pressure,2 presumably,4 pretend,2 pretty,2 prevail,2 prevent,2 prevention,3 previous,3 previously,3 price,1 pride,1 priest,1 primarily,4 primary,3 prime,1 primitive,3 principal,3 principle,3 print,1 printed,1 prior,2 priority,4 prison,2 prisoner,3 privacy,3 private,2 privately,2 privilege,3 prize,1 pro,1 probably,3 problem,2 procedure,3 proceed,2 process,2 processing,2 processor,3 proclaim,2 produce,2 producer,3 product,2 production,3 productive,3 productivity,5 profession,3 professional,4 professor,3 profile,2 profit,2 profound,2 program,2 programming,3 progress,2 progressive,3 prohibit,3 project,2 projection,3 prominent,3 promise,2 promised,2 promising,3 promote,2 promotion,3 prompt,1 proof,1 proper,2 properly,2 property,3 proportion,3 proposal,3 propose,2 proposed,2 prosecution,4 prosecutor,4 prospect,2 protect,2 protection,3 protective,3 protein,2 protest,2 protocol,3 proud,1 prove,1 provide,2 provided,3 provider,3 province,2 provision,3 provoke,2 psychological,5 psychologist,4 psychology,4 public,2 publication,4 publicity,4 publicly,3 publish,2 publisher,3 pull,1 pulse,1 pump,1 punch,1 punish,2 punishment,3 pupil,2 purchase,2 pure,1 purple,2 purpose,2 purse,1 pursue,2 pursuit,2 push,1 put,1 putting,1 puzzle,2 qualify,3 quality,3 quantity,3 quarter,2 quarterback,3 queen,1 quest,1 question,2 questionnaire,3 quick,1 quickly,2 quiet,2 quietly,2 quit,1 quite,1 quote,1 rabbit,2 race,1 racial,2 racism,2 rack,1 radar,2 radiation,4 radical,3 radio,3 rage,1 rail,1 railroad,2 rain,1 raise,1 rally,2 ran,1 ranch,1 random,2 range,1 rank,1 rape,1 rapid,2 rapidly,2 rare,1 rarely,2 rat,1 rate,1 rather,2 rating,2 ratio,2 rational,3 raw,1 rays,1 re,1 reach,1 react,2 reaction,3 read,1 reader,2 readily,3 reading,2 ready,2 real,2 realistic,4 reality,4 realize,3 really,3 realm,1 rear,1 reason,2 reasonable,4 rebel,2 rebuild,2 recall,2 receive,2 receiver,3 recent,2 recently,2 reception,3 recession,3 recipe,3 recipient,4 recognition,4 recognize,3 recommend,3 recommendation,5 record,2 recording,3 recover,3 recovery,4 recruit,2 red,1 reduce,2 reduction,3 refer,2 reference,3 reflect,2 reflection,3 reform,2 refrigerator,5 refuge,2 refugee,3 refuse,2 refused,2 regain,2 regard,2 regarding,3 regardless,3 regime,2 region,2 regional,3 register,3 regret,2 regular,3 regularly,4 regulate,3 regulation,4 regulator,4 regulatory,3 rehabilitation,5 reinforce,3 reject,2 relate,2 related,3 relation,3 relationship,4 relative,3 relatively,4 relax,2 release,2 relevant,3 reliability,6 reliable,4 relief,2 relieve,2 religion,3 religious,3 reluctant,3 rely,2 remain,2 remaining,2 remark,2 remarkable,4 remember,3 remind,2 reminder,3 remote,2 removal,3 remove,2 render,2 rent,1 rental,2 repair,2 repeat,2 repeatedly,3 replace,2 replacement,3 replied,2 reply,2 report,2 reportedly,4 reporter,3 reporting,2 represent,3 representation,5 representative,5 republic,3 republican,4 reputation,4 request,2 require,2 required,2 requirement,3 rescue,2 research,2 researcher,2 resemble,3 reservation,4 reserve,2 residence,3 resident,3 residential,4 resign,2 resist,2 resistance,3 resolution,4 resolve,2 resort,2 resource,2 respect,2 respectively,4 respond,2 respondent,3 response,2 responsibility,6 responsible,4 rest,1 restaurant,3 restore,2 restrict,2 restriction,3 result,2 resume,2 retail,2 retailer,2 retain,2 retire,2 retired,2 retirement,3 retreat,2 return,2 reveal,2 revelation,4 revenue,3 reverse,2 review,2 revolution,4 revolutionary,6 reward,2 rhetoric,3 rhyme,1 rhythm,1 rib,1 ribbon,2 rice,1 rich,1 richard,2 rid,1 ride,1 rider,2 ridge,1 ridiculous,4 riding,2 rifle,2 right,1 rim,1 ring,1 riot,2 rip,1 rise,1 rising,2 risk,1 risky,2 ritual,3 rival,2 river,2 road,1 roar,1 robert,2 robot,2 rock,1 rocket,2 rocky,2 rod,1 role,1 roll,1 rolling,2 roman,2 romance,2 romantic,3 rome,1 roof,1 room,1 root,1 rope,1 rose,1 rough,1 roughly,1 round,1 route,1 routine,2 routinely,2 row,1 royal,2 rub,1 rubbed,1 rubber,2 ruin,2 rule,1 ruler,2 ruling,2 rumor,2 run,1 runner,2 running,2 rural,2 rush,1 russia,2 russian,2 sack,1 sacred,2 sacrifice,3 sad,1 saddle,2 safe,1 safely,1 safety,2 said,1 sail,1 sake,1 salad,2 salary,3 sale,1 sales,1 sally,2 salmon,2 salt,1 sam,1 same,1 sample,2 sanction,2 sand,1 sandwich,2 sang,1 sat,1 satellite,3 satellites,3 satisfaction,4 satisfied,3 satisfy,3 saturday,3 sauce,1 save,1 saved,1 saving,2 saw,1 say,1 scale,1 scan,1 scandal,2 scare,1 scared,1 scary,2 scatter,2 scenario,4 scene,1 scent,1 schedule,2 scheme,1 scholar,2 scholarship,3 school,1 science,2 scientific,4 scientist,3 scope,1 score,1 scramble,2 scratch,1 scream,1 screen,1 screening,2 screw,1 script,1 sculpture,2 sea,1 seal,1 search,1 season,2 seat,1 second,2 secondary,4 secret,2 secretary,4 section,2 sector,2 secular,3 secure,2 security,4 see,1 seed,1 seeing,2 seek,1 seem,1 seemingly,2 seems,1 seen,1 segment,2 seize,1 seldom,2 select,2 selected,2 selection,3 self,1 self-esteem,2 sell,1 seller,2 seminar,3 senate,2 senator,3 send,1 senior,2 sensation,3 sense,1 sensitive,3 sensitivity,5 sensor,2 sent,1 sentence,2 sentiment,3 separate,3 separation,4 sequence,2 series,2 serious,3 seriously,4 servant,2 serve,1 service,2 serving,2 session,2 set,1 sets,1 setting,2 settle,2 settlement,3 settlers,2 seven,2 seventh,2 several,3 severe,2 severely,2 sex,1 sexual,3 sexuality,5 sexually,3 sexy,2 shade,1 shadow,2 shake,1 shaking,2 shall,1 shallow,2 shame,1 shape,1 share,1 shared,1 shareholder,3 shark,1 sharp,1 sharply,1 she,1 shed,1 sheep,1 sheer,1 sheet,1 shelf,1 shell,1 shells,1 shelter,2 shift,1 shine,1 shinning,1 ship,1 shirt,1 shit,1 shock,1 shoe,1 shoot,1 shooting,1 shop,1 shopping,2 shore,1 short,1 short-term,1 shortage,2 shorter,2 shortly,2 shorts,1 shot,1 should,1 shoulder,2 shout,1 shove,1 show,1 shower,2 shown,1 shrimp,1 shrink,1 shrug,1 shut,1 shuttle,2 shy,1 sibling,2 sick,1 side,1 sides,1 sidewalk,2 sigh,1 sight,1 sign,1 signal,2 signature,3 significance,4 significant,4 significantly,4 silence,2 silent,2 silk,1 silly,2 silver,2 similar,3 similarity,5 similarly,3 simple,2 simplest,2 simply,2 simultaneously,5 sin,1 since,1 sing,1 singer,2 single,2 sink,1 sir,1 sister,2 sit,1 site,1 sitting,2 situation,4 six,1 sixth,1 size,1 ski,1 skill,1 skilled,1 skin,1 skip,1 skirt,1 skull,1 sky,1 slabs,1 slam,1 slap,1 slave,1 slavery,3 sleep,1 sleeve,1 slept,1 slice,1 slide,1 slight,1 slightly,1 slip,1 slipped,1 slope,1 slot,1 slow,1 slowly,2 small,1 smaller,1 smallest,1 smart,1 smell,1 smile,1 smith,1 smoke,1 smooth,1 snake,1 snap,1 sneak,1 snow,1 so,1 so-called,1 soak,1 soap,1 soar,1 soccer,2 social,2 socially,2 society,4 sock,1 sodium,3 sofa,2 soft,1 soften,2 softly,1 software,2 soil,1 solar,2 sold,1 soldier,2 sole,1 solely,2 solid,2 solution,3 solve,1 some,1 somebody,3 someday,2 somehow,2 someone,2 something,2 sometime,2 sometimes,2 somewhat,2 somewhere,2 son,1 song,1 soon,1 sophisticated,5 sorry,2 sort,1 soul,1 sound,1 soup,1 source,1 south,1 southeast,2 southern,2 southwest,2 sovereignty,4 soviet,3 space,1 spain,1 spanish,2 spare,1 spark,1 speak,1 speaker,2 special,2 specialist,3 specialize,3 specialty,3 species,2 specific,3 specifically,5 specify,3 spectacular,4 spectrum,2 speculate,3 speculation,4 speech,1 speed,1 spell,1 spend,1 spending,1 spent,1 sphere,1 spider,2 spill,1 spin,1 spine,1 spirit,2 spiritual,4 spit,1 spite,1 split,1 spoken,2 spokesman,2 sponsor,2 spoon,1 sport,1 spot,1 spouse,1 spray,1 spread,1 spring,1 sprinkle,2 spy,1 squad,1 square,1 squeeze,1 st.,1 stability,4 stable,2 stack,1 stadium,3 staff,1 stage,1 stair,1 stairs,1 stake,1 stance,1 stand,1 standard,2 standing,2 star,1 stare,1 stared,1 start,1 starter,2 starting,1 state,1 statement,2 states,1 station,2 statistical,4 statistics,3 statue,2 status,2 statute,2 stay,1 steadily,2 steady,2 steak,1 steal,1 steam,1 steel,1 steep,1 steer,1 stem,1 stems,1 step,1 stepped,1 stereotype,4 stick,1 stiff,1 still,1 stimulate,3 stimulus,3 stir,1 stock,1 stomach,2 stone,1 stood,1 stop,1 stopped,1 storage,2 store,1 storm,1 story,2 stove,1 straight,1 straighten,2 strain,1 strange,1 stranger,2 strategic,3 strategy,3 straw,1 streak,1 stream,1 street,1 strength,1 strengthen,2 stress,1 stretch,1 strict,1 strictly,2 strike,1 striking,2 string,1 strip,1 stroke,1 strong,1 stronger,1 strongly,2 struck,1 structural,3 structure,2 struggle,2 stuck,1 student,2 studied,2 studio,3 study,2 studying,2 stuff,1 stumble,2 stupid,2 style,1 subject,2 submit,2 subsequent,3 subsidy,3 substance,2 substantial,3 substantially,3 subtle,2 suburb,2 suburban,3 succeed,2 success,2 successful,3 successfully,3 such,1 suck,1 sudden,2 suddenly,2 sue,1 suffer,2 suffering,3 sufficient,3 sugar,2 suggest,2 suggestion,3 suicide,3 suit,1 suitable,3 suite,1 sum,1 summary,3 summer,2 summit,2 sun,1 sunday,2 sunlight,2 sunny,2 super,2 superior,4 supermarket,4 supervisor,4 supper,2 supplier,2 supply,2 support,2 supporter,3 supportive,3 suppose,2 supposed,2 supposedly,2 supreme,2 sure,1 surely,2 surface,2 surgeon,2 surgery,3 surprise,2 surprised,2 surprising,3 surprisingly,3 surround,2 surrounded,2 surrounding,3 surveillance,3 survey,2 survival,3 survive,2 survivor,3 suspect,2 suspend,2 suspicion,3 suspicious,3 sustain,2 sustainable,4 swallow,2 swam,1 swear,1 sweat,1 sweater,2 sweep,1 sweet,1 swell,1 swept,1 swim,1 swimming,2 swing,1 switch,1 sword,1 swung,1 syllable,3 symbol,2 symbolic,3 sympathy,3 symptom,2 syndrome,2 system,2 t-shirt,1 table,2 tablespoon,3 tackle,2 tactic,2 tag,1 tail,1 take,1 taken,2 tale,1 talent,2 talented,3 tales,1 talk,1 tall,1 tank,1 tap,1 tape,1 target,2 task,1 taste,1 taught,1 tax,1 taxpayer,3 tea,1 teach,1 teacher,2 teaching,2 team,1 teammate,2 tear,1 tears,1 teaspoon,2 technical,3 technician,3 technique,2 technological,5 technology,4 teen,1 teenage,2 teenager,3 teeth,1 telephone,3 telescope,3 television,4 tell,1 temperature,4 temple,2 temporary,4 ten,1 tend,1 tendency,3 tender,2 tennis,2 tension,2 tent,1 term,1 terms,1 terrain,2 terrible,3 terribly,3 terrific,3 territory,4 terror,2 terrorism,3 terrorist,3 test,1 testify,3 testimony,4 testing,1 texas,2 text,1 textbook,2 texture,2 than,1 thank,1 thanks,1 thanksgiving,3 that,1 the,1 theater,3 thee,1 their,1 them,1 theme,1 themselves,2 then,1 theological,5 theology,4 theoretical,5 theory,3 therapist,3 therapy,3 there,1 thereby,2 therefore,2 these,1 they,1 thick,1 thigh,1 thin,1 thing,1 think,1 thinking,2 third,1 thirty,2 this,1 thomas,2 thoroughly,3 those,1 thou,1 though,1 thought,1 thousand,2 thread,1 threat,1 threaten,2 three,1 threshold,2 threw,1 thrive,1 throat,1 through,1 throughout,2 throw,1 thrown,1 thumb,1 thus,1 thy,1 ticket,2 tide,1 tie,1 tight,1 tighten,2 tightly,1 tile,1 till,1 tim,1 timber,2 time,1 timing,2 tin,1 tiny,2 tip,1 tire,1 tired,1 tissue,2 title,2 to,1 tobacco,3 today,2 toe,1 together,3 toilet,2 told,1 tolerance,3 tolerate,3 toll,1 tomato,3 tomorrow,3 tone,1 tongue,1 tonight,2 too,1 took,1 tool,1 tooth,1 top,1 topic,2 torn,1 toss,1 total,2 totally,3 touch,1 touchdown,2 tough,1 tour,1 tourism,2 tourist,2 tournament,3 toward,2 towards,2 towel,2 tower,2 town,1 toxic,2 toy,1 trace,1 track,1 trade,1 trading,1 tradition,3 traditional,4 traditionally,4 traffic,2 tragedy,3 tragic,2 trail,1 trailer,2 train,1 trainer,2 training,2 trait,1 transaction,3 transfer,2 transform,2 transformation,4 transit,2 transition,3 translate,2 translation,3 transmission,3 transmit,2 transport,2 transportation,4 trap,1 trash,1 trauma,2 travel,2 traveler,3 tray,1 treasure,2 treat,1 treated,1 treatment,2 treaty,2 tree,1 tremendous,3 trend,1 trial,2 triangle,3 tribal,2 tribe,1 trick,1 tried,1 trigger,2 trim,1 trip,1 triumph,2 troop,1 troops,1 tropical,3 trouble,2 troubled,2 truck,1 true,1 truly,2 trunk,1 trust,1 truth,1 try,1 tube,1 tuck,1 tumor,2 tune,1 tunnel,2 turkey,2 turn,1 tv,1 twelve,1 twentieth,3 twenty,2 twice,1 twin,1 twist,1 two,1 type,1 typical,3 typically,3 ugly,2 uh,1 ultimate,3 ultimately,3 unable,3 uncertain,3 uncertainty,4 uncle,2 uncomfortable,5 uncover,3 under,2 undergo,3 undergraduate,5 underline,3 underlying,4 undermine,3 understand,3 understanding,4 undertake,3 unemployment,4 unexpected,4 unfair,2 unfold,2 unfortunately,4 unhappy,3 uniform,3 union,2 unique,2 unit,2 unite,2 united,3 unity,3 universal,4 universe,3 university,5 unknown,2 unless,2 unlike,2 unlikely,3 unprecedented,5 until,2 unusual,4 up,1 update,2 upon,2 upper,2 upset,2 upstairs,2 upward,2 urban,2 urge,1 us,1 use,1 used,1 useful,2 user,2 using,1 usual,3 usually,3 utility,4 utilize,3 vacation,3 vaccine,2 vacuum,3 valid,2 validity,4 valley,2 valuable,4 value,2 van,1 vanish,2 vapor,2 variable,4 variation,4 variety,4 various,3 vary,2 vast,1 vegetable,4 vehicle,3 vendor,2 venture,2 verb,1 verbal,2 verdict,2 version,2 versus,2 vertical,3 very,2 vessel,2 vessels,2 veteran,3 via,2 victim,2 victory,3 video,3 view,1 viewer,2 village,2 violate,3 violation,4 violence,3 violent,3 virginia,3 virtual,3 virtually,4 virtue,2 virus,2 visible,3 vision,2 visit,2 visitor,3 visual,3 vital,2 vitamin,3 vocal,2 voice,1 volume,2 voluntary,4 volunteer,3 vote,1 voter,2 voting,1 vowel,2 voyage,2 vs,1 vulnerable,4 wage,1 wagon,2 waist,1 wait,1 wake,1 walk,1 walking,2 wall,1 wander,2 want,1 war,1 warehouse,2 warm,1 warmth,1 warn,1 warning,2 warrior,3 was,1 wash,1 washington,3 waste,1 watch,1 water,2 wave,1 way,1 we,1 weak,1 weaken,2 weakness,2 wealth,1 wealthy,2 weapon,2 wear,1 weather,2 weave,1 web,1 wedding,2 weed,1 week,1 weekend,2 weekly,2 weigh,1 weight,1 weird,1 welcome,2 welfare,2 well,1 well-being,2 well-known,1 went,1 were,1 west,1 western,2 wet,1 whale,1 what,1 whatever,3 wheat,1 wheel,1 wheelchair,2 when,1 whenever,3 where,1 whereas,2 wherever,3 whether,2 which,1 while,1 whip,1 whisper,2 whispered,2 whistle,2 white,1 who,1 whoever,3 whole,1 whom,1 whose,1 why,1 wide,1 widely,2 widespread,2 widow,2 wife,1 wild,1 wilderness,3 wildlife,2 will,1 william,2 willing,2 willingness,2 wilson,2 win,1 wind,1 window,2 wine,1 wing,1 winner,2 winter,2 wipe,1 wire,1 wisdom,2 wise,1 wish,1 with,1 withdraw,2 withdrawal,3 within,2 without,2 witness,2 wolf,1 woman,2 won,1 wonder,2 wonderful,3 wood,1 wooden,2 wool,1 word,1 wore,1 work,1 worker,2 working,2 workout,2 workplace,2 works,1 workshop,2 world,1 worldwide,2 worried,2 worry,2 worse,1 worth,1 would,1 wound,1 wow,1 wrap,1 wrapped,1 wrist,1 write,1 writer,2 writing,2 written,2 wrong,1 yard,1 yeah,1 year,1 yell,1 yellow,2 yes,1 yesterday,3 yet,1 yield,1 you,1 young,1 younger,2 youngster,2 your,1 yours,1 yourself,2 youth,1 zero,2 zone,1 zoo,1 PK!Zcsyllapy/data_loader.py"""Loads reference data to memory.""" import csv import pkg_resources def load_dict() -> dict: """ Loads reference data to dictionary. :return: dictionary of the syllable reference data """ file_name = "data.csv" file_path = pkg_resources.resource_filename(__name__, file_name) words = {} with open(file_path, newline="") as csv_file: reader = csv.reader(csv_file, delimiter=",") for row in reader: words[row[0]] = int(row[1]) return words PK!55syllapy-0.6.0.dist-info/LICENSEMIT License Copyright (c) 2018, Michael Holtzscher Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. PK!H$TTsyllapy-0.6.0.dist-info/WHEEL = 0 нR \C HCoo~ \B"|lchлYh|hzWٓ7}|v }PK!HKt syllapy-0.6.0.dist-info/METADATAS_o0OaJ3*RDQVAnLHukbplc;4k iOϝ|$JA">(k ?VkZ826m&B˨a\kdFCmgoMUٝepi̜nMB畢:MV kv$WkxN8x."'@.: tzW[F1d6S/|4|49"QkaE>,%-]ۧ̽he*6;u_h3H()Y @g" 镣BCu\QVKi #[OٶߟO{ǵ(+[lڽj0l~.ْC^lUȤWxz܈@GQ[05Du`Z<%Nl~Sxx pҌAjtc}w(KՕ%ɠ_PK!HA\ syllapy-0.6.0.dist-info/RECORDur0}( E0n2i` ..3 CYqc6HLt?DIt+=KoWb[Լt:6֒6g! 2a!q ;PDtoSaFH5I`/ 5X0W4Xe8}yj*PQ\SNݙeȓievD!aJ}v\`w֕4|m\>vޚ5=jQlaXAKf`off6qi\3E2/P-/zLYcNl+LPK!isyllapy/__init__.pyPK!d syllapy/data.csvPK!Zcsyllapy/data_loader.pyPK!55*syllapy-0.6.0.dist-info/LICENSEPK!H$TTsyllapy-0.6.0.dist-info/WHEELPK!HKt +syllapy-0.6.0.dist-info/METADATAPK!HA\ Ksyllapy-0.6.0.dist-info/RECORDPK