From 76fe7333db3b9102a3c20c775044b84724218991 Mon Sep 17 00:00:00 2001 From: dtomlinson Date: Sat, 7 Mar 2020 02:40:05 +0000 Subject: [PATCH] adding latest working version --- poetry.lock | 208 +- pyproject.toml | 2 + .../api/command_builders/lyrics.py | 29 +- .../api/command_builders/test.py | 37674 +++++++++++++++- 4 files changed, 37797 insertions(+), 116 deletions(-) diff --git a/poetry.lock b/poetry.lock index 49d6f4d..80731ca 100644 --- a/poetry.lock +++ b/poetry.lock @@ -109,6 +109,17 @@ optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" version = "0.4.3" +[[package]] +category = "main" +description = "Composable style cycles" +name = "cycler" +optional = false +python-versions = "*" +version = "0.10.0" + +[package.dependencies] +six = "*" + [[package]] category = "main" description = "Internationalized Domain Names in Applications (IDNA)" @@ -147,6 +158,32 @@ parso = ">=0.5.2" [package.extras] testing = ["colorama (0.4.1)", "docopt", "pytest (>=3.9.0,<5.0.0)"] +[[package]] +category = "main" +description = "A fast implementation of the Cassowary constraint solver" +name = "kiwisolver" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +version = "1.1.0" + +[package.dependencies] +setuptools = "*" + +[[package]] +category = "main" +description = "Python plotting package" +name = "matplotlib" +optional = false +python-versions = ">=3.6" +version = "3.2.0" + +[package.dependencies] +cycler = ">=0.10" +kiwisolver = ">=1.0.1" +numpy = ">=1.11" +pyparsing = ">=2.0.1,<2.0.4 || >2.0.4,<2.1.2 || >2.1.2,<2.1.6 || >2.1.6" +python-dateutil = ">=2.1" + [[package]] category = "dev" description = "McCabe checker, plugin for flake8" @@ -163,6 +200,14 @@ optional = false python-versions = ">=3.5" version = "8.2.0" +[[package]] +category = "main" +description = "multidict implementation" +name = "multidict" +optional = false +python-versions = ">=3.5" +version = "4.7.5" + [[package]] category = "main" description = "Python bindings for the MusicBrainz NGS and the Cover Art Archive webservices" @@ -210,6 +255,14 @@ optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" version = "0.7.0" +[[package]] +category = "main" +description = "Python Imaging Library (Fork)" +name = "pillow" +optional = false +python-versions = ">=3.5" +version = "7.0.0" + [[package]] category = "dev" description = "plugin and hook calling mechanisms for python" @@ -306,7 +359,7 @@ toml = "*" dev = ["isort", "flake8", "pytest", "mypy"] [[package]] -category = "dev" +category = "main" description = "Python parsing module" name = "pyparsing" optional = false @@ -339,6 +392,17 @@ version = ">=0.12" checkqa-mypy = ["mypy (v0.761)"] testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xmlschema"] +[[package]] +category = "main" +description = "Extensions to the standard Python datetime module" +name = "python-dateutil" +optional = false +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" +version = "2.8.1" + +[package.dependencies] +six = ">=1.5" + [[package]] category = "dev" description = "JSON RPC 2.0 server library" @@ -418,7 +482,7 @@ version = "0.16.0" dev = ["pytest"] [[package]] -category = "dev" +category = "main" description = "Python 2 and 3 compatibility utilities" name = "six" optional = false @@ -487,6 +551,19 @@ optional = false python-versions = "*" version = "0.1.8" +[[package]] +category = "main" +description = "A little word cloud generator" +name = "wordcloud" +optional = false +python-versions = "*" +version = "1.6.0" + +[package.dependencies] +matplotlib = "*" +numpy = ">=1.6.1" +pillow = "*" + [[package]] category = "dev" description = "A formatter for Python code." @@ -509,7 +586,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "b3e363ce109826fbe16ba73b6102a62254689ead837a371aecd2857fa5ed9f45" +content-hash = "6755748d710bead6ddf5f543c09fb33a09b340dcff15466f7e6759ce9c659004" python-versions = "^3.7" [metadata.files] @@ -556,6 +633,10 @@ colorama = [ {file = "colorama-0.4.3-py2.py3-none-any.whl", hash = "sha256:7d73d2a99753107a36ac6b455ee49046802e59d9d076ef8e47b61499fa29afff"}, {file = "colorama-0.4.3.tar.gz", hash = "sha256:e96da0d330793e2cb9485e9ddfd918d456036c7149416295932478192f4436a1"}, ] +cycler = [ + {file = "cycler-0.10.0-py2.py3-none-any.whl", hash = "sha256:1d8a5ae1ff6c5cf9b93e8811e581232ad8920aeec647c37316ceac982b08cb2d"}, + {file = "cycler-0.10.0.tar.gz", hash = "sha256:cd7b2d1018258d7247a71425e9f26463dfb444d411c39569972f4ce586b0c9d8"}, +] idna = [ {file = "idna-2.9-py2.py3-none-any.whl", hash = "sha256:a068a21ceac8a4d63dbfd964670474107f541babbd2250d61922f029858365fa"}, {file = "idna-2.9.tar.gz", hash = "sha256:7588d1c14ae4c77d74036e8c22ff447b26d0fde8f007354fd48a7814db15b7cb"}, @@ -568,6 +649,61 @@ jedi = [ {file = "jedi-0.15.2-py2.py3-none-any.whl", hash = "sha256:1349c1e8c107095a55386628bb3b2a79422f3a2cab8381e34ce19909e0cf5064"}, {file = "jedi-0.15.2.tar.gz", hash = "sha256:e909527104a903606dd63bea6e8e888833f0ef087057829b89a18364a856f807"}, ] +kiwisolver = [ + {file = "kiwisolver-1.1.0-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", hash = "sha256:7f4dd50874177d2bb060d74769210f3bce1af87a8c7cf5b37d032ebf94f0aca3"}, + {file = "kiwisolver-1.1.0-cp27-cp27m-macosx_10_6_intel.whl", hash = "sha256:fe51b79da0062f8e9d49ed0182a626a7dc7a0cbca0328f612c6ee5e4711c81e4"}, + {file = "kiwisolver-1.1.0-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:f790f8b3dff3d53453de6a7b7ddd173d2e020fb160baff578d578065b108a05f"}, + {file = "kiwisolver-1.1.0-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:f2b22153870ca5cf2ab9c940d7bc38e8e9089fa0f7e5856ea195e1cf4ff43d5a"}, + {file = "kiwisolver-1.1.0-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:e8bf074363ce2babeb4764d94f8e65efd22e6a7c74860a4f05a6947afc020ff2"}, + {file = "kiwisolver-1.1.0-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:05b5b061e09f60f56244adc885c4a7867da25ca387376b02c1efc29cc16bcd0f"}, + {file = "kiwisolver-1.1.0-cp27-none-win32.whl", hash = "sha256:47b8cb81a7d18dbaf4fed6a61c3cecdb5adec7b4ac292bddb0d016d57e8507d5"}, + {file = "kiwisolver-1.1.0-cp27-none-win_amd64.whl", hash = "sha256:b64916959e4ae0ac78af7c3e8cef4becee0c0e9694ad477b4c6b3a536de6a544"}, + {file = "kiwisolver-1.1.0-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", hash = "sha256:682e54f0ce8f45981878756d7203fd01e188cc6c8b2c5e2cf03675390b4534d5"}, + {file = "kiwisolver-1.1.0-cp34-cp34m-manylinux1_i686.whl", hash = "sha256:d52e3b1868a4e8fd18b5cb15055c76820df514e26aa84cc02f593d99fef6707f"}, + {file = "kiwisolver-1.1.0-cp34-cp34m-manylinux1_x86_64.whl", hash = "sha256:8aa7009437640beb2768bfd06da049bad0df85f47ff18426261acecd1cf00897"}, + {file = "kiwisolver-1.1.0-cp34-none-win32.whl", hash = "sha256:26f4fbd6f5e1dabff70a9ba0d2c4bd30761086454aa30dddc5b52764ee4852b7"}, + {file = "kiwisolver-1.1.0-cp34-none-win_amd64.whl", hash = "sha256:79bfb2f0bd7cbf9ea256612c9523367e5ec51d7cd616ae20ca2c90f575d839a2"}, + {file = "kiwisolver-1.1.0-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", hash = "sha256:3b2378ad387f49cbb328205bda569b9f87288d6bc1bf4cd683c34523a2341efe"}, + {file = "kiwisolver-1.1.0-cp35-cp35m-macosx_10_6_intel.whl", hash = "sha256:aa716b9122307c50686356cfb47bfbc66541868078d0c801341df31dca1232a9"}, + {file = "kiwisolver-1.1.0-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:58e626e1f7dfbb620d08d457325a4cdac65d1809680009f46bf41eaf74ad0187"}, + {file = "kiwisolver-1.1.0-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:e3a21a720791712ed721c7b95d433e036134de6f18c77dbe96119eaf7aa08004"}, + {file = "kiwisolver-1.1.0-cp35-none-win32.whl", hash = "sha256:939f36f21a8c571686eb491acfffa9c7f1ac345087281b412d63ea39ca14ec4a"}, + {file = "kiwisolver-1.1.0-cp35-none-win_amd64.whl", hash = "sha256:9733b7f64bd9f807832d673355f79703f81f0b3e52bfce420fc00d8cb28c6a6c"}, + {file = "kiwisolver-1.1.0-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", hash = "sha256:acc4df99308111585121db217681f1ce0eecb48d3a828a2f9bbf9773f4937e9e"}, + {file = "kiwisolver-1.1.0-cp36-cp36m-macosx_10_6_intel.whl", hash = "sha256:9105ce82dcc32c73eb53a04c869b6a4bc756b43e4385f76ea7943e827f529e4d"}, + {file = "kiwisolver-1.1.0-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:f16814a4a96dc04bf1da7d53ee8d5b1d6decfc1a92a63349bb15d37b6a263dd9"}, + {file = "kiwisolver-1.1.0-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:400599c0fe58d21522cae0e8b22318e09d9729451b17ee61ba8e1e7c0346565c"}, + {file = "kiwisolver-1.1.0-cp36-none-win32.whl", hash = "sha256:db1a5d3cc4ae943d674718d6c47d2d82488ddd94b93b9e12d24aabdbfe48caee"}, + {file = "kiwisolver-1.1.0-cp36-none-win_amd64.whl", hash = "sha256:5a52e1b006bfa5be04fe4debbcdd2688432a9af4b207a3f429c74ad625022641"}, + {file = "kiwisolver-1.1.0-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", hash = "sha256:a02f6c3e229d0b7220bd74600e9351e18bc0c361b05f29adae0d10599ae0e326"}, + {file = "kiwisolver-1.1.0-cp37-cp37m-macosx_10_6_intel.whl", hash = "sha256:9491578147849b93e70d7c1d23cb1229458f71fc79c51d52dce0809b2ca44eea"}, + {file = "kiwisolver-1.1.0-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:5c7ca4e449ac9f99b3b9d4693debb1d6d237d1542dd6a56b3305fe8a9620f883"}, + {file = "kiwisolver-1.1.0-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:a0c0a9f06872330d0dd31b45607197caab3c22777600e88031bfe66799e70bb0"}, + {file = "kiwisolver-1.1.0-cp37-none-win32.whl", hash = "sha256:8944a16020c07b682df861207b7e0efcd2f46c7488619cb55f65882279119389"}, + {file = "kiwisolver-1.1.0-cp37-none-win_amd64.whl", hash = "sha256:d3fcf0819dc3fea58be1fd1ca390851bdb719a549850e708ed858503ff25d995"}, + {file = "kiwisolver-1.1.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:933df612c453928f1c6faa9236161a1d999a26cd40abf1dc5d7ebbc6dbfb8fca"}, + {file = "kiwisolver-1.1.0-cp38-cp38-manylinux1_i686.whl", hash = "sha256:d22702cadb86b6fcba0e6b907d9f84a312db9cd6934ee728144ce3018e715ee1"}, + {file = "kiwisolver-1.1.0-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:210d8c39d01758d76c2b9a693567e1657ec661229bc32eac30761fa79b2474b0"}, + {file = "kiwisolver-1.1.0-cp38-none-win32.whl", hash = "sha256:76275ee077772c8dde04fb6c5bc24b91af1bb3e7f4816fd1852f1495a64dad93"}, + {file = "kiwisolver-1.1.0-cp38-none-win_amd64.whl", hash = "sha256:3b15d56a9cd40c52d7ab763ff0bc700edbb4e1a298dc43715ecccd605002cf11"}, + {file = "kiwisolver-1.1.0.tar.gz", hash = "sha256:53eaed412477c836e1b9522c19858a8557d6e595077830146182225613b11a75"}, +] +matplotlib = [ + {file = "matplotlib-3.2.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:0711b07920919951b2c508a773c433cbe07bdad952ea84ed9d18ca7853ccbe8b"}, + {file = "matplotlib-3.2.0-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:b93377c6720e7db9cbba57e856a21aae2ff707677a6ee6b3b9d485f22ed82697"}, + {file = "matplotlib-3.2.0-cp36-cp36m-win32.whl", hash = "sha256:8e931015769322ee6860cabb8f975f628788e851092fd5edbdb065b5a516e3af"}, + {file = "matplotlib-3.2.0-cp36-cp36m-win_amd64.whl", hash = "sha256:b21479a4478070c1c0f460e1bf1b65341e6a70ae0da905fcee836651450c66bb"}, + {file = "matplotlib-3.2.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:0ab307e610302971012dc2387c97fc68e58c8eb00045a2c735da1b16353a3e3f"}, + {file = "matplotlib-3.2.0-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:d75f5e952562f5e494ae92c1f917fc96c2ce09305a7c1bdc2e6502d3c61fbdc3"}, + {file = "matplotlib-3.2.0-cp37-cp37m-win32.whl", hash = "sha256:9d174cc9681184023a7d520079eb0c085208761c6562710c1de7263d08217ab6"}, + {file = "matplotlib-3.2.0-cp37-cp37m-win_amd64.whl", hash = "sha256:d281862a68b0bfce8f9e02a8e5acaa5cfbec37f37320f59b52eaf54b6423ec13"}, + {file = "matplotlib-3.2.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:ee8acb1d4ee204e5cfe361d8f00d7e52c68f81c099b6c6048a3c76bf2c6b46e6"}, + {file = "matplotlib-3.2.0-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:be937f34047bc09ed22d6a19d970fdc61d5d3191aa62f3262fc7f308e6d2e7f9"}, + {file = "matplotlib-3.2.0-cp38-cp38-win32.whl", hash = "sha256:97a03e73f9ab71db8e4084894550c3af420c8ab1989b5e1306261b17576bf61b"}, + {file = "matplotlib-3.2.0-cp38-cp38-win_amd64.whl", hash = "sha256:d5287cfcabad6f0f71a2627c1bbb6fb0cddacb9844f6c91f210604faa508f562"}, + {file = "matplotlib-3.2.0-pp373-pypy36_pp73-win32.whl", hash = "sha256:fc84f7c7cf1c5a9dbceadb7546818228f019d3b113ce5e362120c895fbba2944"}, + {file = "matplotlib-3.2.0.tar.gz", hash = "sha256:651d76daf9168250370d4befb09f79875daa2224a9096d97dfc3ed764c842be4"}, +] mccabe = [ {file = "mccabe-0.6.1-py2.py3-none-any.whl", hash = "sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42"}, {file = "mccabe-0.6.1.tar.gz", hash = "sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f"}, @@ -576,6 +712,25 @@ more-itertools = [ {file = "more-itertools-8.2.0.tar.gz", hash = "sha256:b1ddb932186d8a6ac451e1d95844b382f55e12686d51ca0c68b6f61f2ab7a507"}, {file = "more_itertools-8.2.0-py3-none-any.whl", hash = "sha256:5dd8bcf33e5f9513ffa06d5ad33d78f31e1931ac9a18f33d37e77a180d393a7c"}, ] +multidict = [ + {file = "multidict-4.7.5-cp35-cp35m-macosx_10_13_x86_64.whl", hash = "sha256:fc3b4adc2ee8474cb3cd2a155305d5f8eda0a9c91320f83e55748e1fcb68f8e3"}, + {file = "multidict-4.7.5-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:42f56542166040b4474c0c608ed051732033cd821126493cf25b6c276df7dd35"}, + {file = "multidict-4.7.5-cp35-cp35m-win32.whl", hash = "sha256:7774e9f6c9af3f12f296131453f7b81dabb7ebdb948483362f5afcaac8a826f1"}, + {file = "multidict-4.7.5-cp35-cp35m-win_amd64.whl", hash = "sha256:c2c37185fb0af79d5c117b8d2764f4321eeb12ba8c141a95d0aa8c2c1d0a11dd"}, + {file = "multidict-4.7.5-cp36-cp36m-macosx_10_13_x86_64.whl", hash = "sha256:e439c9a10a95cb32abd708bb8be83b2134fa93790a4fb0535ca36db3dda94d20"}, + {file = "multidict-4.7.5-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:85cb26c38c96f76b7ff38b86c9d560dea10cf3459bb5f4caf72fc1bb932c7136"}, + {file = "multidict-4.7.5-cp36-cp36m-win32.whl", hash = "sha256:620b37c3fea181dab09267cd5a84b0f23fa043beb8bc50d8474dd9694de1fa6e"}, + {file = "multidict-4.7.5-cp36-cp36m-win_amd64.whl", hash = "sha256:6e6fef114741c4d7ca46da8449038ec8b1e880bbe68674c01ceeb1ac8a648e78"}, + {file = "multidict-4.7.5-cp37-cp37m-macosx_10_13_x86_64.whl", hash = "sha256:a326f4240123a2ac66bb163eeba99578e9d63a8654a59f4688a79198f9aa10f8"}, + {file = "multidict-4.7.5-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:dc561313279f9d05a3d0ffa89cd15ae477528ea37aa9795c4654588a3287a9ab"}, + {file = "multidict-4.7.5-cp37-cp37m-win32.whl", hash = "sha256:4b7df040fb5fe826d689204f9b544af469593fb3ff3a069a6ad3409f742f5928"}, + {file = "multidict-4.7.5-cp37-cp37m-win_amd64.whl", hash = "sha256:317f96bc0950d249e96d8d29ab556d01dd38888fbe68324f46fd834b430169f1"}, + {file = "multidict-4.7.5-cp38-cp38-macosx_10_13_x86_64.whl", hash = "sha256:b51249fdd2923739cd3efc95a3d6c363b67bbf779208e9f37fd5e68540d1a4d4"}, + {file = "multidict-4.7.5-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:ae402f43604e3b2bc41e8ea8b8526c7fa7139ed76b0d64fc48e28125925275b2"}, + {file = "multidict-4.7.5-cp38-cp38-win32.whl", hash = "sha256:bb519becc46275c594410c6c28a8a0adc66fe24fef154a9addea54c1adb006f5"}, + {file = "multidict-4.7.5-cp38-cp38-win_amd64.whl", hash = "sha256:544fae9261232a97102e27a926019100a9db75bec7b37feedd74b3aa82f29969"}, + {file = "multidict-4.7.5.tar.gz", hash = "sha256:aee283c49601fa4c13adc64c09c978838a7e812f85377ae130a24d7198c0331e"}, +] musicbrainzngs = [ {file = "musicbrainzngs-0.7.1-py2.py3-none-any.whl", hash = "sha256:e841a8f975104c0a72290b09f59326050194081a5ae62ee512f41915090e1a10"}, {file = "musicbrainzngs-0.7.1.tar.gz", hash = "sha256:ab1c0100fd0b305852e65f2ed4113c6de12e68afd55186987b8ed97e0f98e627"}, @@ -615,6 +770,30 @@ pathspec = [ {file = "pathspec-0.7.0-py2.py3-none-any.whl", hash = "sha256:163b0632d4e31cef212976cf57b43d9fd6b0bac6e67c26015d611a647d5e7424"}, {file = "pathspec-0.7.0.tar.gz", hash = "sha256:562aa70af2e0d434367d9790ad37aed893de47f1693e4201fd1d3dca15d19b96"}, ] +pillow = [ + {file = "Pillow-7.0.0-cp35-cp35m-macosx_10_6_intel.whl", hash = "sha256:5f3546ceb08089cedb9e8ff7e3f6a7042bb5b37c2a95d392fb027c3e53a2da00"}, + {file = "Pillow-7.0.0-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:9d2ba4ed13af381233e2d810ff3bab84ef9f18430a9b336ab69eaf3cd24299ff"}, + {file = "Pillow-7.0.0-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:ff3797f2f16bf9d17d53257612da84dd0758db33935777149b3334c01ff68865"}, + {file = "Pillow-7.0.0-cp35-cp35m-win32.whl", hash = "sha256:c18f70dc27cc5d236f10e7834236aff60aadc71346a5bc1f4f83a4b3abee6386"}, + {file = "Pillow-7.0.0-cp35-cp35m-win_amd64.whl", hash = "sha256:875358310ed7abd5320f21dd97351d62de4929b0426cdb1eaa904b64ac36b435"}, + {file = "Pillow-7.0.0-cp36-cp36m-macosx_10_6_intel.whl", hash = "sha256:ab76e5580b0ed647a8d8d2d2daee170e8e9f8aad225ede314f684e297e3643c2"}, + {file = "Pillow-7.0.0-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:a62ec5e13e227399be73303ff301f2865bf68657d15ea50b038d25fc41097317"}, + {file = "Pillow-7.0.0-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:8ac6ce7ff3892e5deaab7abaec763538ffd011f74dc1801d93d3c5fc541feee2"}, + {file = "Pillow-7.0.0-cp36-cp36m-win32.whl", hash = "sha256:91b710e3353aea6fc758cdb7136d9bbdcb26b53cefe43e2cba953ac3ee1d3313"}, + {file = "Pillow-7.0.0-cp36-cp36m-win_amd64.whl", hash = "sha256:bf598d2e37cf8edb1a2f26ed3fb255191f5232badea4003c16301cb94ac5bdd0"}, + {file = "Pillow-7.0.0-cp37-cp37m-macosx_10_6_intel.whl", hash = "sha256:5bfef0b1cdde9f33881c913af14e43db69815c7e8df429ceda4c70a5e529210f"}, + {file = "Pillow-7.0.0-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:dc058b7833184970d1248135b8b0ab702e6daa833be14035179f2acb78ff5636"}, + {file = "Pillow-7.0.0-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:c5ed816632204a2fc9486d784d8e0d0ae754347aba99c811458d69fcdfd2a2f9"}, + {file = "Pillow-7.0.0-cp37-cp37m-win32.whl", hash = "sha256:54ebae163e8412aff0b9df1e88adab65788f5f5b58e625dc5c7f51eaf14a6837"}, + {file = "Pillow-7.0.0-cp37-cp37m-win_amd64.whl", hash = "sha256:87269cc6ce1e3dee11f23fa515e4249ae678dbbe2704598a51cee76c52e19cda"}, + {file = "Pillow-7.0.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:0a628977ac2e01ca96aaae247ec2bd38e729631ddf2221b4b715446fd45505be"}, + {file = "Pillow-7.0.0-cp38-cp38-manylinux1_i686.whl", hash = "sha256:62a889aeb0a79e50ecf5af272e9e3c164148f4bd9636cc6bcfa182a52c8b0533"}, + {file = "Pillow-7.0.0-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:bf4003aa538af3f4205c5fac56eacaa67a6dd81e454ffd9e9f055fff9f1bc614"}, + {file = "Pillow-7.0.0-cp38-cp38-win32.whl", hash = "sha256:7406f5a9b2fd966e79e6abdaf700585a4522e98d6559ce37fc52e5c955fade0a"}, + {file = "Pillow-7.0.0-cp38-cp38-win_amd64.whl", hash = "sha256:5f7ae9126d16194f114435ebb79cc536b5682002a4fa57fa7bb2cbcde65f2f4d"}, + {file = "Pillow-7.0.0-pp373-pypy36_pp73-win32.whl", hash = "sha256:8453f914f4e5a3d828281a6628cf517832abfa13ff50679a4848926dac7c0358"}, + {file = "Pillow-7.0.0.tar.gz", hash = "sha256:4d9ed9a64095e031435af120d3c910148067087541131e82b3e8db302f4c8946"}, +] pluggy = [ {file = "pluggy-0.13.1-py2.py3-none-any.whl", hash = "sha256:966c145cd83c96502c3c3868f50408687b38434af77734af1e9ca461a4081d2d"}, {file = "pluggy-0.13.1.tar.gz", hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0"}, @@ -657,6 +836,10 @@ pytest = [ {file = "pytest-5.3.5-py3-none-any.whl", hash = "sha256:ff615c761e25eb25df19edddc0b970302d2a9091fbce0e7213298d85fb61fef6"}, {file = "pytest-5.3.5.tar.gz", hash = "sha256:0d5fe9189a148acc3c3eb2ac8e1ac0742cb7618c084f3d228baaec0c254b318d"}, ] +python-dateutil = [ + {file = "python-dateutil-2.8.1.tar.gz", hash = "sha256:73ebfe9dbf22e832286dafa60473e4cd239f8592f699aa5adaf10050e6e1823c"}, + {file = "python_dateutil-2.8.1-py2.py3-none-any.whl", hash = "sha256:75bb3f31ea686f1197762692a9ee6a7550b59fc6ca3a1f4b5d7e32fb98e2da2a"}, +] python-jsonrpc-server = [ {file = "python-jsonrpc-server-0.3.4.tar.gz", hash = "sha256:c73bf5495c9dd4d2f902755bedeb6da5afe778e0beee82f0e195c4655352fe37"}, {file = "python_jsonrpc_server-0.3.4-py3-none-any.whl", hash = "sha256:1f85f75f37f923149cc0aa078474b6df55b708e82ed819ca8846a65d7d0ada7f"}, @@ -747,6 +930,25 @@ wcwidth = [ {file = "wcwidth-0.1.8-py2.py3-none-any.whl", hash = "sha256:8fd29383f539be45b20bd4df0dc29c20ba48654a41e661925e612311e9f3c603"}, {file = "wcwidth-0.1.8.tar.gz", hash = "sha256:f28b3e8a6483e5d49e7f8949ac1a78314e740333ae305b4ba5defd3e74fb37a8"}, ] +wordcloud = [ + {file = "wordcloud-1.6.0-cp27-cp27m-macosx_10_6_x86_64.whl", hash = "sha256:b99157f068826697d93d2e5e61b1acff35591d5e534818368ccd56945b9a5f29"}, + {file = "wordcloud-1.6.0-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:60c9178ea11d6537f19dad7eb5387f2516737796827710c9409ab9602d9493c7"}, + {file = "wordcloud-1.6.0-cp27-cp27m-win_amd64.whl", hash = "sha256:0baf47567bd426bf65963d53a1aaa69af35c2e096dc0ad9073efd5833cccd20a"}, + {file = "wordcloud-1.6.0-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:52d0772e385e38144be2bdb58a0d7817f2c80db0640e1efad699cff8ea86533d"}, + {file = "wordcloud-1.6.0-cp34-cp34m-macosx_10_6_x86_64.whl", hash = "sha256:61156874a21fffb46cdfb3518bbc9865fbfe9973ecc36eff20e86792687e439b"}, + {file = "wordcloud-1.6.0-cp34-cp34m-manylinux1_x86_64.whl", hash = "sha256:358f4ead931bc8297de3dbd3a26ce8d1e3fe27c1027cce091c1b7037e4ba4904"}, + {file = "wordcloud-1.6.0-cp34-cp34m-win_amd64.whl", hash = "sha256:473b660baee64578dad272a18253b59245a337f5dfa3a186e32cf20b0eee4110"}, + {file = "wordcloud-1.6.0-cp35-cp35m-macosx_10_6_x86_64.whl", hash = "sha256:950882b89298c318e5f7cf10027f00b4e09402e18f719cb656aea5209a57e5a9"}, + {file = "wordcloud-1.6.0-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:a8d829e19431709c1310a505687fc7c0f869c48259f4a55b5bf387642ed6da46"}, + {file = "wordcloud-1.6.0-cp35-cp35m-win_amd64.whl", hash = "sha256:e9ae81e8dbb5953f8cf94083b990c760b179b4000dae2babd14827d61230fc69"}, + {file = "wordcloud-1.6.0-cp36-cp36m-macosx_10_6_x86_64.whl", hash = "sha256:ae6c0030a7fd09bd35713592ba005da9457f7d38f46dc807484c5e0a379d813c"}, + {file = "wordcloud-1.6.0-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:c59387b35af772626d4a87b986eb8ab29d3d7ffca6f94da95f4c3a0961407df3"}, + {file = "wordcloud-1.6.0-cp36-cp36m-win_amd64.whl", hash = "sha256:b0256ca213eb52e5261307e64faaf242742ada1322bb9d5090ecdaa9b44540ee"}, + {file = "wordcloud-1.6.0-cp37-cp37m-macosx_10_6_x86_64.whl", hash = "sha256:fc3db0cc71e4d5666f732c5b4b3c04a0d58242579cb6c6e5146ffd2890cc5d57"}, + {file = "wordcloud-1.6.0-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:d4b970d4d30bc9baec9e8b2d7e69fb9771576bb09d6b6f6ce6f22403ca58d6de"}, + {file = "wordcloud-1.6.0-cp37-cp37m-win_amd64.whl", hash = "sha256:3971ca6042745169e9645b3bbce64b790f8c211ad7c7d265049992506e033212"}, + {file = "wordcloud-1.6.0.tar.gz", hash = "sha256:4335deb87b7cd9f8a6ce12de0257d15f14f98874f326e7a839f27b2c8ac792ca"}, +] yapf = [ {file = "yapf-0.29.0-py2.py3-none-any.whl", hash = "sha256:cad8a272c6001b3401de3278238fdc54997b6c2e56baa751788915f879a52fca"}, {file = "yapf-0.29.0.tar.gz", hash = "sha256:712e23c468506bf12cadd10169f852572ecc61b266258422d45aaf4ad7ef43de"}, diff --git a/pyproject.toml b/pyproject.toml index c02ffbc..1068d84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,8 @@ addict = "^2.2.1" progress = "^1.5" numpy = "^1.18.1" beautifultable = "^0.8.0" +wordcloud = "^1.6.0" +multidict = "^4.7.5" [tool.poetry.dev-dependencies] pytest = "^5.2" diff --git a/src/musicbrainzapi/api/command_builders/lyrics.py b/src/musicbrainzapi/api/command_builders/lyrics.py index dfcfd60..e15529f 100644 --- a/src/musicbrainzapi/api/command_builders/lyrics.py +++ b/src/musicbrainzapi/api/command_builders/lyrics.py @@ -163,9 +163,9 @@ class LyricsBuilder(LyricsConcreteBuilder): def sort_artists(self) -> None: self._sort_names = dict( - (i.get('id'), f'{i.get("sort-name")} | {i.get("disambiguation")}') + (i.get('id'), f'{i.get("name")} | {i.get("disambiguation")}') if i.get('disambiguation') is not None - else (i.get('id'), f'{i.get("sort-name")}') + else (i.get('id'), f'{i.get("name")}') for i in self.musicbrainz_artists['artist-list'] ) return self @@ -379,9 +379,9 @@ class LyricsBuilder(LyricsConcreteBuilder): # rename this def calculate_average_all_albums(self) -> None: self.all_albums_lyrics_sum = list() - # album_lyrics = self.all_albums_lyrics_count - with open(f'{os.getcwd()}/lyrics_count.json', 'r') as f: - album_lyrics = json.load(f) + album_lyrics = self.all_albums_lyrics_count + # with open(f'{os.getcwd()}/lyrics_count.json', 'r') as f: + # album_lyrics = json.load(f) count = 0 for i in album_lyrics: count += len(i) @@ -434,9 +434,9 @@ class LyricsBuilder(LyricsConcreteBuilder): def calculate_final_average_by_year(self) -> None: group_by_years = addict.Dict() self.year_statistics = addict.Dict() - # album_lyrics = self.all_albums_lyrics_sum - with open(f'{os.getcwd()}/lyrics_sum_all_album.json', 'r') as f: - album_lyrics = json.load(f) + album_lyrics = self.all_albums_lyrics_sum + # with open(f'{os.getcwd()}/lyrics_sum_all_album.json', 'r') as f: + # album_lyrics = json.load(f) # Merge years together for i in album_lyrics: @@ -654,6 +654,15 @@ class Lyrics: album_statistics: Dict[str, Dict[str, int]] year_statistics: Dict[str, Dict[str, int]] + __attributes = [ + 'all_albums_with_tracks', + 'all_albums_with_lyrics', + 'all_albums_lyrics_count', + 'all_albums_lyrics_sum', + 'album_statistics', + 'year_statistics', + ] + def __init__(self) -> None: pass @@ -665,7 +674,7 @@ class Lyrics: all_averages.append(i['avg']) except (TypeError, ValueError): pass - print(all_averages) + # print(all_averages) try: final_average = math.ceil(np.mean(all_averages)) except ValueError: @@ -674,7 +683,7 @@ class Lyrics: ' albums. This is caused by inconsistent Artist names from' ' Musicbrainz and lyrics.ovh. Try another artist.' ) - raise(SystemExit) + raise (SystemExit) output = BeautifulTable(max_width=200) output.set_style(BeautifulTable.STYLE_BOX_ROUNDED) output.column_headers = [ diff --git a/src/musicbrainzapi/api/command_builders/test.py b/src/musicbrainzapi/api/command_builders/test.py index a2d703d..0cb13a6 100644 --- a/src/musicbrainzapi/api/command_builders/test.py +++ b/src/musicbrainzapi/api/command_builders/test.py @@ -1,110 +1,37578 @@ -import musicbrainzngs -from musicbrainzapi import __header__, __version__ -import addict - +import json from pprint import pprint -def main(): - musicbrainzngs.set_useragent( - __header__.__header__, __version__.__version__ - ) - resp_0 = musicbrainzngs.browse_release_groups( - # artist='1a425bbd-cca4-4b2c-aeb7-71cb176c828a', - artist='0383dadf-2a4e-4d10-a46a-e9e041da8eb3', - release_type=['album'], - limit=100, - ) - # pprint(resp_0) - resp_0 = addict.Dict(resp_0) - - release_group_ids = addict.Dict() - album_info = addict.Dict() - - release_group_ids = addict.Dict( - (i.id, i.title) - for i in resp_0['release-group-list'] - if i.type == 'Album' - ) - - all_albums = list() - - pprint(release_group_ids) - - pprint(len(release_group_ids)) - - for id, alb in release_group_ids.items(): - # print(id, alb) - - resp_1 = addict.Dict( - musicbrainzngs.browse_releases( - release_group=id, - release_type=['album'], - includes=['recordings'], - limit=100, - ) - ) - - album_track_count = [ - i['medium-list'][0]['track-count'] for i in resp_1['release-list'] - ] - - max_track_pos = album_track_count.index(max(album_track_count)) - - # print(max_track_pos) - - # print(album_track_count) - - album_tracks = resp_1['release-list'][max_track_pos] - - album_year = resp_1['release-list'][max_track_pos].date.split('-')[0] - - album_tracks = addict.Dict( - ( - alb + f' [{album_year}]', +words = [ + { + "Up All Night [2011]": [ + [ [ - i.recording.title - for i in resp_1['release-list'][max_track_pos][ - 'medium-list' - ][0]['track-list'] + "you", + 28 ], - ) - ) - - # pprint(resp_1['release-list'][3]) - # print(max_track_pos) - # pprint(album_tracks) - - all_albums.append(album_tracks) - - pprint(all_albums) - raise (SystemExit) - - # pprint(album_info) - - # resp_1 = addict.Dict( - # musicbrainzngs.browse_releases( - # release_group='1174aa3d-1c9e-4745-be8d-e21a61b1a22d', - # release_type=['album'], - # includes=['recordings'], - # limit=100, - # ) - # ) - - # resp_1 = addict.Dict(resp_1) - - # pprint(resp_1) - - # print(resp_1['release-list'][0]['medium-list'][0]['track-count']) - - # album_track_count = [ - # i['medium-list'][0]['track-count'] for i in resp_1['release-list'] - # ] - - # max_track_count = print(max(album_track_count)) - - # album = addict.Dict(()) + [ + "know", + 16 + ], + [ + "You", + 16 + ], + [ + "don't", + 16 + ], + [ + "I", + 12 + ], + [ + "oh", + 10 + ], + [ + "the", + 8 + ], + [ + "else", + 8 + ], + [ + "it", + 8 + ], + [ + "you're", + 8 + ], + [ + "what", + 7 + ], + [ + "at", + 7 + ], + [ + "beautiful", + 7 + ], + [ + "when", + 6 + ], + [ + "to", + 5 + ], + [ + "up", + 5 + ], + [ + "way", + 5 + ], + [ + "that", + 5 + ], + [ + "can", + 5 + ], + [ + "see", + 5 + ], + [ + "your", + 5 + ], + [ + "Everyone", + 4 + ], + [ + "Baby,", + 4 + ], + [ + "light", + 4 + ], + [ + "my", + 4 + ], + [ + "world", + 4 + ], + [ + "like", + 4 + ], + [ + "nobody", + 4 + ], + [ + "The", + 4 + ], + [ + "flip", + 4 + ], + [ + "hair", + 4 + ], + [ + "gets", + 4 + ], + [ + "me", + 4 + ], + [ + "overwhelmed", + 4 + ], + [ + "But", + 4 + ], + [ + "smile", + 4 + ], + [ + "ground,", + 4 + ], + [ + "ain't", + 4 + ], + [ + "hard", + 4 + ], + [ + "tell", + 4 + ], + [ + "why", + 4 + ], + [ + "I'm", + 4 + ], + [ + "beautiful,", + 4 + ], + [ + "You're", + 3 + ], + [ + "in", + 3 + ], + [ + "If", + 3 + ], + [ + "only", + 3 + ], + [ + "saw", + 3 + ], + [ + "You'll", + 3 + ], + [ + "understand", + 3 + ], + [ + "want", + 3 + ], + [ + "so", + 3 + ], + [ + "desperately", + 3 + ], + [ + "Right", + 3 + ], + [ + "now", + 3 + ], + [ + "looking", + 3 + ], + [ + "and", + 3 + ], + [ + "can't", + 3 + ], + [ + "believe", + 3 + ], + [ + "That's", + 3 + ], + [ + "makes", + 3 + ], + [ + "Don't", + 2 + ], + [ + "room", + 2 + ], + [ + "but", + 2 + ], + [ + "insecure", + 1 + ], + [ + "for", + 1 + ], + [ + "turning", + 1 + ], + [ + "heads", + 1 + ], + [ + "walk", + 1 + ], + [ + "through", + 1 + ], + [ + "door", + 1 + ], + [ + "need", + 1 + ], + [ + "make-up", + 1 + ], + [ + "cover", + 1 + ], + [ + "Being", + 1 + ], + [ + "are", + 1 + ], + [ + "is", + 1 + ], + [ + "enough", + 1 + ], + [ + "So", + 1 + ], + [ + "come", + 1 + ], + [ + "on", + 1 + ], + [ + "got", + 1 + ], + [ + "wrong", + 1 + ], + [ + "To", + 1 + ], + [ + "prove", + 1 + ], + [ + "right,", + 1 + ], + [ + "put", + 1 + ], + [ + "a", + 1 + ], + [ + "song", + 1 + ], + [ + "being", + 1 + ], + [ + "shy", + 1 + ], + [ + "And", + 1 + ], + [ + "turn", + 1 + ], + [ + "away", + 1 + ], + [ + "look", + 1 + ], + [ + "into", + 1 + ], + [ + "eyes", + 1 + ], + [ + "know,", + 1 + ] + ], + [ + [ + "you", + 20 + ], + [ + "I", + 10 + ], + [ + "one", + 10 + ], + [ + "be", + 10 + ], + [ + "more", + 8 + ], + [ + "gotta", + 8 + ], + [ + "It's", + 7 + ], + [ + "more,", + 7 + ], + [ + "it", + 6 + ], + [ + "your", + 6 + ], + [ + "we", + 5 + ], + [ + "Only", + 5 + ], + [ + "'Cause", + 4 + ], + [ + "And", + 4 + ], + [ + "I'll", + 4 + ], + [ + "try", + 4 + ], + [ + "One", + 4 + ], + [ + "in", + 3 + ], + [ + "the", + 3 + ], + [ + "no", + 3 + ], + [ + "But", + 3 + ], + [ + "time?", + 3 + ], + [ + "and", + 3 + ], + [ + "Oh,", + 3 + ], + [ + "only", + 3 + ], + [ + "to", + 3 + ], + [ + "can", + 3 + ], + [ + "you're", + 2 + ], + [ + "girl", + 2 + ], + [ + "Can", + 2 + ], + [ + "Oh", + 2 + ], + [ + "if", + 2 + ], + [ + "walk", + 2 + ], + [ + "away", + 2 + ], + [ + "know", + 2 + ], + [ + "fade", + 2 + ], + [ + "there", + 2 + ], + [ + "is", + 2 + ], + [ + "nobody", + 2 + ], + [ + "else", + 2 + ], + [ + "speak", + 2 + ], + [ + "don't", + 2 + ], + [ + "all", + 2 + ], + [ + "make", + 2 + ], + [ + "Girl", + 1 + ], + [ + "see", + 1 + ], + [ + "eyes", + 1 + ], + [ + "disappointed", + 1 + ], + [ + "I'm", + 1 + ], + [ + "foolish", + 1 + ], + [ + "that", + 1 + ], + [ + "anointed", + 1 + ], + [ + "with", + 1 + ], + [ + "heart", + 1 + ], + [ + "tore", + 1 + ], + [ + "apart", + 1 + ], + [ + "what", + 1 + ], + [ + "a", + 1 + ], + [ + "mess", + 1 + ], + [ + "made", + 1 + ], + [ + "upon", + 1 + ], + [ + "innocence", + 1 + ], + [ + "woman", + 1 + ], + [ + "world", + 1 + ], + [ + "deserves", + 1 + ], + [ + "this", + 1 + ], + [ + "here", + 1 + ], + [ + "am", + 1 + ], + [ + "asking", + 1 + ], + [ + "for", + 1 + ], + [ + "chance", + 1 + ], + [ + "fall,", + 1 + ], + [ + "Stop", + 1 + ], + [ + "tape", + 1 + ], + [ + "rewind", + 1 + ], + [ + "Now", + 1 + ], + [ + "hear", + 1 + ], + [ + "voice", + 1 + ], + [ + "how", + 1 + ], + [ + "trembles", + 1 + ], + [ + "When", + 1 + ], + [ + "me", + 1 + ], + [ + "resemble,", + 1 + ], + [ + "who", + 1 + ], + [ + "was", + 1 + ], + [ + "You've", + 1 + ], + [ + "almost", + 1 + ], + [ + "had", + 1 + ], + [ + "enough", + 1 + ], + [ + "actions", + 1 + ], + [ + "louder", + 1 + ], + [ + "than", + 1 + ], + [ + "words", + 1 + ], + [ + "about", + 1 + ], + [ + "break", + 1 + ], + [ + "from", + 1 + ], + [ + "you've", + 1 + ], + [ + "heard", + 1 + ], + [ + "scared,", + 1 + ], + [ + "ain't", + 1 + ], + [ + "going", + 1 + ], + [ + "where", + 1 + ], + [ + "here,", + 1 + ], + [ + "by", + 1 + ], + [ + "side", + 1 + ], + [ + "No", + 1 + ], + [ + "fears,", + 1 + ], + [ + "crying", + 1 + ], + [ + "girl,", + 1 + ], + [ + "better", + 1 + ], + [ + "time", + 1 + ], + [ + "better?", + 1 + ], + [ + "it's", + 1 + ] + ], + [ + [ + "I", + 18 + ], + [ + "get", + 17 + ], + [ + "my", + 16 + ], + [ + "out,", + 12 + ], + [ + "that", + 11 + ], + [ + "one", + 11 + ], + [ + "thing", + 11 + ], + [ + "don't,", + 10 + ], + [ + "of", + 9 + ], + [ + "And", + 9 + ], + [ + "out", + 8 + ], + [ + "But", + 7 + ], + [ + "need", + 7 + ], + [ + "it", + 6 + ], + [ + "you", + 6 + ], + [ + "got", + 6 + ], + [ + "into", + 6 + ], + [ + "don't", + 6 + ], + [ + "know", + 6 + ], + [ + "I'm", + 5 + ], + [ + "'Cause", + 5 + ], + [ + "you've", + 5 + ], + [ + "So", + 5 + ], + [ + "what", + 5 + ], + [ + "is", + 5 + ], + [ + "me", + 4 + ], + [ + "now", + 4 + ], + [ + "head", + 4 + ], + [ + "fall", + 4 + ], + [ + "arms", + 4 + ], + [ + "instead", + 4 + ], + [ + "come", + 4 + ], + [ + "mind", + 3 + ], + [ + "Liam", + 2 + ], + [ + "at", + 2 + ], + [ + "can't", + 2 + ], + [ + "make", + 2 + ], + [ + "Harry", + 2 + ], + [ + "the", + 2 + ], + [ + "Yeah,", + 2 + ], + [ + "and", + 2 + ], + [ + "Something's", + 2 + ], + [ + "gotta", + 2 + ], + [ + "give", + 2 + ], + [ + "dying", + 2 + ], + [ + "just", + 2 + ], + [ + "to", + 2 + ], + [ + "That", + 2 + ], + [ + "here", + 2 + ], + [ + "with", + 2 + ], + [ + "all", + 2 + ], + [ + "on,", + 2 + ], + [ + "life", + 2 + ], + [ + "I've", + 1 + ], + [ + "tried", + 1 + ], + [ + "playing", + 1 + ], + [ + "cool", + 1 + ], + [ + "when", + 1 + ], + [ + "looking", + 1 + ], + [ + "ever", + 1 + ], + [ + "be", + 1 + ], + [ + "brave", + 1 + ], + [ + "heart", + 1 + ], + [ + "race", + 1 + ], + [ + "Shot", + 1 + ], + [ + "sky", + 1 + ], + [ + "You're", + 1 + ], + [ + "kryptonite", + 1 + ], + [ + "You", + 1 + ], + [ + "keep", + 1 + ], + [ + "making", + 1 + ], + [ + "weak", + 1 + ], + [ + "frozen", + 1 + ], + [ + "breathe", + 1 + ], + [ + "Zayn", + 1 + ], + [ + "see", + 1 + ], + [ + "Niall", + 1 + ], + [ + "Now", + 1 + ], + [ + "climbing", + 1 + ], + [ + "walls", + 1 + ], + [ + "notice", + 1 + ], + [ + "going", + 1 + ], + [ + "All", + 1 + ], + [ + "day", + 1 + ], + [ + "night", + 1 + ], + [ + "Louis", + 1 + ], + [ + "your", + 1 + ], + [ + "name", + 1 + ], + [ + "You've", + 1 + ], + [ + "Get", + 1 + ], + [ + "(out", + 1 + ], + [ + "mind)", + 1 + ] + ], + [ + [ + "you", + 29 + ], + [ + "I", + 21 + ], + [ + "just", + 13 + ], + [ + "'Cause", + 12 + ], + [ + "can", + 11 + ], + [ + "love", + 11 + ], + [ + "more", + 11 + ], + [ + "than", + 11 + ], + [ + "When", + 8 + ], + [ + "he", + 8 + ], + [ + "It", + 8 + ], + [ + "feel", + 8 + ], + [ + "right", + 8 + ], + [ + "I'm", + 7 + ], + [ + "And", + 7 + ], + [ + "the", + 7 + ], + [ + "yeah", + 6 + ], + [ + "this", + 6 + ], + [ + "his", + 5 + ], + [ + "arms", + 5 + ], + [ + "close", + 5 + ], + [ + "tonight", + 5 + ], + [ + "this,", + 5 + ], + [ + "inside", + 5 + ], + [ + "see", + 4 + ], + [ + "to", + 4 + ], + [ + "opens", + 4 + ], + [ + "holds", + 4 + ], + [ + "won't", + 4 + ], + [ + "lays", + 4 + ], + [ + "down,", + 4 + ], + [ + "might", + 4 + ], + [ + "die", + 4 + ], + [ + "don't", + 4 + ], + [ + "me?", + 3 + ], + [ + "your", + 3 + ], + [ + "my", + 3 + ], + [ + "will", + 2 + ], + [ + "as", + 2 + ], + [ + "My", + 2 + ], + [ + "in", + 2 + ], + [ + "eyes", + 2 + ], + [ + "and", + 2 + ], + [ + "say", + 2 + ], + [ + "Would", + 2 + ], + [ + "on", + 2 + ], + [ + "arms,", + 2 + ], + [ + "Ooh", + 1 + ], + [ + "broken,", + 1 + ], + [ + "Do", + 1 + ], + [ + "hear", + 1 + ], + [ + "blinded,", + 1 + ], + [ + "are", + 1 + ], + [ + "everything", + 1 + ], + [ + "dancing,", + 1 + ], + [ + "alone", + 1 + ], + [ + "praying", + 1 + ], + [ + "That", + 1 + ], + [ + "heart", + 1 + ], + [ + "turn", + 1 + ], + [ + "around", + 1 + ], + [ + "walk", + 1 + ], + [ + "up", + 1 + ], + [ + "door", + 1 + ], + [ + "head", + 1 + ], + [ + "turns", + 1 + ], + [ + "face", + 1 + ], + [ + "floor", + 1 + ], + [ + "can't", + 1 + ], + [ + "look", + 1 + ], + [ + "If", + 1 + ], + [ + "louder", + 1 + ], + [ + "lay", + 1 + ], + [ + "down", + 1 + ], + [ + "rescue", + 1 + ], + [ + "we", + 1 + ], + [ + "are,", + 1 + ], + [ + "same", + 1 + ], + [ + "You", + 1 + ], + [ + "saved", + 1 + ], + [ + "me,", + 1 + ], + [ + "but", + 1 + ], + [ + "when", + 1 + ], + [ + "leave", + 1 + ], + [ + "it's", + 1 + ], + [ + "gone", + 1 + ], + [ + "again", + 1 + ], + [ + "then", + 1 + ], + [ + "street", + 1 + ], + [ + "In", + 1 + ], + [ + "get", + 1 + ], + [ + "weak", + 1 + ], + [ + "body", + 1 + ], + [ + "fails,", + 1 + ], + [ + "knees", + 1 + ], + [ + "Praying", + 1 + ], + [ + "Yeah,", + 1 + ], + [ + "I've", + 1 + ], + [ + "never", + 1 + ], + [ + "had", + 1 + ], + [ + "words", + 1 + ], + [ + "But", + 1 + ], + [ + "now", + 1 + ], + [ + "asking", + 1 + ], + [ + "stay", + 1 + ], + [ + "For", + 1 + ], + [ + "a", + 1 + ], + [ + "little", + 1 + ], + [ + "while", + 1 + ], + [ + "pray", + 1 + ], + [ + "that", + 1 + ], + [ + "light", + 1 + ], + [ + "That's", + 1 + ], + [ + "shining", + 1 + ], + [ + "from", + 1 + ], + [ + "stars", + 1 + ], + [ + "above", + 1 + ], + [ + "(I'm", + 1 + ], + [ + "broken)", + 1 + ] + ], + [ + [ + "all", + 43 + ], + [ + "the", + 24 + ], + [ + "night", + 19 + ], + [ + "up", + 17 + ], + [ + "to", + 12 + ], + [ + "stay", + 12 + ], + [ + "And", + 12 + ], + [ + "wanna", + 11 + ], + [ + "I", + 10 + ], + [ + "Up", + 10 + ], + [ + "night)", + 9 + ], + [ + "on", + 9 + ], + [ + "it", + 7 + ], + [ + "night,", + 7 + ], + [ + "replay", + 6 + ], + [ + "got", + 6 + ], + [ + "floor", + 6 + ], + [ + "we", + 6 + ], + [ + "Like", + 6 + ], + [ + "this,", + 6 + ], + [ + "(hey)", + 6 + ], + [ + "(Up", + 5 + ], + [ + "now", + 4 + ], + [ + "way", + 4 + ], + [ + "I'm", + 4 + ], + [ + "a", + 4 + ], + [ + "girl", + 4 + ], + [ + "with", + 4 + ], + [ + "going", + 3 + ], + [ + "Katy", + 3 + ], + [ + "Perry\u2019s", + 3 + ], + [ + "She's", + 3 + ], + [ + "DJ", + 3 + ], + [ + "shake,", + 3 + ], + [ + "shake", + 3 + ], + [ + "jump", + 3 + ], + [ + "around", + 3 + ], + [ + "until", + 3 + ], + [ + "see", + 3 + ], + [ + "sun", + 3 + ], + [ + "find", + 3 + ], + [ + "and", + 3 + ], + [ + "tell", + 3 + ], + [ + "her", + 3 + ], + [ + "she's", + 3 + ], + [ + "one", + 3 + ], + [ + "Hold", + 3 + ], + [ + "feeling", + 3 + ], + [ + "don't", + 3 + ], + [ + "let", + 3 + ], + [ + "go", + 3 + ], + [ + "'Cause", + 3 + ], + [ + "flow", + 3 + ], + [ + "Get", + 3 + ], + [ + "out", + 3 + ], + [ + "of", + 3 + ], + [ + "control", + 3 + ], + [ + "do", + 3 + ], + [ + "you", + 3 + ], + [ + "(We're", + 3 + ], + [ + "gonna", + 3 + ], + [ + "want", + 3 + ], + [ + "People", + 2 + ], + [ + "Yeah,", + 2 + ], + [ + "still", + 2 + ], + [ + "wide", + 2 + ], + [ + "awake", + 2 + ], + [ + "only", + 2 + ], + [ + "It", + 1 + ], + [ + "feels", + 1 + ], + [ + "like", + 1 + ], + [ + "we've", + 1 + ], + [ + "been", + 1 + ], + [ + "livin'", + 1 + ], + [ + "in", + 1 + ], + [ + "fast", + 1 + ], + [ + "forward", + 1 + ], + [ + "Another", + 1 + ], + [ + "moment", + 1 + ], + [ + "passing", + 1 + ], + [ + "by", + 1 + ], + [ + "The", + 1 + ], + [ + "party's", + 1 + ], + [ + "ending", + 1 + ], + [ + "but", + 1 + ], + [ + "it's", + 1 + ], + [ + "or", + 1 + ], + [ + "never", + 1 + ], + [ + "Nobody's", + 1 + ], + [ + "home", + 1 + ], + [ + "tonight", + 1 + ], + [ + "Don't", + 1 + ], + [ + "even", + 1 + ], + [ + "care", + 1 + ], + [ + "about", + 1 + ], + [ + "table", + 1 + ], + [ + "breaking", + 1 + ], + [ + "We", + 1 + ], + [ + "have", + 1 + ], + [ + "laugh", + 1 + ], + [ + "thinking", + 1 + ], + [ + "'bout", + 1 + ], + [ + "this", + 1 + ], + [ + "seeing", + 1 + ], + [ + "hope", + 1 + ], + [ + "she\u2019ll", + 1 + ], + [ + "kiss", + 1 + ], + [ + "me", + 1 + ], + [ + "back", + 1 + ], + [ + "(she's", + 1 + ], + [ + "one)", + 1 + ], + [ + "(do", + 1 + ], + [ + "you)", + 1 + ], + [ + "(up", + 1 + ] + ], + [ + [ + "I", + 20 + ], + [ + "you", + 17 + ], + [ + "me", + 10 + ], + [ + "see", + 8 + ], + [ + "him", + 7 + ], + [ + "'Cause", + 6 + ], + [ + "Oh,", + 6 + ], + [ + "how", + 6 + ], + [ + "I'm", + 5 + ], + [ + "that", + 5 + ], + [ + "was", + 5 + ], + [ + "Whenever", + 4 + ], + [ + "with", + 4 + ], + [ + "Slow", + 4 + ], + [ + "dancing", + 4 + ], + [ + "Tearing", + 4 + ], + [ + "apart", + 4 + ], + [ + "don't", + 4 + ], + [ + "wish", + 4 + ], + [ + "your", + 3 + ], + [ + "it", + 3 + ], + [ + "But", + 3 + ], + [ + "the", + 3 + ], + [ + "kiss", + 3 + ], + [ + "breaking", + 3 + ], + [ + "wish,", + 3 + ], + [ + "That", + 3 + ], + [ + "He", + 2 + ], + [ + "little", + 2 + ], + [ + "And", + 2 + ], + [ + "in", + 2 + ], + [ + "at", + 2 + ], + [ + "to", + 2 + ], + [ + "say", + 2 + ], + [ + "gets", + 2 + ], + [ + "The", + 2 + ], + [ + "words", + 2 + ], + [ + "my", + 2 + ], + [ + "could", + 2 + ], + [ + "on", + 2 + ], + [ + "me,", + 2 + ], + [ + "takes", + 1 + ], + [ + "hand", + 1 + ], + [ + "die", + 1 + ], + [ + "a", + 1 + ], + [ + "watch", + 1 + ], + [ + "eyes", + 1 + ], + [ + "riddles", + 1 + ], + [ + "Why", + 1 + ], + [ + "can't", + 1 + ], + [ + "look", + 1 + ], + [ + "like", + 1 + ], + [ + "that?", + 1 + ], + [ + "When", + 1 + ], + [ + "walk", + 1 + ], + [ + "by", + 1 + ], + [ + "try", + 1 + ], + [ + "then", + 1 + ], + [ + "freeze", + 1 + ], + [ + "never", + 1 + ], + [ + "do", + 1 + ], + [ + "My", + 1 + ], + [ + "tongue", + 1 + ], + [ + "tied", + 1 + ], + [ + "trapped", + 1 + ], + [ + "hear", + 1 + ], + [ + "beat", + 1 + ], + [ + "of", + 1 + ], + [ + "heart", + 1 + ], + [ + "getting", + 1 + ], + [ + "louder", + 1 + ], + [ + "near", + 1 + ], + [ + "looks", + 1 + ], + [ + "way", + 1 + ], + [ + "would", + 1 + ], + [ + "Does", + 1 + ], + [ + "all", + 1 + ], + [ + "things", + 1 + ], + [ + "know", + 1 + ], + [ + "If", + 1 + ], + [ + "only", + 1 + ], + [ + "time", + 1 + ], + [ + "just", + 1 + ], + [ + "turn", + 1 + ], + [ + "back", + 1 + ], + [ + "got", + 1 + ], + [ + "three", + 1 + ], + [ + "I've", + 1 + ], + [ + "always", + 1 + ], + [ + "been", + 1 + ], + [ + "dying", + 1 + ], + [ + "tell", + 1 + ], + [ + "But,", + 1 + ], + [ + "With", + 1 + ], + [ + "hands", + 1 + ], + [ + "waist", + 1 + ], + [ + "While", + 1 + ], + [ + "we", + 1 + ], + [ + "dance", + 1 + ], + [ + "moonlight", + 1 + ], + [ + "you'll", + 1 + ], + [ + "call", + 1 + ], + [ + "later", + 1 + ], + [ + "wanna", + 1 + ], + [ + "good", + 1 + ], + [ + "night", + 1 + ], + [ + "'Cause,", + 1 + ] + ], + [ + [ + "me", + 26 + ], + [ + "Tell", + 19 + ], + [ + "a", + 16 + ], + [ + "you", + 11 + ], + [ + "you're", + 10 + ], + [ + "lie", + 10 + ], + [ + "That", + 7 + ], + [ + "I", + 6 + ], + [ + "don't", + 6 + ], + [ + "what", + 6 + ], + [ + "your", + 5 + ], + [ + "up", + 4 + ], + [ + "I'm", + 4 + ], + [ + "my", + 4 + ], + [ + "the", + 4 + ], + [ + "reason", + 4 + ], + [ + "And", + 3 + ], + [ + "time", + 3 + ], + [ + "screwed", + 3 + ], + [ + "mess", + 3 + ], + [ + "Than", + 3 + ], + [ + "never", + 3 + ], + [ + "listen,", + 3 + ], + [ + "listen", + 3 + ], + [ + "want", + 3 + ], + [ + "kiss", + 3 + ], + [ + "need", + 3 + ], + [ + "distance,", + 3 + ], + [ + "distance", + 3 + ], + [ + "anything,", + 3 + ], + [ + "but", + 3 + ], + [ + "say", + 3 + ], + [ + "He's", + 3 + ], + [ + "missing,", + 3 + ], + [ + "baby", + 3 + ], + [ + "If", + 3 + ], + [ + "he's", + 3 + ], + [ + "leaving", + 3 + ], + [ + "tonight", + 3 + ], + [ + "Spare", + 3 + ], + [ + "thinking", + 3 + ], + [ + "Well,", + 2 + ], + [ + "As", + 2 + ], + [ + "in", + 2 + ], + [ + "Can't", + 1 + ], + [ + "ever", + 1 + ], + [ + "get", + 1 + ], + [ + "it", + 1 + ], + [ + "right", + 1 + ], + [ + "No", + 1 + ], + [ + "matter", + 1 + ], + [ + "how", + 1 + ], + [ + "hard", + 1 + ], + [ + "try", + 1 + ], + [ + "I've", + 1 + ], + [ + "tried", + 1 + ], + [ + "put", + 1 + ], + [ + "good", + 1 + ], + [ + "fight", + 1 + ], + [ + "But", + 1 + ], + [ + "words", + 1 + ], + [ + "cut", + 1 + ], + [ + "like", + 1 + ], + [ + "knives", + 1 + ], + [ + "tired", + 1 + ], + [ + "break", + 1 + ], + [ + "heart", + 1 + ], + [ + "Again", + 1 + ], + [ + "this", + 1 + ], + [ + "charming", + 1 + ], + [ + "type", + 1 + ], + [ + "little", + 1 + ], + [ + "twinkle", + 1 + ], + [ + "eye", + 1 + ], + [ + "Gets", + 1 + ], + [ + "every", + 1 + ], + [ + "well,", + 1 + ], + [ + "there", + 1 + ], + [ + "must've", + 1 + ], + [ + "been", + 1 + ], + [ + "was", + 1 + ], + [ + "for", + 1 + ], + [ + "that", + 1 + ], + [ + "smile", + 1 + ], + [ + "So,", + 1 + ], + [ + "keep", + 1 + ], + [ + "mind", + 1 + ], + [ + "take", + 1 + ], + [ + "what's", + 1 + ], + [ + "left", + 1 + ], + [ + "of", + 1 + ], + [ + "'You", + 1 + ], + [ + "and", + 1 + ], + [ + "I'", + 1 + ] + ], + [ + [ + "you", + 28 + ], + [ + "me", + 18 + ], + [ + "You", + 17 + ], + [ + "want", + 11 + ], + [ + "to", + 10 + ], + [ + "I'm", + 9 + ], + [ + "only", + 9 + ], + [ + "I", + 8 + ], + [ + "do", + 8 + ], + [ + "Who", + 7 + ], + [ + "think", + 7 + ], + [ + "that", + 6 + ], + [ + "breaking", + 6 + ], + [ + "taken", + 6 + ], + [ + "Now", + 4 + ], + [ + "love", + 4 + ], + [ + "one", + 4 + ], + [ + "don't", + 4 + ], + [ + "my", + 4 + ], + [ + "heart", + 4 + ], + [ + "No,", + 4 + ], + [ + "just", + 4 + ], + [ + "like", + 4 + ], + [ + "know", + 4 + ], + [ + "it", + 4 + ], + [ + "on", + 3 + ], + [ + "are?", + 3 + ], + [ + "am?", + 3 + ], + [ + "see", + 3 + ], + [ + "'cause", + 3 + ], + [ + "really", + 3 + ], + [ + "can", + 3 + ], + [ + "Still", + 3 + ], + [ + "be", + 3 + ], + [ + "the", + 3 + ], + [ + "who", + 3 + ], + [ + "gets", + 3 + ], + [ + "when", + 3 + ], + [ + "this", + 3 + ], + [ + "can't", + 2 + ], + [ + "have", + 2 + ], + [ + "suddenly", + 2 + ], + [ + "with", + 2 + ], + [ + "your", + 2 + ], + [ + "for", + 2 + ], + [ + "finally", + 2 + ], + [ + "say", + 2 + ], + [ + "You're", + 2 + ], + [ + "But", + 2 + ], + [ + "And", + 2 + ], + [ + "somebody", + 1 + ], + [ + "else", + 1 + ], + [ + "tell", + 1 + ], + [ + "slept", + 1 + ], + [ + "doorstep", + 1 + ], + [ + "Begging", + 1 + ], + [ + "chance", + 1 + ], + [ + "moved", + 1 + ], + [ + "missed", + 1 + ], + [ + "all", + 1 + ], + [ + "along", + 1 + ], + [ + "messing", + 1 + ], + [ + "head", + 1 + ], + [ + "Girl", + 1 + ], + [ + "that's", + 1 + ], + [ + "what", + 1 + ], + [ + "best", + 1 + ], + [ + "Saying", + 1 + ], + [ + "there's", + 1 + ], + [ + "nothing", + 1 + ], + [ + "won't", + 1 + ], + [ + "To", + 1 + ], + [ + "get", + 1 + ], + [ + "yes", + 1 + ], + [ + "impossible", + 1 + ], + [ + "resist", + 1 + ], + [ + "wouldn't", + 1 + ], + [ + "bet", + 1 + ], + [ + "It's", + 1 + ], + [ + "awake", + 1 + ], + [ + "you're", + 1 + ], + [ + "a", + 1 + ], + [ + "beautiful", + 1 + ], + [ + "mistake", + 1 + ], + [ + "Thank", + 1 + ], + [ + "showing", + 1 + ], + [ + "are", + 1 + ], + [ + "underneath", + 1 + ], + [ + "thank", + 1 + ], + [ + "you,", + 1 + ], + [ + "need", + 1 + ], + [ + "Another", + 1 + ], + [ + "heartless", + 1 + ], + [ + "misery", + 1 + ], + [ + "doing", + 1 + ], + [ + "make", + 1 + ], + [ + "jealous", + 1 + ], + [ + "hate", + 1 + ], + [ + "hear", + 1 + ], + [ + "is", + 1 + ], + [ + "not", + 1 + ], + [ + "about", + 1 + ], + [ + "anymore", + 1 + ], + [ + "(No", + 1 + ], + [ + "don't,", + 1 + ], + [ + "no", + 1 + ], + [ + "don't)", + 1 + ], + [ + "(Breaking)", + 1 + ] + ], + [ + [ + "I", + 62 + ], + [ + "want,", + 56 + ], + [ + "you", + 20 + ], + [ + "that's", + 12 + ], + [ + "to", + 9 + ], + [ + "me", + 8 + ], + [ + "be", + 7 + ], + [ + "loved", + 7 + ], + [ + "by", + 7 + ], + [ + "but", + 6 + ], + [ + "crazy", + 6 + ], + [ + "and", + 6 + ], + [ + "not", + 5 + ], + [ + "say", + 4 + ], + [ + "the", + 4 + ], + [ + "girls", + 4 + ], + [ + "You", + 3 + ], + [ + "But", + 3 + ], + [ + "want", + 3 + ], + [ + "that", + 2 + ], + [ + "a", + 2 + ], + [ + "it", + 2 + ], + [ + "If", + 2 + ], + [ + "your", + 2 + ], + [ + "just", + 2 + ], + [ + "got", + 2 + ], + [ + "know", + 2 + ], + [ + "When", + 2 + ], + [ + "say...", + 2 + ], + [ + "Oh,", + 2 + ], + [ + "now", + 2 + ], + [ + "wanna,", + 2 + ], + [ + "Give", + 1 + ], + [ + "this,", + 1 + ], + [ + "give", + 1 + ], + [ + "Blow", + 1 + ], + [ + "kiss,", + 1 + ], + [ + "take", + 1 + ], + [ + "back", + 1 + ], + [ + "look", + 1 + ], + [ + "inside", + 1 + ], + [ + "brain", + 1 + ], + [ + "would", + 1 + ], + [ + "find", + 1 + ], + [ + "lots", + 1 + ], + [ + "of", + 1 + ], + [ + "things", + 1 + ], + [ + "Clothes,", + 1 + ], + [ + "shoes,", + 1 + ], + [ + "diamond", + 1 + ], + [ + "rings", + 1 + ], + [ + "Stuff", + 1 + ], + [ + "driving", + 1 + ], + [ + "insane", + 1 + ], + [ + "could", + 1 + ], + [ + "preoccupied", + 1 + ], + [ + "Different", + 1 + ], + [ + "date,", + 1 + ], + [ + "every", + 1 + ], + [ + "night", + 1 + ], + [ + "word", + 1 + ], + [ + "you're", + 1 + ], + [ + "no", + 1 + ], + [ + "into", + 1 + ], + [ + "them", + 1 + ], + [ + "at", + 1 + ], + [ + "all", + 1 + ], + [ + "materials", + 1 + ], + [ + "should", + 1 + ], + [ + "because", + 1 + ], + [ + "I've", + 1 + ], + [ + "heard", + 1 + ], + [ + "You've", + 1 + ], + [ + "everything", + 1 + ], + [ + "need", + 1 + ], + [ + "accessories", + 1 + ], + [ + "Got", + 1 + ], + [ + "hold", + 1 + ], + [ + "in", + 1 + ], + [ + "hand", + 1 + ], + [ + "change", + 1 + ], + [ + "world", + 1 + ], + [ + "for", + 1 + ], + [ + "bet", + 1 + ], + [ + "wouldn't", + 1 + ], + [ + "have", + 1 + ], + [ + "clue", + 1 + ], + [ + "Don't", + 1 + ], + [ + "can't", + 1 + ], + [ + "stand", + 1 + ], + [ + "Be", + 1 + ], + [ + "I'll", + 1 + ], + [ + "stay", + 1 + ], + [ + "true", + 1 + ], + [ + "if", + 1 + ], + [ + "knew", + 1 + ], + [ + "What", + 1 + ], + [ + "put", + 1 + ], + [ + "through", + 1 + ], + [ + "love", + 1 + ], + [ + "too", + 1 + ], + [ + "another", + 1 + ], + [ + "girl", + 1 + ] + ], + [ + [ + "you", + 32 + ], + [ + "you,", + 25 + ], + [ + "It's", + 17 + ], + [ + "about", + 17 + ], + [ + "that", + 15 + ], + [ + "everything", + 15 + ], + [ + "the", + 12 + ], + [ + "I", + 12 + ], + [ + "do,", + 12 + ], + [ + "way", + 10 + ], + [ + "to", + 8 + ], + [ + "just", + 8 + ], + [ + "do", + 8 + ], + [ + "me", + 7 + ], + [ + "it", + 7 + ], + [ + "Everything", + 6 + ], + [ + "new,", + 6 + ], + [ + "be", + 5 + ], + [ + "is", + 5 + ], + [ + "I'll", + 5 + ], + [ + "two", + 5 + ], + [ + "every", + 5 + ], + [ + "And", + 5 + ], + [ + "we", + 4 + ], + [ + "The", + 4 + ], + [ + "nothing", + 4 + ], + [ + "You", + 3 + ], + [ + "your", + 3 + ], + [ + "say", + 3 + ], + [ + "there", + 3 + ], + [ + "in", + 3 + ], + [ + "something", + 3 + ], + [ + "want", + 3 + ], + [ + "From", + 3 + ], + [ + "touch,", + 3 + ], + [ + "baby", + 3 + ], + [ + "To", + 3 + ], + [ + "kiss", + 3 + ], + [ + "on", + 3 + ], + [ + "make", + 3 + ], + [ + "feel,", + 3 + ], + [ + "new", + 3 + ], + [ + "Like", + 3 + ], + [ + "party", + 3 + ], + [ + "us", + 3 + ], + [ + "there's", + 3 + ], + [ + "could", + 3 + ], + [ + "point", + 3 + ], + [ + "have", + 3 + ], + [ + "know", + 2 + ], + [ + "always", + 2 + ], + [ + "girl", + 2 + ], + [ + "one", + 2 + ], + [ + "of", + 2 + ], + [ + "coming", + 2 + ], + [ + "don't", + 2 + ], + [ + "still", + 2 + ], + [ + "feel", + 2 + ], + [ + "time", + 2 + ], + [ + "Now", + 2 + ], + [ + "ask", + 2 + ], + [ + "why", + 2 + ], + [ + "like", + 2 + ], + [ + "That", + 2 + ], + [ + "There's", + 2 + ], + [ + "laugh", + 2 + ], + [ + "wanna", + 2 + ], + [ + "so", + 2 + ], + [ + "wanted", + 2 + ], + [ + "they", + 2 + ], + [ + "I've", + 1 + ], + [ + "Got", + 1 + ], + [ + "back,", + 1 + ], + [ + "So,", + 1 + ], + [ + "let", + 1 + ], + [ + "come", + 1 + ], + [ + "running", + 1 + ], + [ + "Running", + 1 + ], + [ + "to,", + 1 + ], + [ + "r-r-running", + 1 + ], + [ + "this", + 1 + ], + [ + "a", + 1 + ], + [ + "matter", + 1 + ], + [ + "fact,", + 1 + ], + [ + "call", + 1 + ], + [ + "my", + 1 + ], + [ + "name", + 1 + ], + [ + "through", + 1 + ], + [ + "Coming", + 1 + ], + [ + "through,", + 1 + ], + [ + "keep", + 1 + ], + [ + "On", + 1 + ], + [ + "other", + 1 + ], + [ + "side", + 1 + ], + [ + "world", + 1 + ], + [ + "It", + 1 + ], + [ + "matter,", + 1 + ], + [ + "two,", + 1 + ], + [ + "Guess", + 1 + ], + [ + "smile", + 1 + ], + [ + "With", + 1 + ], + [ + "eyes", + 1 + ], + [ + "Other", + 1 + ], + [ + "guys", + 1 + ], + [ + "see", + 1 + ], + [ + "it,", + 1 + ], + [ + "but", + 1 + ], + [ + "realize", + 1 + ], + [ + "it's", + 1 + ], + [ + "m-my", + 1 + ], + [ + "loving", + 1 + ], + [ + "makes", + 1 + ], + [ + "funny,", + 1 + ], + [ + "We", + 1 + ], + [ + "at", + 1 + ], + [ + "n-n-nothing", + 1 + ], + [ + "Every", + 1 + ], + [ + "minute's", + 1 + ], + [ + "last,", + 1 + ], + [ + "Let's", + 1 + ], + [ + "take", + 1 + ], + [ + "real", + 1 + ], + [ + "slow", + 1 + ], + [ + "Forget", + 1 + ], + [ + "clock", + 1 + ], + [ + "That's", + 1 + ], + [ + "tic-tic-ticking", + 1 + ], + [ + "been", + 1 + ], + [ + "only", + 1 + ], + [ + "Without", + 1 + ], + [ + "can't", + 1 + ], + [ + "face", + 1 + ], + [ + "All", + 1 + ], + [ + "fun", + 1 + ], + [ + "But", + 1 + ], + [ + "we're", + 1 + ], + [ + "too", + 1 + ], + [ + "young", + 1 + ], + [ + "Let", + 1 + ], + [ + "them", + 1 + ], + [ + "what", + 1 + ] + ], + [ + [ + "we", + 16 + ], + [ + "the", + 16 + ], + [ + "to", + 10 + ], + [ + "same", + 8 + ], + [ + "And", + 8 + ], + [ + "be", + 8 + ], + [ + "all", + 7 + ], + [ + "play,", + 6 + ], + [ + "wait,", + 6 + ], + [ + "take,", + 6 + ], + [ + "Same", + 6 + ], + [ + "we're", + 5 + ], + [ + "That", + 5 + ], + [ + "making", + 5 + ], + [ + "mistakes", + 5 + ], + [ + "When", + 4 + ], + [ + "make", + 4 + ], + [ + "we'll", + 4 + ], + [ + "you", + 4 + ], + [ + "pray,", + 4 + ], + [ + "it", + 3 + ], + [ + "more", + 3 + ], + [ + "what", + 3 + ], + [ + "up", + 3 + ], + [ + "So,", + 3 + ], + [ + "play", + 3 + ], + [ + "All", + 3 + ], + [ + "old", + 3 + ], + [ + "games", + 3 + ], + [ + "wait", + 3 + ], + [ + "For", + 3 + ], + [ + "end", + 3 + ], + [ + "change", + 3 + ], + [ + "take", + 3 + ], + [ + "It", + 3 + ], + [ + "for", + 3 + ], + [ + "granted", + 3 + ], + [ + "But", + 3 + ], + [ + "this", + 3 + ], + [ + "nothing", + 3 + ], + [ + "will", + 3 + ], + [ + "us", + 2 + ], + [ + "We", + 2 + ], + [ + "Closer,", + 2 + ], + [ + "maybe", + 2 + ], + [ + "closer", + 2 + ], + [ + "Think", + 2 + ], + [ + "that", + 2 + ], + [ + "got", + 2 + ], + [ + "time", + 2 + ], + [ + "falling", + 2 + ], + [ + "behind", + 2 + ], + [ + "Gotta", + 2 + ], + [ + "our", + 2 + ], + [ + "minds", + 2 + ], + [ + "up,", + 2 + ], + [ + "if", + 2 + ], + [ + "yeah", + 2 + ], + [ + "Yeah,", + 2 + ], + [ + "yeah,", + 2 + ], + [ + "that's", + 2 + ], + [ + "crazy", + 2 + ], + [ + "is", + 2 + ], + [ + "it's", + 2 + ], + [ + "broke,", + 2 + ], + [ + "and", + 2 + ], + [ + "say", + 2 + ], + [ + "\"There's", + 2 + ], + [ + "fix.\"", + 2 + ], + [ + "pray", + 2 + ], + [ + "everything", + 2 + ], + [ + "okay", + 2 + ], + [ + "While", + 2 + ], + [ + "you're", + 2 + ], + [ + "look", + 2 + ], + [ + "back", + 2 + ], + [ + "(But,", + 2 + ], + [ + "nothing's", + 2 + ], + [ + "gonna", + 2 + ], + [ + "Circles,", + 1 + ], + [ + "going", + 1 + ], + [ + "in", + 1 + ], + [ + "circles", + 1 + ], + [ + "Dizzy's", + 1 + ], + [ + "makes", + 1 + ], + [ + "know", + 1 + ], + [ + "where", + 1 + ], + [ + "takes", + 1 + ], + [ + "We've", + 1 + ], + [ + "been", + 1 + ], + [ + "before", + 1 + ], + [ + "looking", + 1 + ], + [ + "There's", + 1 + ], + [ + "discover", + 1 + ], + [ + "Find", + 1 + ], + [ + "out", + 1 + ], + [ + "went", + 1 + ], + [ + "wrong", + 1 + ], + [ + "Without", + 1 + ], + [ + "blaming", + 1 + ], + [ + "each", + 1 + ], + [ + "other", + 1 + ], + [ + "Wake", + 1 + ], + [ + "both", + 1 + ], + [ + "need", + 1 + ], + [ + "wake", + 1 + ], + [ + "Maybe", + 1 + ], + [ + "face", + 1 + ], + [ + "can", + 1 + ], + [ + "through", + 1 + ], + [ + "Stronger", + 1 + ], + [ + "than", + 1 + ], + [ + "were", + 1 + ], + [ + "before,", + 1 + ], + [ + "Make", + 1 + ], + [ + "something", + 1 + ], + [ + "more,", + 1 + ], + [ + "Don't", + 1 + ], + [ + "But,", + 1 + ], + [ + "don't", + 1 + ], + [ + "We're", + 1 + ], + [ + "only", + 1 + ], + [ + "learning", + 1 + ], + [ + "then", + 1 + ], + [ + "How", + 1 + ], + [ + "mis-", + 1 + ], + [ + "mistakes,", + 1 + ], + [ + "again", + 1 + ], + [ + "(The", + 1 + ], + [ + "mistakes)", + 1 + ], + [ + "change)", + 1 + ], + [ + "same)", + 1 + ], + [ + "(Crazy", + 1 + ], + [ + "is)", + 1 + ], + [ + "(There's", + 1 + ], + [ + "fix)", + 1 + ], + [ + "(Oh)", + 1 + ], + [ + "(Everything", + 1 + ], + [ + "okay)", + 1 + ] + ], + [ + [ + "save", + 23 + ], + [ + "you", + 18 + ], + [ + "I", + 14 + ], + [ + "ya", + 11 + ], + [ + "ya,", + 10 + ], + [ + "wanna", + 9 + ], + [ + "tonight", + 9 + ], + [ + "I,", + 7 + ], + [ + "your", + 6 + ], + [ + "be", + 6 + ], + [ + "I'll", + 5 + ], + [ + "Wanna", + 4 + ], + [ + "heart", + 4 + ], + [ + "He'll", + 4 + ], + [ + "only", + 4 + ], + [ + "break", + 4 + ], + [ + "Leave", + 4 + ], + [ + "torn", + 4 + ], + [ + "apart,", + 4 + ], + [ + "oh", + 4 + ], + [ + "can't", + 4 + ], + [ + "take", + 4 + ], + [ + "to", + 3 + ], + [ + "me", + 3 + ], + [ + "And", + 3 + ], + [ + "he", + 3 + ], + [ + "no", + 3 + ], + [ + "superman,", + 3 + ], + [ + "But", + 3 + ], + [ + "for", + 3 + ], + [ + "super", + 3 + ], + [ + "human", + 3 + ], + [ + "at", + 2 + ], + [ + "that", + 2 + ], + [ + "yeah", + 2 + ], + [ + "you're", + 2 + ], + [ + "don't", + 2 + ], + [ + "Up,", + 2 + ], + [ + "up", + 2 + ], + [ + "and", + 2 + ], + [ + "away", + 2 + ], + [ + "with", + 2 + ], + [ + "It's", + 1 + ], + [ + "a", + 1 + ], + [ + "quarter", + 1 + ], + [ + "three", + 1 + ], + [ + "sleep", + 1 + ], + [ + "all", + 1 + ], + [ + "He's", + 1 + ], + [ + "so", + 1 + ], + [ + "overrated", + 1 + ], + [ + "If", + 1 + ], + [ + "told", + 1 + ], + [ + "jump,", + 1 + ], + [ + "I'd", + 1 + ], + [ + "the", + 1 + ], + [ + "fall", + 1 + ], + [ + "wouldn't", + 1 + ], + [ + "it", + 1 + ], + [ + "All", + 1 + ], + [ + "want's", + 1 + ], + [ + "under", + 1 + ], + [ + "nose,", + 1 + ], + [ + "You", + 1 + ], + [ + "should", + 1 + ], + [ + "open", + 1 + ], + [ + "eyes", + 1 + ], + [ + "but", + 1 + ], + [ + "they", + 1 + ], + [ + "stay", + 1 + ], + [ + "closed,", + 1 + ], + [ + "closed", + 1 + ], + [ + "Oh", + 1 + ], + [ + "now", + 1 + ], + [ + "home", + 1 + ], + [ + "call", + 1 + ], + [ + "'Cause", + 1 + ], + [ + "adore", + 1 + ], + [ + "To", + 1 + ], + [ + "him", + 1 + ], + [ + "are", + 1 + ], + [ + "just", + 1 + ], + [ + "another", + 1 + ], + [ + "doll", + 1 + ], + [ + "tried", + 1 + ], + [ + "warn", + 1 + ], + [ + "What", + 1 + ], + [ + "want,", + 1 + ], + [ + "what", + 1 + ], + [ + "need", + 1 + ], + [ + "Has", + 1 + ], + [ + "been", + 1 + ], + [ + "right", + 1 + ], + [ + "here,", + 1 + ], + [ + "can", + 1 + ], + [ + "see", + 1 + ], + [ + "holding", + 1 + ], + [ + "back", + 1 + ], + [ + "those", + 1 + ], + [ + "tears,", + 1 + ], + [ + "tears", + 1 + ] + ], + [ + [ + "you", + 16 + ], + [ + "I", + 16 + ], + [ + "a", + 11 + ], + [ + "my", + 11 + ], + [ + "tonight", + 9 + ], + [ + "heart", + 8 + ], + [ + "for", + 7 + ], + [ + "girl", + 7 + ], + [ + "like", + 7 + ], + [ + "With", + 7 + ], + [ + "just", + 7 + ], + [ + "one", + 7 + ], + [ + "look,", + 7 + ], + [ + "and", + 6 + ], + [ + "waiting", + 6 + ], + [ + "to", + 6 + ], + [ + "the", + 6 + ], + [ + "your", + 5 + ], + [ + "around,", + 5 + ], + [ + "You", + 5 + ], + [ + "love", + 5 + ], + [ + "Under", + 4 + ], + [ + "lights", + 4 + ], + [ + "turned", + 4 + ], + [ + "stole", + 4 + ], + [ + "when", + 4 + ], + [ + "saw", + 4 + ], + [ + "face", + 4 + ], + [ + "fell", + 4 + ], + [ + "in", + 4 + ], + [ + "It", + 4 + ], + [ + "took", + 4 + ], + [ + "minute", + 4 + ], + [ + "girl,", + 4 + ], + [ + "steal", + 4 + ], + [ + "Been", + 4 + ], + [ + "on", + 3 + ], + [ + "come", + 3 + ], + [ + "yeah", + 3 + ], + [ + "say", + 3 + ], + [ + "'Cause", + 2 + ], + [ + "look", + 2 + ], + [ + "Don't", + 2 + ], + [ + "know", + 2 + ], + [ + "all", + 2 + ], + [ + "I've", + 2 + ], + [ + "been", + 2 + ], + [ + "ground", + 2 + ], + [ + "no", + 2 + ], + [ + "around", + 2 + ], + [ + "that", + 2 + ], + [ + "here", + 2 + ], + [ + "we", + 2 + ], + [ + "wanna", + 2 + ], + [ + "Waiting", + 1 + ], + [ + "The", + 1 + ], + [ + "light", + 1 + ], + [ + "shines", + 1 + ], + [ + "It's", + 1 + ], + [ + "getting", + 1 + ], + [ + "hot", + 1 + ], + [ + "shoulders.", + 1 + ], + [ + "don't", + 1 + ], + [ + "mind,", + 1 + ], + [ + "this", + 1 + ], + [ + "time", + 1 + ], + [ + "it", + 1 + ], + [ + "doesn't", + 1 + ], + [ + "matter.", + 1 + ], + [ + "friends,", + 1 + ], + [ + "They", + 1 + ], + [ + "good", + 1 + ], + [ + "better.", + 1 + ], + [ + "night", + 1 + ], + [ + "round,", + 1 + ], + [ + "round", + 1 + ], + [ + "To", + 1 + ], + [ + "I'm", + 1 + ], + [ + "weaker", + 1 + ], + [ + "My", + 1 + ], + [ + "worlds", + 1 + ], + [ + "fall", + 1 + ], + [ + "they", + 1 + ], + [ + "hit", + 1 + ], + [ + "Oh", + 1 + ], + [ + "life,", + 1 + ], + [ + "head", + 1 + ], + [ + "fail", + 1 + ], + [ + "me", + 1 + ], + [ + "now", + 1 + ], + [ + "start", + 1 + ], + [ + "'I", + 1 + ], + [ + "think", + 1 + ], + [ + "you'", + 1 + ], + [ + "but", + 1 + ], + [ + "make", + 1 + ], + [ + "sound", + 1 + ], + [ + "'cause", + 1 + ], + [ + "life", + 1 + ], + [ + "There", + 1 + ], + [ + "is", + 1 + ], + [ + "other", + 1 + ], + [ + "place", + 1 + ], + [ + "would", + 1 + ], + [ + "rather", + 1 + ], + [ + "be", + 1 + ], + [ + "Than", + 1 + ], + [ + "right", + 1 + ], + [ + "with", + 1 + ], + [ + "As", + 1 + ], + [ + "lay", + 1 + ], + [ + "put", + 1 + ], + [ + "arms", + 1 + ], + [ + "And", + 1 + ], + [ + "can", + 1 + ], + [ + "stay", + 1 + ], + [ + "there's", + 1 + ], + [ + "so", + 1 + ], + [ + "much", + 1 + ] + ], + [ + [ + "oh", + 30 + ], + [ + "a", + 28 + ], + [ + "I", + 20 + ], + [ + "you", + 14 + ], + [ + "your", + 14 + ], + [ + "I'm", + 12 + ], + [ + "up", + 11 + ], + [ + "Oh", + 10 + ], + [ + "(I'm", + 10 + ], + [ + "thief,", + 10 + ], + [ + "thief)", + 10 + ], + [ + "the", + 9 + ], + [ + "heart", + 9 + ], + [ + "to", + 6 + ], + [ + "'Cause", + 6 + ], + [ + "Every", + 6 + ], + [ + "piece", + 6 + ], + [ + "of", + 6 + ], + [ + "So", + 5 + ], + [ + "put", + 5 + ], + [ + "hands", + 5 + ], + [ + "it's", + 5 + ], + [ + "stand", + 5 + ], + [ + "be", + 5 + ], + [ + "won't", + 4 + ], + [ + "leaving", + 4 + ], + [ + "Till", + 4 + ], + [ + "finish", + 4 + ], + [ + "stealing", + 4 + ], + [ + "know", + 4 + ], + [ + "me", + 4 + ], + [ + "would", + 3 + ], + [ + "it", + 3 + ], + [ + "give", + 3 + ], + [ + "will", + 3 + ], + [ + "stole", + 3 + ], + [ + "my", + 3 + ], + [ + "you,", + 2 + ], + [ + "had", + 2 + ], + [ + "and", + 2 + ], + [ + "make", + 2 + ], + [ + "walk", + 2 + ], + [ + "takes", + 2 + ], + [ + "is", + 2 + ], + [ + "ever", + 2 + ], + [ + "And", + 2 + ], + [ + "can", + 2 + ], + [ + "thief", + 2 + ], + [ + "But", + 2 + ], + [ + "should", + 2 + ], + [ + "part", + 2 + ], + [ + "only", + 2 + ], + [ + "here", + 2 + ], + [ + "Because", + 2 + ], + [ + "From", + 1 + ], + [ + "moment", + 1 + ], + [ + "met", + 1 + ], + [ + "everything", + 1 + ], + [ + "changed", + 1 + ], + [ + "knew", + 1 + ], + [ + "get", + 1 + ], + [ + "whatever", + 1 + ], + [ + "pain", + 1 + ], + [ + "take", + 1 + ], + [ + "mine", + 1 + ], + [ + "(take", + 1 + ], + [ + "mine)", + 1 + ], + [ + "through", + 1 + ], + [ + "desert", + 1 + ], + [ + "down", + 1 + ], + [ + "aisle", + 1 + ], + [ + "swim", + 1 + ], + [ + "all", + 1 + ], + [ + "oceans", + 1 + ], + [ + "just", + 1 + ], + [ + "see", + 1 + ], + [ + "smile", + 1 + ], + [ + "Whatever", + 1 + ], + [ + "fine", + 1 + ], + [ + "(whatever", + 1 + ], + [ + "fine)", + 1 + ], + [ + "heart's", + 1 + ], + [ + "been", + 1 + ], + [ + "broken", + 1 + ], + [ + "but", + 1 + ], + [ + "don't", + 1 + ], + [ + "I'll", + 1 + ], + [ + "there,", + 1 + ], + [ + "yeah", + 1 + ], + [ + "fix", + 1 + ], + [ + "with", + 1 + ], + [ + "love", + 1 + ], + [ + "It", + 1 + ], + [ + "hurts", + 1 + ], + [ + "think", + 1 + ], + [ + "that", + 1 + ], + [ + "you've", + 1 + ], + [ + "cried", + 1 + ], + [ + "(you've", + 1 + ], + [ + "cried)", + 1 + ], + [ + "steal", + 1 + ], + [ + "us", + 1 + ], + [ + "car", + 1 + ], + [ + "we", + 1 + ], + [ + "drive", + 1 + ], + [ + "stars.", + 1 + ], + [ + "moon.", + 1 + ], + [ + "It's", + 1 + ], + [ + "least", + 1 + ], + [ + "do", + 1 + ], + [ + "If", + 1 + ], + [ + "chance.", + 1 + ], + [ + "You", + 1 + ], + [ + "call", + 1 + ], + [ + "Call", + 1 + ] + ], + [ + [ + "the", + 14 + ], + [ + "be", + 12 + ], + [ + "my", + 11 + ], + [ + "to", + 11 + ], + [ + "your", + 10 + ], + [ + "this", + 9 + ], + [ + "I'll", + 8 + ], + [ + "you", + 7 + ], + [ + "time", + 7 + ], + [ + "in", + 7 + ], + [ + "I", + 6 + ], + [ + "wanna", + 6 + ], + [ + "for", + 6 + ], + [ + "me", + 5 + ], + [ + "My", + 5 + ], + [ + "If", + 4 + ], + [ + "we", + 4 + ], + [ + "could", + 4 + ], + [ + "only", + 4 + ], + [ + "You", + 4 + ], + [ + "know", + 4 + ], + [ + "Your", + 4 + ], + [ + "life,", + 4 + ], + [ + "reason", + 4 + ], + [ + "love,", + 4 + ], + [ + "heart", + 4 + ], + [ + "Is", + 4 + ], + [ + "breathing", + 4 + ], + [ + "Moment", + 4 + ], + [ + "find", + 4 + ], + [ + "words", + 4 + ], + [ + "say", + 4 + ], + [ + "Before", + 4 + ], + [ + "leave", + 4 + ], + [ + "today", + 4 + ], + [ + "turn", + 3 + ], + [ + "harder", + 3 + ], + [ + "back", + 3 + ], + [ + "voice,", + 3 + ], + [ + "Don't", + 3 + ], + [ + "a", + 3 + ], + [ + "of", + 3 + ], + [ + "with", + 2 + ], + [ + "feel", + 2 + ], + [ + "It", + 2 + ], + [ + "makes", + 2 + ], + [ + "And", + 2 + ], + [ + "tears", + 2 + ], + [ + "stream", + 2 + ], + [ + "down", + 2 + ], + [ + "face", + 2 + ], + [ + "have", + 2 + ], + [ + "life", + 2 + ], + [ + "one", + 2 + ], + [ + "more", + 2 + ], + [ + "day", + 2 + ], + [ + "numb", + 2 + ], + [ + "There's", + 2 + ], + [ + "Shut", + 1 + ], + [ + "door,", + 1 + ], + [ + "light", + 1 + ], + [ + "off", + 1 + ], + [ + "love", + 1 + ], + [ + "lay", + 1 + ], + [ + "beside", + 1 + ], + [ + "cannot", + 1 + ], + [ + "hide", + 1 + ], + [ + "even", + 1 + ], + [ + "though", + 1 + ], + [ + "try", + 1 + ], + [ + "Heart", + 1 + ], + [ + "beats", + 1 + ], + [ + "Time", + 1 + ], + [ + "escapes", + 1 + ], + [ + "Trembling", + 1 + ], + [ + "hands", + 1 + ], + [ + "touch", + 1 + ], + [ + "skin", + 1 + ], + [ + "Close", + 1 + ], + [ + "door", + 1 + ], + [ + "Throw", + 1 + ], + [ + "key", + 1 + ], + [ + "reminded", + 1 + ], + [ + "seen", + 1 + ], + [ + "without", + 1 + ], + [ + "judgement's", + 1 + ], + [ + "clouded", + 1 + ], + [ + "Like", + 1 + ], + [ + "tonight's", + 1 + ], + [ + "sky", + 1 + ], + [ + "Hands", + 1 + ], + [ + "are", + 1 + ], + [ + "silent", + 1 + ], + [ + "Voice", + 1 + ], + [ + "is", + 1 + ], + [ + "Try", + 1 + ], + [ + "scream", + 1 + ], + [ + "out", + 1 + ], + [ + "lungs", + 1 + ], + [ + "Flashing", + 1 + ], + [ + "lights", + 1 + ], + [ + "mind", + 1 + ], + [ + "Going", + 1 + ], + [ + "Playing", + 1 + ], + [ + "games", + 1 + ], + [ + "street", + 1 + ], + [ + "Kicking", + 1 + ], + [ + "balls", + 1 + ], + [ + "feet", + 1 + ], + [ + "toes", + 1 + ], + [ + "Standing", + 1 + ], + [ + "close", + 1 + ], + [ + "edge", + 1 + ], + [ + "pile", + 1 + ], + [ + "clothes", + 1 + ], + [ + "At", + 1 + ], + [ + "end", + 1 + ], + [ + "bed", + 1 + ], + [ + "As", + 1 + ], + [ + "myself", + 1 + ], + [ + "fall", + 1 + ], + [ + "Make", + 1 + ], + [ + "joke", + 1 + ], + [ + "it", + 1 + ], + [ + "all", + 1 + ], + [ + "voice", + 1 + ] + ], + [ + [ + "I'll", + 34 + ], + [ + "you", + 33 + ], + [ + "to", + 18 + ], + [ + "another", + 15 + ], + [ + "world", + 15 + ], + [ + "know", + 13 + ], + [ + "take", + 13 + ], + [ + "You", + 12 + ], + [ + "never", + 11 + ], + [ + "stop", + 11 + ], + [ + "up,", + 10 + ], + [ + "lift", + 7 + ], + [ + "me", + 7 + ], + [ + "in", + 6 + ], + [ + "let", + 6 + ], + [ + "I", + 4 + ], + [ + "it", + 4 + ], + [ + "build", + 4 + ], + [ + "I'm", + 3 + ], + [ + "just", + 3 + ], + [ + "the", + 3 + ], + [ + "Just", + 3 + ], + [ + "Everyday,", + 3 + ], + [ + "every", + 3 + ], + [ + "way", + 3 + ], + [ + "Oh", + 3 + ], + [ + "Take", + 3 + ], + [ + "not", + 2 + ], + [ + "me,", + 2 + ], + [ + "you,", + 2 + ], + [ + "a", + 2 + ], + [ + "girl", + 2 + ], + [ + "believe", + 2 + ], + [ + "Words", + 2 + ], + [ + "will", + 2 + ], + [ + "be", + 2 + ], + [ + "words", + 2 + ], + [ + "Till", + 2 + ], + [ + "bring", + 2 + ], + [ + "them,", + 2 + ], + [ + "life", + 2 + ], + [ + "for", + 2 + ], + [ + "hey", + 2 + ], + [ + "and", + 2 + ], + [ + "show", + 2 + ], + [ + "It's", + 1 + ], + [ + "it's", + 1 + ], + [ + "there's", + 1 + ], + [ + "reason", + 1 + ], + [ + "tryna'", + 1 + ], + [ + "read", + 1 + ], + [ + "signals", + 1 + ], + [ + "receiving", + 1 + ], + [ + "like", + 1 + ], + [ + "stone", + 1 + ], + [ + "on", + 1 + ], + [ + "fire", + 1 + ], + [ + "can", + 1 + ], + [ + "feel", + 1 + ], + [ + "it?", + 1 + ], + [ + "don't", + 1 + ], + [ + "about", + 1 + ], + [ + "but", + 1 + ], + [ + "One", + 1 + ], + [ + "one", + 1 + ], + [ + "whatcha", + 1 + ], + [ + "doing?", + 1 + ], + [ + "Girl", + 1 + ], + [ + "music", + 1 + ], + [ + "sounds", + 1 + ], + [ + "so", + 1 + ], + [ + "good", + 1 + ], + [ + "when", + 1 + ], + [ + "you're", + 1 + ], + [ + "movin'", + 1 + ], + [ + "Let", + 1 + ], + [ + "higher", + 1 + ], + [ + "prove", + 1 + ], + [ + "'Cause", + 1 + ], + [ + "pretty", + 1 + ], + [ + "Baby", + 1 + ], + [ + "find", + 1 + ], + [ + "out", + 1 + ], + [ + "your", + 1 + ], + [ + "secret", + 1 + ], + [ + "that", + 1 + ], + [ + "keep", + 1 + ], + [ + "Close", + 1 + ], + [ + "my", + 1 + ], + [ + "heart,", + 1 + ], + [ + "jump", + 1 + ], + [ + "deep", + 1 + ], + [ + "end", + 1 + ], + [ + "what", + 1 + ], + [ + "meaning", + 1 + ], + [ + "up", + 1 + ] + ], + [ + [ + "na,", + 22 + ], + [ + "like-", + 16 + ], + [ + "yeah,", + 16 + ], + [ + "na", + 11 + ], + [ + "We", + 9 + ], + [ + "up", + 9 + ], + [ + "Then,", + 8 + ], + [ + "we're", + 8 + ], + [ + "yeah", + 8 + ], + [ + "make", + 7 + ], + [ + "we", + 7 + ], + [ + "the", + 6 + ], + [ + "you", + 6 + ], + [ + "it", + 6 + ], + [ + "when", + 6 + ], + [ + "We've", + 4 + ], + [ + "got", + 4 + ], + [ + "me", + 4 + ], + [ + "I", + 4 + ], + [ + "We're", + 4 + ], + [ + "Always", + 4 + ], + [ + "You", + 3 + ], + [ + "say", + 3 + ], + [ + "and", + 3 + ], + [ + "break", + 3 + ], + [ + "all", + 3 + ], + [ + "time", + 3 + ], + [ + "No,", + 3 + ], + [ + "can't", + 3 + ], + [ + "our", + 3 + ], + [ + "minds", + 3 + ], + [ + "'Cause", + 3 + ], + [ + "think", + 3 + ], + [ + "right", + 3 + ], + [ + "go-", + 3 + ], + [ + "a", + 2 + ], + [ + "to", + 2 + ], + [ + "Then", + 2 + ], + [ + "it's", + 2 + ], + [ + "But", + 2 + ], + [ + "that", + 2 + ], + [ + "But,", + 2 + ], + [ + "Girl,", + 2 + ], + [ + "do", + 2 + ], + [ + "drives", + 2 + ], + [ + "bit", + 1 + ], + [ + "of", + 1 + ], + [ + "love/hate", + 1 + ], + [ + "take", + 1 + ], + [ + "edge", + 1 + ], + [ + "hit", + 1 + ], + [ + "breaks", + 1 + ], + [ + "over", + 1 + ], + [ + "one", + 1 + ], + [ + "day", + 1 + ], + [ + "then", + 1 + ], + [ + "I'm", + 1 + ], + [ + "crawling", + 1 + ], + [ + "back", + 1 + ], + [ + "Begging", + 1 + ], + [ + "stay", + 1 + ], + [ + "I'll", + 1 + ], + [ + "hate", + 1 + ], + [ + "song", + 1 + ], + [ + "you'll", + 1 + ], + [ + "go", + 1 + ], + [ + "request", + 1 + ], + [ + "The", + 1 + ], + [ + "whole", + 1 + ], + [ + "night", + 1 + ], + [ + "long", + 1 + ], + [ + "Some", + 1 + ], + [ + "people", + 1 + ], + [ + "so", + 1 + ], + [ + "wrong", + 1 + ], + [ + "even", + 1 + ], + [ + "fight", + 1 + ], + [ + "turn", + 1 + ], + [ + "on", + 1 + ], + [ + "wanna", + 1 + ], + [ + "party", + 1 + ], + [ + "too", + 1 + ], + [ + "late", + 1 + ], + [ + "same", + 1 + ], + [ + "All", + 1 + ], + [ + "is", + 1 + ], + [ + "complain", + 1 + ], + [ + "know", + 1 + ], + [ + "It", + 1 + ], + [ + "insane", + 1 + ], + [ + "get", + 1 + ], + [ + "with", + 1 + ], + [ + "okay", + 1 + ], + [ + "Oh", + 1 + ], + [ + "whoa,", + 1 + ], + [ + "mad!", + 1 + ] + ], + [ + [ + "yeah", + 41 + ], + [ + "you", + 23 + ], + [ + "me", + 17 + ], + [ + "Baby", + 14 + ], + [ + "take", + 12 + ], + [ + "Yeah", + 11 + ], + [ + "to", + 10 + ], + [ + "want", + 10 + ], + [ + "And", + 9 + ], + [ + "just", + 8 + ], + [ + "say", + 8 + ], + [ + "You", + 7 + ], + [ + "it", + 7 + ], + [ + "kiss", + 7 + ], + [ + "tell", + 6 + ], + [ + "get", + 5 + ], + [ + "if", + 5 + ], + [ + "don't", + 5 + ], + [ + "let", + 5 + ], + [ + "Oh", + 4 + ], + [ + "time", + 4 + ], + [ + "we", + 4 + ], + [ + "Tou-ou-ouch", + 4 + ], + [ + "this", + 4 + ], + [ + "kinda", + 4 + ], + [ + "Ru-u-ush", + 4 + ], + [ + "If", + 4 + ], + [ + "slow", + 4 + ], + [ + "home", + 4 + ], + [ + "I", + 3 + ], + [ + "wanna", + 3 + ], + [ + "your", + 3 + ], + [ + "on", + 3 + ], + [ + "shout", + 3 + ], + [ + "So", + 3 + ], + [ + "girl", + 3 + ], + [ + "every", + 3 + ], + [ + "over", + 3 + ], + [ + "mine", + 3 + ], + [ + "that", + 2 + ], + [ + "out", + 2 + ], + [ + "any", + 2 + ], + [ + "I'll", + 2 + ], + [ + "there,", + 2 + ], + [ + "me,", + 2 + ], + [ + "out,", + 2 + ], + [ + "too", + 2 + ], + [ + "Let's", + 2 + ], + [ + "make", + 2 + ], + [ + "a", + 2 + ], + [ + "move", + 2 + ], + [ + "Come", + 2 + ], + [ + "come", + 2 + ], + [ + "here,", + 2 + ], + [ + "be", + 2 + ], + [ + "tonight,", + 2 + ], + [ + "Let", + 2 + ], + [ + "you,", + 2 + ], + [ + "anywhere", + 1 + ], + [ + "you'd", + 1 + ], + [ + "like", + 1 + ], + [ + "We", + 1 + ], + [ + "could", + 1 + ], + [ + "go", + 1 + ], + [ + "day,", + 1 + ], + [ + "night", + 1 + ], + [ + "there", + 1 + ], + [ + "how", + 1 + ], + [ + "turn", + 1 + ], + [ + "love", + 1 + ], + [ + "can", + 1 + ], + [ + "get,", + 1 + ], + [ + "anything", + 1 + ], + [ + "baby,", + 1 + ], + [ + "baby", + 1 + ], + [ + "know", + 1 + ], + [ + "got", + 1 + ], + [ + "what", + 1 + ], + [ + "need", + 1 + ], + [ + "Lookin'", + 1 + ], + [ + "so", + 1 + ], + [ + "good", + 1 + ], + [ + "from", + 1 + ], + [ + "head", + 1 + ], + [ + "feet", + 1 + ], + [ + "here", + 1 + ], + [ + "show", + 1 + ], + [ + "off", + 1 + ], + [ + "all", + 1 + ], + [ + "of", + 1 + ], + [ + "my", + 1 + ], + [ + "friends", + 1 + ], + [ + "Makin'", + 1 + ], + [ + "them", + 1 + ], + [ + "drool", + 1 + ], + [ + "down", + 1 + ], + [ + "their", + 1 + ], + [ + "chinny", + 1 + ], + [ + "chin", + 1 + ], + [ + "chins", + 1 + ], + [ + "tonight", + 1 + ], + [ + "Every", + 1 + ] + ] + ] + }, + { + "Take Me Home [2013]": [ + "No Lyrics", + [ + [ + "yeah", + 41 + ], + [ + "you", + 23 + ], + [ + "me", + 17 + ], + [ + "Baby", + 14 + ], + [ + "take", + 12 + ], + [ + "Yeah", + 11 + ], + [ + "to", + 10 + ], + [ + "want", + 10 + ], + [ + "And", + 9 + ], + [ + "just", + 8 + ], + [ + "say", + 8 + ], + [ + "You", + 7 + ], + [ + "it", + 7 + ], + [ + "kiss", + 7 + ], + [ + "tell", + 6 + ], + [ + "get", + 5 + ], + [ + "if", + 5 + ], + [ + "don't", + 5 + ], + [ + "let", + 5 + ], + [ + "Oh", + 4 + ], + [ + "time", + 4 + ], + [ + "we", + 4 + ], + [ + "Tou-ou-ouch", + 4 + ], + [ + "this", + 4 + ], + [ + "kinda", + 4 + ], + [ + "Ru-u-ush", + 4 + ], + [ + "If", + 4 + ], + [ + "slow", + 4 + ], + [ + "home", + 4 + ], + [ + "I", + 3 + ], + [ + "wanna", + 3 + ], + [ + "your", + 3 + ], + [ + "on", + 3 + ], + [ + "shout", + 3 + ], + [ + "So", + 3 + ], + [ + "girl", + 3 + ], + [ + "every", + 3 + ], + [ + "over", + 3 + ], + [ + "mine", + 3 + ], + [ + "that", + 2 + ], + [ + "out", + 2 + ], + [ + "any", + 2 + ], + [ + "I'll", + 2 + ], + [ + "there,", + 2 + ], + [ + "me,", + 2 + ], + [ + "out,", + 2 + ], + [ + "too", + 2 + ], + [ + "Let's", + 2 + ], + [ + "make", + 2 + ], + [ + "a", + 2 + ], + [ + "move", + 2 + ], + [ + "Come", + 2 + ], + [ + "come", + 2 + ], + [ + "here,", + 2 + ], + [ + "be", + 2 + ], + [ + "tonight,", + 2 + ], + [ + "Let", + 2 + ], + [ + "you,", + 2 + ], + [ + "anywhere", + 1 + ], + [ + "you'd", + 1 + ], + [ + "like", + 1 + ], + [ + "We", + 1 + ], + [ + "could", + 1 + ], + [ + "go", + 1 + ], + [ + "day,", + 1 + ], + [ + "night", + 1 + ], + [ + "there", + 1 + ], + [ + "how", + 1 + ], + [ + "turn", + 1 + ], + [ + "love", + 1 + ], + [ + "can", + 1 + ], + [ + "get,", + 1 + ], + [ + "anything", + 1 + ], + [ + "baby,", + 1 + ], + [ + "baby", + 1 + ], + [ + "know", + 1 + ], + [ + "got", + 1 + ], + [ + "what", + 1 + ], + [ + "need", + 1 + ], + [ + "Lookin'", + 1 + ], + [ + "so", + 1 + ], + [ + "good", + 1 + ], + [ + "from", + 1 + ], + [ + "head", + 1 + ], + [ + "feet", + 1 + ], + [ + "here", + 1 + ], + [ + "show", + 1 + ], + [ + "off", + 1 + ], + [ + "all", + 1 + ], + [ + "of", + 1 + ], + [ + "my", + 1 + ], + [ + "friends", + 1 + ], + [ + "Makin'", + 1 + ], + [ + "them", + 1 + ], + [ + "drool", + 1 + ], + [ + "down", + 1 + ], + [ + "their", + 1 + ], + [ + "chinny", + 1 + ], + [ + "chin", + 1 + ], + [ + "chins", + 1 + ], + [ + "tonight", + 1 + ], + [ + "Every", + 1 + ] + ], + [ + [ + "you", + 20 + ], + [ + "to", + 12 + ], + [ + "I", + 11 + ], + [ + "And", + 9 + ], + [ + "your", + 9 + ], + [ + "love", + 9 + ], + [ + "in", + 8 + ], + [ + "little", + 8 + ], + [ + "things", + 8 + ], + [ + "But", + 7 + ], + [ + "of", + 7 + ], + [ + "these", + 7 + ], + [ + "it's", + 6 + ], + [ + "I'm", + 6 + ], + [ + "the", + 6 + ], + [ + "all", + 6 + ], + [ + "never", + 6 + ], + [ + "It's", + 6 + ], + [ + "up", + 5 + ], + [ + "let", + 5 + ], + [ + "me", + 4 + ], + [ + "know", + 4 + ], + [ + "Slip", + 4 + ], + [ + "out", + 4 + ], + [ + "my", + 4 + ], + [ + "mouth", + 4 + ], + [ + "They", + 4 + ], + [ + "add", + 4 + ], + [ + "with", + 4 + ], + [ + "loved", + 3 + ], + [ + "won't", + 3 + ], + [ + "if", + 3 + ], + [ + "You", + 3 + ], + [ + "yourself", + 3 + ], + [ + "Your", + 2 + ], + [ + "just", + 2 + ], + [ + "for", + 2 + ], + [ + "on", + 2 + ], + [ + "it", + 2 + ], + [ + "makes", + 2 + ], + [ + "sense", + 2 + ], + [ + "you've", + 2 + ], + [ + "The", + 2 + ], + [ + "Oh", + 2 + ], + [ + "want", + 2 + ], + [ + "much", + 2 + ], + [ + "true", + 2 + ], + [ + "You'll", + 2 + ], + [ + "as", + 2 + ], + [ + "hand", + 1 + ], + [ + "fits", + 1 + ], + [ + "mine", + 1 + ], + [ + "Like", + 1 + ], + [ + "made", + 1 + ], + [ + "bear", + 1 + ], + [ + "this", + 1 + ], + [ + "mind", + 1 + ], + [ + "It", + 1 + ], + [ + "was", + 1 + ], + [ + "meant", + 1 + ], + [ + "be", + 1 + ], + [ + "joining", + 1 + ], + [ + "dots", + 1 + ], + [ + "With", + 1 + ], + [ + "freckles", + 1 + ], + [ + "cheeks", + 1 + ], + [ + "crinkles", + 1 + ], + [ + "by", + 1 + ], + [ + "eyes", + 1 + ], + [ + "When", + 1 + ], + [ + "smile", + 1 + ], + [ + "You've", + 1 + ], + [ + "stomach", + 1 + ], + [ + "or", + 1 + ], + [ + "thighs", + 1 + ], + [ + "dimples", + 1 + ], + [ + "back", + 1 + ], + [ + "At", + 1 + ], + [ + "bottom", + 1 + ], + [ + "spine", + 1 + ], + [ + "I'll", + 1 + ], + [ + "them", + 1 + ], + [ + "endlessly", + 1 + ], + [ + "do", + 1 + ], + [ + "can't", + 1 + ], + [ + "go", + 1 + ], + [ + "bed", + 1 + ], + [ + "Without", + 1 + ], + [ + "a", + 1 + ], + [ + "cup", + 1 + ], + [ + "tea", + 1 + ], + [ + "maybe", + 1 + ], + [ + "that's", + 1 + ], + [ + "reason", + 1 + ], + [ + "That", + 1 + ], + [ + "talk", + 1 + ], + [ + "sleep", + 1 + ], + [ + "those", + 1 + ], + [ + "conversations", + 1 + ], + [ + "Are", + 1 + ], + [ + "secrets", + 1 + ], + [ + "that", + 1 + ], + [ + "keep", + 1 + ], + [ + "Though", + 1 + ], + [ + "no", + 1 + ], + [ + "sound", + 1 + ], + [ + "voice", + 1 + ], + [ + "tape", + 1 + ], + [ + "how", + 1 + ], + [ + "weigh", + 1 + ], + [ + "still", + 1 + ], + [ + "have", + 1 + ], + [ + "squeeze", + 1 + ], + [ + "into", + 1 + ], + [ + "jeans", + 1 + ], + [ + "you're", + 1 + ], + [ + "perfect", + 1 + ], + [ + "Half", + 1 + ], + [ + "treat", + 1 + ], + [ + "right", + 1 + ], + [ + "darlin'", + 1 + ], + [ + "If", + 1 + ], + [ + "here", + 1 + ], + [ + "Maybe", + 1 + ], + [ + "you'll", + 1 + ], + [ + "like", + 1 + ], + [ + "Oh...", + 1 + ], + [ + "I've", + 1 + ], + [ + "'Cause", + 1 + ] + ], + "No Lyrics", + [ + [ + "to", + 28 + ], + [ + "be", + 25 + ], + [ + "I", + 18 + ], + [ + "want", + 16 + ], + [ + "you", + 15 + ], + [ + "last", + 15 + ], + [ + "first", + 13 + ], + [ + "yeah", + 12 + ], + [ + "me", + 12 + ], + [ + "Baby", + 11 + ], + [ + "your", + 11 + ], + [ + "kiss", + 9 + ], + [ + "last,", + 8 + ], + [ + "let", + 8 + ], + [ + "Your", + 7 + ], + [ + "the", + 6 + ], + [ + "it", + 5 + ], + [ + "me,", + 4 + ], + [ + "yeah?", + 4 + ], + [ + "a", + 4 + ], + [ + "what", + 4 + ], + [ + "If", + 4 + ], + [ + "this", + 4 + ], + [ + "Girl,", + 3 + ], + [ + "would", + 3 + ], + [ + "do?", + 3 + ], + [ + "Would", + 3 + ], + [ + "stay?", + 3 + ], + [ + "were", + 3 + ], + [ + "Let", + 3 + ], + [ + "first,", + 3 + ], + [ + "Want", + 3 + ], + [ + "Take", + 3 + ], + [ + "all", + 3 + ], + [ + "way", + 3 + ], + [ + "like", + 3 + ], + [ + "And", + 3 + ], + [ + "if", + 3 + ], + [ + "only", + 3 + ], + [ + "knew", + 3 + ], + [ + "tell", + 3 + ], + [ + "I'm", + 3 + ], + [ + "know", + 2 + ], + [ + "What", + 2 + ], + [ + "when", + 2 + ], + [ + "Is", + 2 + ], + [ + "Are", + 2 + ], + [ + "thinking", + 2 + ], + [ + "of", + 2 + ], + [ + "say...", + 2 + ], + [ + "Maybe", + 2 + ], + [ + "just", + 2 + ], + [ + "fool,", + 2 + ], + [ + "oh", + 2 + ], + [ + "I,", + 1 + ], + [ + "think", + 1 + ], + [ + "you're", + 1 + ], + [ + "alone", + 1 + ], + [ + "Oh,", + 1 + ], + [ + "we've", + 1 + ], + [ + "been", + 1 + ], + [ + "friends", + 1 + ], + [ + "now", + 1 + ], + [ + "for", + 1 + ], + [ + "while", + 1 + ], + [ + "that", + 1 + ], + [ + "smile", + 1 + ], + [ + "change", + 1 + ], + [ + "afraid", + 1 + ], + [ + "you'll", + 1 + ], + [ + "run", + 1 + ], + [ + "away", + 1 + ], + [ + "I've", + 1 + ], + [ + "wanted", + 1 + ], + [ + "got", + 1 + ], + [ + "wait", + 1 + ], + [ + "is", + 1 + ], + [ + "mistake", + 1 + ], + [ + "yeah,", + 1 + ], + [ + "say", + 1 + ], + [ + "kiss!", + 1 + ] + ], + [ + [ + "you", + 20 + ], + [ + "me", + 11 + ], + [ + "I'm", + 10 + ], + [ + "a", + 9 + ], + [ + "I", + 8 + ], + [ + "be", + 8 + ], + [ + "like", + 8 + ], + [ + "heart", + 8 + ], + [ + "You're", + 7 + ], + [ + "attack", + 7 + ], + [ + "to", + 6 + ], + [ + "Ow!", + 6 + ], + [ + "Getting", + 6 + ], + [ + "over", + 6 + ], + [ + "all", + 6 + ], + [ + "ever", + 5 + ], + [ + "don't", + 4 + ], + [ + "and", + 4 + ], + [ + "the", + 4 + ], + [ + "tryin'", + 4 + ], + [ + "ow!", + 4 + ], + [ + "giving", + 4 + ], + [ + "you're", + 4 + ], + [ + "But", + 3 + ], + [ + "with", + 3 + ], + [ + "him", + 3 + ], + [ + "Just", + 3 + ], + [ + "feel", + 3 + ], + [ + "right", + 3 + ], + [ + "And", + 3 + ], + [ + "Never", + 3 + ], + [ + "thought", + 3 + ], + [ + "it'd", + 3 + ], + [ + "hurt", + 3 + ], + [ + "so", + 3 + ], + [ + "bad", + 3 + ], + [ + "do", + 3 + ], + [ + "'Cause", + 3 + ], + [ + "wanted,", + 3 + ], + [ + "Thought", + 3 + ], + [ + "would", + 3 + ], + [ + "one", + 3 + ], + [ + "Giving", + 3 + ], + [ + "Yeah", + 3 + ], + [ + "oh", + 3 + ], + [ + "Baby", + 2 + ], + [ + "yeah", + 2 + ], + [ + "your", + 2 + ], + [ + "just", + 2 + ], + [ + "okay", + 2 + ], + [ + "alright", + 2 + ], + [ + "seein'", + 2 + ], + [ + "it's", + 2 + ], + [ + "...", + 2 + ], + [ + "now", + 2 + ], + [ + "that", + 2 + ], + [ + "Looking", + 2 + ], + [ + "look", + 2 + ], + [ + "got", + 1 + ], + [ + "sick", + 1 + ], + [ + "know", + 1 + ], + [ + "what", + 1 + ], + [ + "did", + 1 + ], + [ + "Need", + 1 + ], + [ + "take", + 1 + ], + [ + "break", + 1 + ], + [ + "figure", + 1 + ], + [ + "it", + 1 + ], + [ + "out,", + 1 + ], + [ + "Got", + 1 + ], + [ + "voice", + 1 + ], + [ + "in", + 1 + ], + [ + "my", + 1 + ], + [ + "head", + 1 + ], + [ + "Sayin'", + 1 + ], + [ + "\"let's", + 1 + ], + [ + "friends\"", + 1 + ], + [ + "Can't", + 1 + ], + [ + "believe", + 1 + ], + [ + "words", + 1 + ], + [ + "came", + 1 + ], + [ + "out", + 1 + ], + [ + "of", + 1 + ], + [ + "mouth,", + 1 + ], + [ + "Lookin'", + 1 + ], + [ + "gone", + 1 + ], + [ + "can't", + 1 + ], + [ + "stand", + 1 + ], + [ + "dumb", + 1 + ], + [ + "love", + 1 + ], + [ + "songs", + 1 + ], + [ + "Missing", + 1 + ], + [ + "is", + 1 + ], + [ + "thinkin'", + 1 + ], + [ + "about,", + 1 + ], + [ + "yeah.", + 1 + ], + [ + "Everyone's", + 1 + ], + [ + "telling", + 1 + ], + [ + "too", + 1 + ], + [ + "blind", + 1 + ], + [ + "see", + 1 + ], + [ + "How", + 1 + ], + [ + "messed", + 1 + ], + [ + "up,", + 1 + ], + [ + "better", + 1 + ], + [ + "off", + 1 + ], + [ + "Oh,", + 1 + ], + [ + "every", + 1 + ], + [ + "time", + 1 + ], + [ + "that,", + 1 + ], + [ + "givin'", + 1 + ], + [ + "attack.", + 1 + ], + [ + "seeing", + 1 + ], + [ + "it's...", + 1 + ], + [ + "wanted.", + 1 + ], + [ + "Everytime", + 1 + ], + [ + "wanted", + 1 + ], + [ + "OooW!", + 1 + ] + ], + [ + [ + "rock", + 36 + ], + [ + "you", + 27 + ], + [ + "I", + 25 + ], + [ + "me,", + 24 + ], + [ + "to", + 23 + ], + [ + "me", + 22 + ], + [ + "want", + 19 + ], + [ + "yeah", + 14 + ], + [ + "the", + 13 + ], + [ + "R-O-C-K", + 6 + ], + [ + "we", + 4 + ], + [ + "hit", + 4 + ], + [ + "pedal,", + 4 + ], + [ + "heavy", + 4 + ], + [ + "metal", + 4 + ], + [ + "Show", + 4 + ], + [ + "care", + 4 + ], + [ + "again", + 4 + ], + [ + "was", + 3 + ], + [ + "as", + 3 + ], + [ + "at", + 3 + ], + [ + "summer", + 2 + ], + [ + "Want", + 2 + ], + [ + "back", + 2 + ], + [ + "my", + 2 + ], + [ + "never", + 2 + ], + [ + "used", + 2 + ], + [ + "think", + 2 + ], + [ + "that", + 2 + ], + [ + "better", + 2 + ], + [ + "alone", + 2 + ], + [ + "Why", + 2 + ], + [ + "did", + 2 + ], + [ + "ever", + 2 + ], + [ + "let", + 2 + ], + [ + "go?", + 2 + ], + [ + "Under", + 2 + ], + [ + "moonlight", + 2 + ], + [ + "stared", + 2 + ], + [ + "sea", + 2 + ], + [ + "The", + 2 + ], + [ + "words", + 2 + ], + [ + "whispered", + 2 + ], + [ + "will", + 2 + ], + [ + "always", + 2 + ], + [ + "believe", + 2 + ], + [ + "were", + 2 + ], + [ + "again,", + 2 + ], + [ + "Do", + 1 + ], + [ + "remember", + 1 + ], + [ + "'09?", + 1 + ], + [ + "go", + 1 + ], + [ + "there", + 1 + ], + [ + "every", + 1 + ], + [ + "night", + 1 + ], + [ + "Just", + 1 + ], + [ + "can't", + 1 + ], + [ + "lie,", + 1 + ], + [ + "it", + 1 + ], + [ + "best", + 1 + ], + [ + "time", + 1 + ], + [ + "of", + 1 + ], + [ + "life", + 1 + ], + [ + "Lying", + 1 + ], + [ + "on", + 1 + ], + [ + "beach", + 1 + ], + [ + "sun", + 1 + ], + [ + "blew", + 1 + ], + [ + "out", + 1 + ], + [ + "Playing", + 1 + ], + [ + "this", + 1 + ], + [ + "guitar", + 1 + ], + [ + "by", + 1 + ], + [ + "fire", + 1 + ], + [ + "too", + 1 + ], + [ + "loud", + 1 + ], + [ + "Oh", + 1 + ], + [ + "my,", + 1 + ], + [ + "they", + 1 + ], + [ + "can", + 1 + ], + [ + "shut", + 1 + ], + [ + "us", + 1 + ], + [ + "down", + 1 + ], + [ + "Yeah", + 1 + ], + [ + "together", + 1 + ], + [ + "'09", + 1 + ], + [ + "roll", + 1 + ], + [ + "like", + 1 + ], + [ + "pressing", + 1 + ], + [ + "rewind", + 1 + ], + [ + "You", + 1 + ], + [ + "mine", + 1 + ], + [ + "and", + 1 + ], + [ + "said", + 1 + ], + [ + "goodbye", + 1 + ], + [ + "(Better", + 1 + ], + [ + "alone)", + 1 + ], + [ + "(Let", + 1 + ], + [ + "go)", + 1 + ], + [ + "(Stared", + 1 + ], + [ + "sea)", + 1 + ] + ], + [ + [ + "you", + 15 + ], + [ + "want", + 10 + ], + [ + "to", + 10 + ], + [ + "say", + 8 + ], + [ + "I'll", + 8 + ], + [ + "change", + 8 + ], + [ + "my", + 8 + ], + [ + "mind", + 8 + ], + [ + "I'm", + 7 + ], + [ + "if", + 7 + ], + [ + "me", + 7 + ], + [ + "stay", + 7 + ], + [ + "the", + 6 + ], + [ + "we", + 6 + ], + [ + "baby", + 6 + ], + [ + "But", + 5 + ], + [ + "walking", + 5 + ], + [ + "night", + 4 + ], + [ + "'Cause", + 3 + ], + [ + "I", + 3 + ], + [ + "don't", + 3 + ], + [ + "know", + 3 + ], + [ + "away", + 3 + ], + [ + "If", + 3 + ], + [ + "you'll", + 3 + ], + [ + "be", + 3 + ], + [ + "mine", + 3 + ], + [ + "Won't", + 3 + ], + [ + "go,", + 3 + ], + [ + "won't", + 3 + ], + [ + "go", + 3 + ], + [ + "So", + 3 + ], + [ + "Stay", + 3 + ], + [ + "for", + 3 + ], + [ + "We", + 2 + ], + [ + "on", + 2 + ], + [ + "Never", + 2 + ], + [ + "felt", + 2 + ], + [ + "like", + 2 + ], + [ + "this", + 2 + ], + [ + "before", + 2 + ], + [ + "Are", + 2 + ], + [ + "friends", + 2 + ], + [ + "or", + 2 + ], + [ + "are", + 2 + ], + [ + "more?", + 2 + ], + [ + "As", + 2 + ], + [ + "towards", + 2 + ], + [ + "door", + 2 + ], + [ + "not", + 2 + ], + [ + "sure", + 2 + ], + [ + "The", + 1 + ], + [ + "end", + 1 + ], + [ + "of", + 1 + ], + [ + "should", + 1 + ], + [ + "goodbye", + 1 + ], + [ + "carry", + 1 + ], + [ + "While", + 1 + ], + [ + "everyone's", + 1 + ], + [ + "gone", + 1 + ], + [ + "Lean", + 1 + ], + [ + "in", + 1 + ], + [ + "when", + 1 + ], + [ + "laugh", + 1 + ], + [ + "take", + 1 + ], + [ + "photographs", + 1 + ], + [ + "There's", + 1 + ], + [ + "no", + 1 + ], + [ + "music", + 1 + ], + [ + "dance", + 1 + ], + [ + "alone", + 1 + ], + [ + "Baby", + 1 + ] + ], + [ + [ + "I", + 30 + ], + [ + "he", + 25 + ], + [ + "Would", + 24 + ], + [ + "you", + 17 + ], + [ + "would", + 12 + ], + [ + "in", + 10 + ], + [ + "would,", + 10 + ], + [ + "you?", + 8 + ], + [ + "me", + 7 + ], + [ + "that", + 7 + ], + [ + "say", + 6 + ], + [ + "he's", + 6 + ], + [ + "L-O-V-E?", + 6 + ], + [ + "Well", + 6 + ], + [ + "if", + 6 + ], + [ + "it", + 6 + ], + [ + "was", + 6 + ], + [ + "then", + 6 + ], + [ + "hold", + 6 + ], + [ + "when", + 6 + ], + [ + "you're", + 6 + ], + [ + "feeling", + 6 + ], + [ + "low?", + 6 + ], + [ + "Baby", + 6 + ], + [ + "should", + 6 + ], + [ + "know", + 6 + ], + [ + "my", + 5 + ], + [ + "like", + 5 + ], + [ + "would?", + 4 + ], + [ + "a", + 3 + ], + [ + "I'm", + 3 + ], + [ + "head", + 2 + ], + [ + "your", + 2 + ], + [ + "boyfriend", + 2 + ], + [ + "got", + 2 + ], + [ + "to", + 2 + ], + [ + "were", + 2 + ], + [ + "please", + 2 + ], + [ + "kiss", + 2 + ], + [ + "treat", + 2 + ], + [ + "touch", + 2 + ], + [ + "need", + 2 + ], + [ + "love", + 2 + ], + [ + "Lately", + 1 + ], + [ + "found", + 1 + ], + [ + "myself", + 1 + ], + [ + "thinking", + 1 + ], + [ + "Been", + 1 + ], + [ + "dreaming", + 1 + ], + [ + "about", + 1 + ], + [ + "lot", + 1 + ], + [ + "And", + 1 + ], + [ + "up", + 1 + ], + [ + "But", + 1 + ], + [ + "that's", + 1 + ], + [ + "one", + 1 + ], + [ + "thing", + 1 + ], + [ + "you've", + 1 + ], + [ + "already", + 1 + ], + [ + "He", + 1 + ], + [ + "drives", + 1 + ], + [ + "school", + 1 + ], + [ + "every", + 1 + ], + [ + "morning", + 1 + ], + [ + "While", + 1 + ], + [ + "walk", + 1 + ], + [ + "alone", + 1 + ], + [ + "the", + 1 + ], + [ + "rain", + 1 + ], + [ + "He'd", + 1 + ], + [ + "kill", + 1 + ], + [ + "without", + 1 + ], + [ + "any", + 1 + ], + [ + "warning", + 1 + ], + [ + "If", + 1 + ], + [ + "took", + 1 + ], + [ + "look", + 1 + ], + [ + "brain", + 1 + ], + [ + "Back", + 1 + ], + [ + "we", + 1 + ], + [ + "kissing", + 1 + ], + [ + "thought", + 1 + ], + [ + "things", + 1 + ], + [ + "going", + 1 + ], + [ + "all", + 1 + ], + [ + "right", + 1 + ], + [ + "With", + 1 + ], + [ + "sign", + 1 + ], + [ + "on", + 1 + ], + [ + "back", + 1 + ], + [ + "saying", + 1 + ], + [ + "'kick", + 1 + ], + [ + "me'", + 1 + ], + [ + "Reality", + 1 + ], + [ + "ruined", + 1 + ], + [ + "life", + 1 + ], + [ + "It", + 1 + ], + [ + "feels", + 1 + ], + [ + "constantly", + 1 + ], + [ + "playing", + 1 + ], + [ + "A", + 1 + ], + [ + "game", + 1 + ], + [ + "destined", + 1 + ], + [ + "lose", + 1 + ], + [ + "'Cause", + 1 + ], + [ + "can't", + 1 + ], + [ + "compete", + 1 + ], + [ + "with", + 1 + ], + [ + "He's", + 1 + ], + [ + "27", + 1 + ], + [ + "tattoos", + 1 + ] + ], + [ + [ + "I", + 17 + ], + [ + "you", + 13 + ], + [ + "And", + 12 + ], + [ + "my", + 11 + ], + [ + "the", + 11 + ], + [ + "like", + 10 + ], + [ + "heart", + 10 + ], + [ + "all", + 10 + ], + [ + "this", + 10 + ], + [ + "can", + 9 + ], + [ + "it", + 9 + ], + [ + "start", + 9 + ], + [ + "we", + 8 + ], + [ + "your", + 8 + ], + [ + "broken", + 8 + ], + [ + "might", + 8 + ], + [ + "over", + 7 + ], + [ + "to", + 7 + ], + [ + "a", + 6 + ], + [ + "me", + 6 + ], + [ + "Can", + 6 + ], + [ + "fit", + 5 + ], + [ + "So", + 5 + ], + [ + "again", + 5 + ], + [ + "If", + 5 + ], + [ + "from", + 5 + ], + [ + "make", + 4 + ], + [ + "you're", + 4 + ], + [ + "pretending", + 4 + ], + [ + "With", + 4 + ], + [ + "tight", + 4 + ], + [ + "grip,", + 4 + ], + [ + "then", + 4 + ], + [ + "kiss", + 4 + ], + [ + "mend", + 4 + ], + [ + "miss", + 4 + ], + [ + "everything", + 4 + ], + [ + "said", + 4 + ], + [ + "could", + 4 + ], + [ + "lend", + 4 + ], + [ + "parts", + 4 + ], + [ + "That", + 4 + ], + [ + "will", + 4 + ], + [ + "give", + 4 + ], + [ + "never", + 3 + ], + [ + "her", + 3 + ], + [ + "with", + 3 + ], + [ + "in", + 3 + ], + [ + "that", + 2 + ], + [ + "it's", + 2 + ], + [ + "do", + 2 + ], + [ + "same", + 2 + ], + [ + "know", + 2 + ], + [ + "go", + 2 + ], + [ + "for", + 2 + ], + [ + "or", + 2 + ], + [ + "Said", + 1 + ], + [ + "I'd", + 1 + ], + [ + "leave", + 1 + ], + [ + "'Cause", + 1 + ], + [ + "hands", + 1 + ], + [ + "t-shirt", + 1 + ], + [ + "Tongue-tied", + 1 + ], + [ + "three", + 1 + ], + [ + "words,", + 1 + ], + [ + "cursed", + 1 + ], + [ + "Running", + 1 + ], + [ + "thoughts", + 1 + ], + [ + "feet", + 1 + ], + [ + "hurt", + 1 + ], + [ + "Bodies", + 1 + ], + [ + "intertwined", + 1 + ], + [ + "lips", + 1 + ], + [ + "Now", + 1 + ], + [ + "she's", + 1 + ], + [ + "feeling", + 1 + ], + [ + "so", + 1 + ], + [ + "low", + 1 + ], + [ + "Since", + 1 + ], + [ + "she", + 1 + ], + [ + "went", + 1 + ], + [ + "solo", + 1 + ], + [ + "Hole", + 1 + ], + [ + "middle", + 1 + ], + [ + "of", + 1 + ], + [ + "Polo", + 1 + ], + [ + "no", + 1 + ], + [ + "joke", + 1 + ], + [ + "take", + 1 + ], + [ + "road", + 1 + ], + [ + "Two", + 1 + ], + [ + "days", + 1 + ], + [ + "clothes?", + 1 + ], + [ + "just", + 1 + ], + [ + "what", + 1 + ], + [ + "she'll", + 1 + ], + [ + "say", + 1 + ], + [ + "pain", + 1 + ], + [ + "stop", + 1 + ], + [ + "minute?", + 1 + ], + [ + "You", + 1 + ], + [ + "know,", + 1 + ], + [ + "tell", + 1 + ], + [ + "isn't", + 1 + ], + [ + "Tell", + 1 + ], + [ + "mind,", + 1 + ], + [ + "body", + 1 + ], + [ + "and", + 1 + ], + [ + "spirit", + 1 + ], + [ + "tears", + 1 + ], + [ + "fall", + 1 + ], + [ + "down", + 1 + ], + [ + "Like", + 1 + ], + [ + "showers", + 1 + ], + [ + "are", + 1 + ], + [ + "British", + 1 + ], + [ + "Whether", + 1 + ], + [ + "we're", + 1 + ], + [ + "together", + 1 + ], + [ + "apart", + 1 + ], + [ + "We", + 1 + ], + [ + "both", + 1 + ], + [ + "remove", + 1 + ], + [ + "masks", + 1 + ], + [ + "admit", + 1 + ], + [ + "regret", + 1 + ], + [ + "You'll", + 1 + ], + [ + "how", + 1 + ], + [ + "on", + 1 + ], + [ + "own", + 1 + ], + [ + "you'll", + 1 + ], + [ + "show", + 1 + ], + [ + "weakness", + 1 + ], + [ + "letting", + 1 + ], + [ + "guess", + 1 + ], + [ + "still", + 1 + ], + [ + "hard", + 1 + ], + [ + "if", + 1 + ], + [ + "seed's", + 1 + ], + [ + "sown", + 1 + ], + [ + "But", + 1 + ], + [ + "really", + 1 + ], + [ + "want", + 1 + ], + [ + "be", + 1 + ], + [ + "alone?", + 1 + ] + ], + [ + [ + "for", + 29 + ], + [ + "you", + 28 + ], + [ + "back", + 23 + ], + [ + "you,", + 14 + ], + [ + "coming", + 9 + ], + [ + "I'm", + 7 + ], + [ + "Back", + 7 + ], + [ + "Right", + 7 + ], + [ + "I've", + 6 + ], + [ + "been", + 6 + ], + [ + "So", + 6 + ], + [ + "Lately", + 5 + ], + [ + "going", + 5 + ], + [ + "crazy", + 5 + ], + [ + "I", + 4 + ], + [ + "every", + 4 + ], + [ + "I'll", + 4 + ], + [ + "yeah", + 3 + ], + [ + "Baby,", + 3 + ], + [ + "don't", + 3 + ], + [ + "have", + 3 + ], + [ + "to", + 3 + ], + [ + "worry", + 3 + ], + [ + "be", + 3 + ], + [ + "the", + 2 + ], + [ + "You're", + 2 + ], + [ + "time", + 2 + ], + [ + "me", + 2 + ], + [ + "say", + 2 + ], + [ + "Goodbye", + 2 + ], + [ + "And", + 2 + ], + [ + "Whenever", + 1 + ], + [ + "close", + 1 + ], + [ + "my", + 1 + ], + [ + "eyes", + 1 + ], + [ + "picture", + 1 + ], + [ + "there", + 1 + ], + [ + "looking", + 1 + ], + [ + "out", + 1 + ], + [ + "at", + 1 + ], + [ + "crowd", + 1 + ], + [ + "everywhere", + 1 + ], + [ + "watching", + 1 + ], + [ + "from", + 1 + ], + [ + "stage,", + 1 + ], + [ + "Your", + 1 + ], + [ + "smile", + 1 + ], + [ + "is", + 1 + ], + [ + "on", + 1 + ], + [ + "face", + 1 + ], + [ + "now", + 1 + ], + [ + "But", + 1 + ], + [ + "wake", + 1 + ], + [ + "up", + 1 + ], + [ + "hearing", + 1 + ], + [ + "never", + 1 + ], + [ + "so", + 1 + ], + [ + "into", + 1 + ], + [ + "somebody", + 1 + ], + [ + "before", + 1 + ], + [ + "we", + 1 + ], + [ + "both", + 1 + ], + [ + "touch", + 1 + ], + [ + "only", + 1 + ], + [ + "want", + 1 + ], + [ + "more", + 1 + ], + [ + "tell", + 1 + ], + [ + "nothing's", + 1 + ], + [ + "gonna", + 1 + ], + [ + "change,", + 1 + ], + [ + "won't", + 1 + ], + [ + "ever", + 1 + ], + [ + "walk", + 1 + ], + [ + "away,", + 1 + ], + [ + "'Cause", + 1 + ], + [ + "even", + 1 + ], + [ + "though", + 1 + ], + [ + "night", + 1 + ], + [ + "You'll", + 1 + ], + [ + "know", + 1 + ], + [ + "what", + 1 + ], + [ + "Yeah", + 1 + ], + [ + "am", + 1 + ], + [ + "For", + 1 + ], + [ + "you!", + 1 + ] + ], + "No Lyrics", + [ + [ + "summer", + 11 + ], + [ + "the", + 9 + ], + [ + "will", + 9 + ], + [ + "always", + 8 + ], + [ + "You", + 8 + ], + [ + "my", + 8 + ], + [ + "love", + 8 + ], + [ + "we", + 7 + ], + [ + "that", + 6 + ], + [ + "were", + 6 + ], + [ + "be", + 6 + ], + [ + "you", + 5 + ], + [ + "I", + 5 + ], + [ + "time", + 4 + ], + [ + "it's", + 4 + ], + [ + "But", + 4 + ], + [ + "Don't", + 4 + ], + [ + "promise", + 4 + ], + [ + "know", + 4 + ], + [ + "like", + 4 + ], + [ + "remember", + 4 + ], + [ + "to", + 3 + ], + [ + "'Cause", + 3 + ], + [ + "mine", + 3 + ], + [ + "for", + 3 + ], + [ + "Now", + 3 + ], + [ + "nearly", + 3 + ], + [ + "over", + 3 + ], + [ + "Feels", + 3 + ], + [ + "snow", + 3 + ], + [ + "in", + 3 + ], + [ + "September", + 3 + ], + [ + "you're", + 2 + ], + [ + "your", + 2 + ], + [ + "and", + 2 + ], + [ + "now", + 2 + ], + [ + "say", + 2 + ], + [ + "Just", + 2 + ], + [ + "could", + 2 + ], + [ + "this", + 2 + ], + [ + "any", + 2 + ], + [ + "(Summer", + 2 + ], + [ + "Yeah", + 1 + ], + [ + "Ooh,", + 1 + ], + [ + "ooh", + 1 + ], + [ + "Can't", + 1 + ], + [ + "believe", + 1 + ], + [ + "packing", + 1 + ], + [ + "bags", + 1 + ], + [ + "Trying", + 1 + ], + [ + "so", + 1 + ], + [ + "hard", + 1 + ], + [ + "not", + 1 + ], + [ + "cry", + 1 + ], + [ + "Had", + 1 + ], + [ + "best", + 1 + ], + [ + "worst", + 1 + ], + [ + "have", + 1 + ], + [ + "goodbye", + 1 + ], + [ + "gonna", + 1 + ], + [ + "write", + 1 + ], + [ + "you'll", + 1 + ], + [ + "call", + 1 + ], + [ + "won't", + 1 + ], + [ + "forget", + 1 + ], + [ + "had", + 1 + ], + [ + "it", + 1 + ], + [ + "all", + 1 + ], + [ + "Wish", + 1 + ], + [ + "alone", + 1 + ], + [ + "If", + 1 + ], + [ + "find", + 1 + ], + [ + "some", + 1 + ], + [ + "place", + 1 + ], + [ + "hide", + 1 + ], + [ + "Make", + 1 + ], + [ + "last", + 1 + ], + [ + "just", + 1 + ], + [ + "first", + 1 + ], + [ + "Push", + 1 + ], + [ + "a", + 1 + ], + [ + "button", + 1 + ], + [ + "rewind", + 1 + ], + [ + "word", + 1 + ], + [ + "that's", + 1 + ], + [ + "on", + 1 + ], + [ + "lips", + 1 + ], + [ + "look", + 1 + ], + [ + "at", + 1 + ], + [ + "me", + 1 + ], + [ + "way", + 1 + ], + [ + "when", + 1 + ], + [ + "sky", + 1 + ], + [ + "is", + 1 + ], + [ + "gray", + 1 + ], + [ + "So", + 1 + ], + [ + "please", + 1 + ], + [ + "don't", + 1 + ], + [ + "make", + 1 + ], + [ + "harder", + 1 + ], + [ + "We", + 1 + ], + [ + "can't", + 1 + ], + [ + "take", + 1 + ], + [ + "farther", + 1 + ], + [ + "And", + 1 + ], + [ + "there's", + 1 + ], + [ + "nothing", + 1 + ], + [ + "wanna", + 1 + ], + [ + "change,", + 1 + ], + [ + "change", + 1 + ], + [ + "love!)", + 1 + ], + [ + "love)", + 1 + ] + ], + "No Lyrics", + [ + [ + "I", + 21 + ], + [ + "you", + 16 + ], + [ + "loved", + 11 + ], + [ + "first", + 11 + ], + [ + "the", + 10 + ], + [ + "But", + 9 + ], + [ + "been", + 9 + ], + [ + "Baby,", + 9 + ], + [ + "your", + 8 + ], + [ + "now", + 8 + ], + [ + "Girl,", + 5 + ], + [ + "be", + 5 + ], + [ + "see", + 5 + ], + [ + "it", + 5 + ], + [ + "never", + 5 + ], + [ + "me", + 4 + ], + [ + "to", + 4 + ], + [ + "on", + 4 + ], + [ + "my", + 4 + ], + [ + "this", + 4 + ], + [ + "time", + 4 + ], + [ + "And", + 4 + ], + [ + "I've", + 3 + ], + [ + "waiting", + 3 + ], + [ + "All", + 3 + ], + [ + "finally", + 3 + ], + [ + "say", + 3 + ], + [ + "heart's", + 3 + ], + [ + "taken", + 3 + ], + [ + "nothing", + 3 + ], + [ + "could", + 3 + ], + [ + "worse", + 3 + ], + [ + "Had", + 3 + ], + [ + "chances", + 3 + ], + [ + "Could", + 3 + ], + [ + "have", + 3 + ], + [ + "where", + 3 + ], + [ + "he", + 3 + ], + [ + "is", + 3 + ], + [ + "standing", + 3 + ], + [ + "That's", + 3 + ], + [ + "what", + 3 + ], + [ + "hurts", + 3 + ], + [ + "most", + 3 + ], + [ + "came", + 3 + ], + [ + "so", + 3 + ], + [ + "close", + 3 + ], + [ + "you'll", + 3 + ], + [ + "know", + 3 + ], + [ + "that", + 2 + ], + [ + "should", + 2 + ], + [ + "in", + 2 + ], + [ + "was", + 2 + ], + [ + "one", + 2 + ], + [ + "when", + 2 + ], + [ + "with", + 2 + ], + [ + "him", + 2 + ], + [ + "world", + 2 + ], + [ + "apart", + 2 + ], + [ + "Because", + 2 + ], + [ + "like", + 2 + ], + [ + "The", + 2 + ], + [ + "first,", + 2 + ], + [ + "Driving", + 1 + ], + [ + "house", + 1 + ], + [ + "Knocking", + 1 + ], + [ + "door", + 1 + ], + [ + "Kissing", + 1 + ], + [ + "mouth", + 1 + ], + [ + "Holding", + 1 + ], + [ + "hand", + 1 + ], + [ + "Dancing", + 1 + ], + [ + "dark", + 1 + ], + [ + "'Cause", + 1 + ], + [ + "only", + 1 + ], + [ + "Who", + 1 + ], + [ + "from", + 1 + ], + [ + "start", + 1 + ], + [ + "It", + 1 + ], + [ + "tears", + 1 + ], + [ + "Calling", + 1 + ], + [ + "phone", + 1 + ], + [ + "Saying", + 1 + ], + [ + "you're", + 1 + ], + [ + "I'll", + 1 + ], + [ + "let", + 1 + ], + [ + "go", + 1 + ], + [ + "understood", + 1 + ], + [ + "What", + 1 + ], + [ + "love", + 1 + ], + [ + "really", + 1 + ], + [ + "felt", + 1 + ], + [ + "for", + 1 + ], + [ + "Looking", + 1 + ], + [ + "eyes", + 1 + ], + [ + "My", + 1 + ], + [ + "whole", + 1 + ], + [ + "falls", + 1 + ], + [ + "touch,", + 1 + ], + [ + "kiss", + 1 + ], + [ + "girl", + 1 + ], + [ + "who", + 1 + ], + [ + "made", + 1 + ], + [ + "feel", + 1 + ], + [ + "Heartbreak,", + 1 + ], + [ + "it's", + 1 + ], + [ + "killing", + 1 + ], + [ + "why", + 1 + ], + [ + "can't", + 1 + ], + [ + "see?", + 1 + ], + [ + "first!", + 1 + ], + [ + "oh", + 1 + ], + [ + "yeah", + 1 + ] + ], + [ + [ + "you", + 20 + ], + [ + "me", + 20 + ], + [ + "to", + 14 + ], + [ + "I", + 13 + ], + [ + "it", + 13 + ], + [ + "tearing", + 9 + ], + [ + "one", + 9 + ], + [ + "so", + 8 + ], + [ + "if", + 8 + ], + [ + "when", + 7 + ], + [ + "be", + 6 + ], + [ + "like", + 6 + ], + [ + "ever", + 6 + ], + [ + "in", + 6 + ], + [ + "No", + 6 + ], + [ + "Baby", + 6 + ], + [ + "my", + 6 + ], + [ + "not", + 6 + ], + [ + "even", + 6 + ], + [ + "You're", + 5 + ], + [ + "Now", + 5 + ], + [ + "do", + 5 + ], + [ + "tell", + 5 + ], + [ + "say", + 4 + ], + [ + "And", + 4 + ], + [ + "of", + 4 + ], + [ + "the", + 4 + ], + [ + "Nobody", + 4 + ], + [ + "compares", + 4 + ], + [ + "apart", + 3 + ], + [ + "your", + 3 + ], + [ + "There's", + 3 + ], + [ + "gotta", + 3 + ], + [ + "some", + 3 + ], + [ + "way", + 3 + ], + [ + "To", + 3 + ], + [ + "get", + 3 + ], + [ + "want", + 3 + ], + [ + "before", + 3 + ], + [ + "'Cause", + 3 + ], + [ + "no", + 3 + ], + [ + "looked", + 3 + ], + [ + "good", + 3 + ], + [ + "a", + 3 + ], + [ + "dress", + 3 + ], + [ + "hurts", + 3 + ], + [ + "'cause", + 3 + ], + [ + "know", + 3 + ], + [ + "won't", + 3 + ], + [ + "mine", + 3 + ], + [ + "tonight", + 3 + ], + [ + "makes", + 3 + ], + [ + "feel", + 3 + ], + [ + "smile", + 3 + ], + [ + "how", + 3 + ], + [ + "make", + 3 + ], + [ + "right", + 3 + ], + [ + "all", + 3 + ], + [ + "friends", + 3 + ], + [ + "it's", + 3 + ], + [ + "really", + 3 + ], + [ + "worth", + 3 + ], + [ + "But", + 3 + ], + [ + "that's", + 3 + ], + [ + "true", + 3 + ], + [ + "world", + 3 + ], + [ + "could", + 3 + ], + [ + "stop", + 3 + ], + [ + "from", + 3 + ], + [ + "moving", + 3 + ], + [ + "on", + 3 + ], + [ + "wanted", + 3 + ], + [ + "up", + 3 + ], + [ + "you're", + 2 + ], + [ + "apart,", + 2 + ], + [ + "own", + 2 + ], + [ + "Did", + 2 + ], + [ + "something", + 2 + ], + [ + "stupid?", + 2 + ], + [ + "Yeah", + 2 + ], + [ + "girl,", + 2 + ], + [ + "blew", + 2 + ], + [ + "Just", + 2 + ], + [ + "what", + 2 + ], + [ + "did", + 2 + ], + [ + "Let's", + 2 + ], + [ + "work", + 2 + ], + [ + "through", + 2 + ], + [ + "we", + 2 + ], + [ + "heart", + 2 + ], + [ + "pretty", + 1 + ], + [ + "cry,", + 1 + ], + [ + "cry", + 1 + ], + [ + "Wasn't", + 1 + ], + [ + "ready", + 1 + ], + [ + "hear", + 1 + ], + [ + "goodbye", + 1 + ], + [ + "London,", + 1 + ], + [ + "style,", + 1 + ], + [ + "style", + 1 + ], + [ + "together", + 1 + ], + [ + "we're", + 1 + ], + [ + "good,", + 1 + ], + [ + "girl", + 1 + ], + [ + "why", + 1 + ], + [ + "Are", + 1 + ], + [ + "apart?", + 1 + ], + [ + "We're", + 1 + ], + [ + "Paris", + 1 + ], + [ + "kissed,", + 1 + ], + [ + "kissed", + 1 + ], + [ + "remember", + 1 + ], + [ + "taste", + 1 + ], + [ + "lipstick", + 1 + ], + [ + "heart,", + 1 + ] + ], + [ + [ + "i", + 24 + ], + [ + "you", + 17 + ], + [ + "know", + 15 + ], + [ + "you're", + 15 + ], + [ + "the", + 15 + ], + [ + "still", + 13 + ], + [ + "but", + 10 + ], + [ + "i-i-i", + 7 + ], + [ + "that", + 6 + ], + [ + "all", + 6 + ], + [ + "i'm", + 6 + ], + [ + "I", + 6 + ], + [ + "me", + 5 + ], + [ + "was", + 5 + ], + [ + "so", + 5 + ], + [ + "stupid", + 5 + ], + [ + "for", + 5 + ], + [ + "letting", + 5 + ], + [ + "go,", + 5 + ], + [ + "one", + 5 + ], + [ + "wanna", + 4 + ], + [ + "at", + 4 + ], + [ + "should", + 4 + ], + [ + "have", + 4 + ], + [ + "one.", + 4 + ], + [ + "one)", + 4 + ], + [ + "You", + 3 + ], + [ + "it", + 3 + ], + [ + "saying", + 3 + ], + [ + "too", + 3 + ], + [ + "much,", + 3 + ], + [ + "will", + 3 + ], + [ + "never", + 3 + ], + [ + "give", + 3 + ], + [ + "up,", + 3 + ], + [ + "something", + 2 + ], + [ + "really", + 2 + ], + [ + "let", + 2 + ], + [ + "yeah", + 2 + ], + [ + "say,", + 2 + ], + [ + "to", + 2 + ], + [ + "left", + 2 + ], + [ + "Now", + 2 + ], + [ + "back", + 2 + ], + [ + "your", + 2 + ], + [ + "door,", + 2 + ], + [ + "looking", + 2 + ], + [ + "unshure,", + 2 + ], + [ + "seen", + 2 + ], + [ + "before.", + 2 + ], + [ + "You're", + 2 + ], + [ + "think", + 2 + ], + [ + "about,", + 2 + ], + [ + "baby.", + 2 + ], + [ + "might", + 2 + ], + [ + "moved", + 2 + ], + [ + "on,but,girl", + 2 + ], + [ + "know:", + 2 + ], + [ + "(i-i-i", + 2 + ], + [ + "what", + 2 + ], + [ + "tried,", + 2 + ], + [ + "and", + 2 + ], + [ + "hey", + 2 + ], + [ + "Hello,hello,", + 1 + ], + [ + "it's", + 1 + ], + [ + "been", + 1 + ], + [ + "a", + 1 + ], + [ + "while", + 1 + ], + [ + "baby,", + 1 + ], + [ + "got", + 1 + ], + [ + "know,", + 1 + ], + [ + "know.", + 1 + ], + [ + "everybody", + 1 + ], + [ + "hate", + 1 + ], + [ + "me.", + 1 + ], + [ + "Couldn't", + 1 + ], + [ + "blame", + 1 + ], + [ + "'cause", + 1 + ], + [ + "alone,", + 1 + ], + [ + "alone.", + 1 + ], + [ + "Hello,hello", + 1 + ], + [ + "hoping", + 1 + ], + [ + "forgive", + 1 + ], + [ + "keep", + 1 + ], + [ + "talking", + 1 + ], + [ + "begging-tell", + 1 + ], + [ + "hear,yeah,", + 1 + ], + [ + "girl,", + 1 + ], + [ + "just", + 1 + ], + [ + "tell", + 1 + ], + [ + "hear.", + 1 + ], + [ + "start", + 1 + ], + [ + "again", + 1 + ], + [ + "find", + 1 + ], + [ + "somebody,", + 1 + ], + [ + "remember", + 1 + ], + [ + "times", + 1 + ], + [ + "words", + 1 + ], + [ + "we", + 1 + ], + [ + "said,", + 1 + ], + [ + "yeah,", + 1 + ], + [ + "can't", + 1 + ], + [ + "get", + 1 + ], + [ + "out", + 1 + ], + [ + "of", + 1 + ], + [ + "my", + 1 + ], + [ + "head.", + 1 + ], + [ + "hey,you", + 1 + ], + [ + "(hey,", + 1 + ], + [ + "you...)", + 1 + ] + ], + [ + [ + "I", + 16 + ], + [ + "you", + 16 + ], + [ + "in", + 9 + ], + [ + "and", + 8 + ], + [ + "to", + 7 + ], + [ + "all", + 7 + ], + [ + "And", + 7 + ], + [ + "with", + 7 + ], + [ + "a", + 6 + ], + [ + "the", + 6 + ], + [ + "Truly", + 6 + ], + [ + "madly", + 6 + ], + [ + "love", + 6 + ], + [ + "am", + 5 + ], + [ + "me", + 5 + ], + [ + "that", + 4 + ], + [ + "on", + 4 + ], + [ + "this", + 4 + ], + [ + "keep", + 4 + ], + [ + "Or", + 3 + ], + [ + "not", + 3 + ], + [ + "it", + 3 + ], + [ + "deeply,", + 3 + ], + [ + "Foolishly", + 3 + ], + [ + "completely", + 3 + ], + [ + "somehow", + 3 + ], + [ + "kicked", + 3 + ], + [ + "my", + 3 + ], + [ + "walls", + 3 + ], + [ + "So", + 3 + ], + [ + "baby", + 3 + ], + [ + "say", + 3 + ], + [ + "you'll", + 3 + ], + [ + "always", + 3 + ], + [ + "crazy", + 3 + ], + [ + "deeply", + 3 + ], + [ + "In", + 3 + ], + [ + "or", + 2 + ], + [ + "Like", + 2 + ], + [ + "those", + 2 + ], + [ + "I'm", + 2 + ], + [ + "just", + 2 + ], + [ + "falling", + 2 + ], + [ + "put", + 2 + ], + [ + "up", + 2 + ], + [ + "feel", + 2 + ], + [ + "like", + 2 + ], + [ + "if", + 2 + ], + [ + "Am", + 1 + ], + [ + "asleep,", + 1 + ], + [ + "awake,", + 1 + ], + [ + "somewhere", + 1 + ], + [ + "between?", + 1 + ], + [ + "can't", + 1 + ], + [ + "believe", + 1 + ], + [ + "are", + 1 + ], + [ + "here", + 1 + ], + [ + "lying", + 1 + ], + [ + "next", + 1 + ], + [ + "did", + 1 + ], + [ + "dream", + 1 + ], + [ + "we", + 1 + ], + [ + "were", + 1 + ], + [ + "perfectly", + 1 + ], + [ + "entwined", + 1 + ], + [ + "branches", + 1 + ], + [ + "tree", + 1 + ], + [ + "twigs", + 1 + ], + [ + "caught", + 1 + ], + [ + "vine?", + 1 + ], + [ + "days", + 1 + ], + [ + "weeks", + 1 + ], + [ + "months", + 1 + ], + [ + "tried", + 1 + ], + [ + "steal", + 1 + ], + [ + "kiss", + 1 + ], + [ + "sleepless", + 1 + ], + [ + "nights", + 1 + ], + [ + "daydreams", + 1 + ], + [ + "where", + 1 + ], + [ + "pictured", + 1 + ], + [ + "underdog", + 1 + ], + [ + "who", + 1 + ], + [ + "finally", + 1 + ], + [ + "got", + 1 + ], + [ + "girl", + 1 + ], + [ + "ashamed", + 1 + ], + [ + "tell", + 1 + ], + [ + "world", + 1 + ], + [ + "Should", + 1 + ], + [ + "coffee", + 1 + ], + [ + "granola", + 1 + ], + [ + "tray", + 1 + ], + [ + "bed", + 1 + ], + [ + "wake", + 1 + ], + [ + "words", + 1 + ], + [ + "still", + 1 + ], + [ + "haven't", + 1 + ], + [ + "said?", + 1 + ], + [ + "tender", + 1 + ], + [ + "touches", + 1 + ], + [ + "show", + 1 + ], + [ + "how", + 1 + ], + [ + "should", + 1 + ], + [ + "act", + 1 + ], + [ + "cool", + 1 + ], + [ + "was", + 1 + ], + [ + "no", + 1 + ], + [ + "big", + 1 + ], + [ + "deal?", + 1 + ], + [ + "Wish", + 1 + ], + [ + "could", + 1 + ], + [ + "freeze", + 1 + ], + [ + "moment", + 1 + ], + [ + "frame", + 1 + ], + [ + "stay", + 1 + ], + [ + "day", + 1 + ], + [ + "back", + 1 + ], + [ + "replay", + 1 + ], + [ + "reliving", + 1 + ], + [ + "'Cause", + 1 + ], + [ + "here's", + 1 + ], + [ + "tragic", + 1 + ], + [ + "truth,", + 1 + ], + [ + "don't", + 1 + ], + [ + "same", + 1 + ], + [ + "My", + 1 + ], + [ + "heart", + 1 + ], + [ + "would", + 1 + ], + [ + "fall", + 1 + ], + [ + "apart", + 1 + ], + [ + "someone", + 1 + ], + [ + "said", + 1 + ], + [ + "your", + 1 + ], + [ + "name", + 1 + ], + [ + "hope", + 1 + ], + [ + "casualty", + 1 + ], + [ + "Hope", + 1 + ], + [ + "won't", + 1 + ], + [ + "get", + 1 + ], + [ + "leave", + 1 + ], + [ + "Might", + 1 + ], + [ + "mean", + 1 + ], + [ + "much", + 1 + ], + [ + "But", + 1 + ], + [ + "it's", + 1 + ], + [ + "everything", + 1 + ], + [ + "Everything", + 1 + ], + [ + "fallen", + 1 + ], + [ + "With", + 1 + ] + ], + [ + [ + "you", + 21 + ], + [ + "I", + 16 + ], + [ + "do", + 13 + ], + [ + "is", + 13 + ], + [ + "magic", + 13 + ], + [ + "'Cause", + 9 + ], + [ + "to", + 9 + ], + [ + "everything", + 8 + ], + [ + "know", + 7 + ], + [ + "now", + 7 + ], + [ + "on", + 6 + ], + [ + "But", + 6 + ], + [ + "want", + 6 + ], + [ + "can't", + 6 + ], + [ + "got", + 5 + ], + [ + "me", + 5 + ], + [ + "Everything", + 5 + ], + [ + "don't", + 4 + ], + [ + "that", + 4 + ], + [ + "Kissed", + 4 + ], + [ + "once", + 4 + ], + [ + "leave", + 4 + ], + [ + "out", + 3 + ], + [ + "And", + 3 + ], + [ + "you,", + 3 + ], + [ + "you've", + 3 + ], + [ + "this", + 3 + ], + [ + "spell", + 3 + ], + [ + "what", + 3 + ], + [ + "believe", + 3 + ], + [ + "it", + 3 + ], + [ + "They", + 2 + ], + [ + "say", + 2 + ], + [ + "we're", + 2 + ], + [ + "no", + 2 + ], + [ + "good", + 2 + ], + [ + "together", + 2 + ], + [ + "it's", + 2 + ], + [ + "never", + 2 + ], + [ + "gonna", + 2 + ], + [ + "work", + 2 + ], + [ + "baby", + 2 + ], + [ + "moving", + 2 + ], + [ + "too", + 2 + ], + [ + "fast", + 2 + ], + [ + "be", + 2 + ], + [ + "bad", + 2 + ], + [ + "when", + 2 + ], + [ + "you're", + 2 + ], + [ + "looking", + 2 + ], + [ + "like", + 2 + ], + [ + "hold", + 2 + ], + [ + "back", + 2 + ], + [ + "put", + 2 + ], + [ + "my", + 2 + ], + [ + "record", + 2 + ], + [ + "everyone", + 2 + ], + [ + "B-b-b-baby", + 1 + ], + [ + "come", + 1 + ], + [ + "over", + 1 + ], + [ + "care", + 1 + ], + [ + "if", + 1 + ], + [ + "people", + 1 + ], + [ + "find", + 1 + ], + [ + "girl", + 1 + ], + [ + "So", + 1 + ], + [ + "l-l-let", + 1 + ], + [ + "them", + 1 + ], + [ + "take", + 1 + ], + [ + "our", + 1 + ], + [ + "picture", + 1 + ], + [ + "Spread", + 1 + ], + [ + "all", + 1 + ], + [ + "around", + 1 + ], + [ + "the", + 1 + ], + [ + "world", + 1 + ], + [ + "Girl", + 1 + ], + [ + "Come", + 1 + ], + [ + "on!", + 1 + ] + ], + [ + [ + "your", + 18 + ], + [ + "I", + 9 + ], + [ + "And", + 7 + ], + [ + "the", + 6 + ], + [ + "so", + 6 + ], + [ + "I'm", + 5 + ], + [ + "eyes", + 5 + ], + [ + "Irresistible", + 5 + ], + [ + "if", + 4 + ], + [ + "answer", + 4 + ], + [ + "lips", + 4 + ], + [ + "kiss", + 4 + ], + [ + "Your", + 4 + ], + [ + "fingertips", + 4 + ], + [ + "in", + 4 + ], + [ + "and", + 4 + ], + [ + "eyes,", + 4 + ], + [ + "to", + 3 + ], + [ + "make", + 3 + ], + [ + "ask", + 3 + ], + [ + "you", + 3 + ], + [ + "kissable", + 3 + ], + [ + "unmissable", + 3 + ], + [ + "touchable", + 3 + ], + [ + "irresistible", + 3 + ], + [ + "down", + 3 + ], + [ + "(Irresistible)", + 3 + ], + [ + "Don't", + 2 + ], + [ + "me", + 2 + ], + [ + "stay", + 2 + ], + [ + "Or", + 2 + ], + [ + "don't", + 2 + ], + [ + "have", + 2 + ], + [ + "Heartache", + 2 + ], + [ + "doesn't", + 2 + ], + [ + "last", + 2 + ], + [ + "forever", + 2 + ], + [ + "I'll", + 2 + ], + [ + "say", + 2 + ], + [ + "Midnight", + 2 + ], + [ + "It", + 2 + ], + [ + "makes", + 2 + ], + [ + "know", + 2 + ], + [ + "my", + 2 + ], + [ + "It's", + 2 + ], + [ + "things", + 2 + ], + [ + "try", + 1 + ], + [ + "okay", + 1 + ], + [ + "night", + 1 + ], + [ + "alright", + 1 + ], + [ + "fine", + 1 + ], + [ + "ain't", + 1 + ], + [ + "no", + 1 + ], + [ + "time", + 1 + ], + [ + "for", + 1 + ], + [ + "laughing", + 1 + ], + [ + "When", + 1 + ], + [ + "goodbye", + 1 + ], + [ + "I've", + 1 + ], + [ + "tried", + 1 + ], + [ + "myself", + 1 + ], + [ + "Should", + 1 + ], + [ + "see", + 1 + ], + [ + "someone", + 1 + ], + [ + "else?", + 1 + ], + [ + "wish", + 1 + ], + [ + "knew", + 1 + ], + [ + "But", + 1 + ], + [ + "go", + 1 + ], + [ + "now,", + 1 + ], + [ + "leave", + 1 + ], + [ + "Then", + 1 + ], + [ + "on", + 1 + ], + [ + "own", + 1 + ], + [ + "tonight", + 1 + ], + [ + "never", + 1 + ], + [ + "Dark", + 1 + ], + [ + "turns", + 1 + ], + [ + "light", + 1 + ], + [ + "flips", + 1 + ], + [ + "world", + 1 + ], + [ + "around", + 1 + ], + [ + "falling", + 1 + ], + [ + "That's", + 1 + ], + [ + "why", + 1 + ], + [ + "find", + 1 + ], + [ + "touch", + 1 + ], + [ + "it's", + 1 + ], + [ + "all", + 1 + ], + [ + "other", + 1 + ], + [ + "That", + 1 + ], + [ + "who", + 1 + ], + [ + "are", + 1 + ] + ], + "No Lyrics", + [ + [ + "yeah", + 41 + ], + [ + "you", + 23 + ], + [ + "me", + 17 + ], + [ + "Baby", + 14 + ], + [ + "take", + 12 + ], + [ + "Yeah", + 11 + ], + [ + "to", + 10 + ], + [ + "want", + 10 + ], + [ + "And", + 9 + ], + [ + "just", + 8 + ], + [ + "say", + 8 + ], + [ + "You", + 7 + ], + [ + "it", + 7 + ], + [ + "kiss", + 7 + ], + [ + "tell", + 6 + ], + [ + "get", + 5 + ], + [ + "if", + 5 + ], + [ + "don't", + 5 + ], + [ + "let", + 5 + ], + [ + "Oh", + 4 + ], + [ + "time", + 4 + ], + [ + "we", + 4 + ], + [ + "Tou-ou-ouch", + 4 + ], + [ + "this", + 4 + ], + [ + "kinda", + 4 + ], + [ + "Ru-u-ush", + 4 + ], + [ + "If", + 4 + ], + [ + "slow", + 4 + ], + [ + "home", + 4 + ], + [ + "I", + 3 + ], + [ + "wanna", + 3 + ], + [ + "your", + 3 + ], + [ + "on", + 3 + ], + [ + "shout", + 3 + ], + [ + "So", + 3 + ], + [ + "girl", + 3 + ], + [ + "every", + 3 + ], + [ + "over", + 3 + ], + [ + "mine", + 3 + ], + [ + "that", + 2 + ], + [ + "out", + 2 + ], + [ + "any", + 2 + ], + [ + "I'll", + 2 + ], + [ + "there,", + 2 + ], + [ + "me,", + 2 + ], + [ + "out,", + 2 + ], + [ + "too", + 2 + ], + [ + "Let's", + 2 + ], + [ + "make", + 2 + ], + [ + "a", + 2 + ], + [ + "move", + 2 + ], + [ + "Come", + 2 + ], + [ + "come", + 2 + ], + [ + "here,", + 2 + ], + [ + "be", + 2 + ], + [ + "tonight,", + 2 + ], + [ + "Let", + 2 + ], + [ + "you,", + 2 + ], + [ + "anywhere", + 1 + ], + [ + "you'd", + 1 + ], + [ + "like", + 1 + ], + [ + "We", + 1 + ], + [ + "could", + 1 + ], + [ + "go", + 1 + ], + [ + "day,", + 1 + ], + [ + "night", + 1 + ], + [ + "there", + 1 + ], + [ + "how", + 1 + ], + [ + "turn", + 1 + ], + [ + "love", + 1 + ], + [ + "can", + 1 + ], + [ + "get,", + 1 + ], + [ + "anything", + 1 + ], + [ + "baby,", + 1 + ], + [ + "baby", + 1 + ], + [ + "know", + 1 + ], + [ + "got", + 1 + ], + [ + "what", + 1 + ], + [ + "need", + 1 + ], + [ + "Lookin'", + 1 + ], + [ + "so", + 1 + ], + [ + "good", + 1 + ], + [ + "from", + 1 + ], + [ + "head", + 1 + ], + [ + "feet", + 1 + ], + [ + "here", + 1 + ], + [ + "show", + 1 + ], + [ + "off", + 1 + ], + [ + "all", + 1 + ], + [ + "of", + 1 + ], + [ + "my", + 1 + ], + [ + "friends", + 1 + ], + [ + "Makin'", + 1 + ], + [ + "them", + 1 + ], + [ + "drool", + 1 + ], + [ + "down", + 1 + ], + [ + "their", + 1 + ], + [ + "chinny", + 1 + ], + [ + "chin", + 1 + ], + [ + "chins", + 1 + ], + [ + "tonight", + 1 + ], + [ + "Every", + 1 + ] + ] + ] + }, + { + "Midnight Memories [2013]": [ + [ + [ + "I", + 33 + ], + [ + "it", + 18 + ], + [ + "the", + 14 + ], + [ + "song", + 13 + ], + [ + "ever", + 12 + ], + [ + "we", + 11 + ], + [ + "best", + 11 + ], + [ + "you", + 9 + ], + [ + "to", + 9 + ], + [ + "danced", + 9 + ], + [ + "think", + 9 + ], + [ + "all", + 8 + ], + [ + "night", + 8 + ], + [ + "remember", + 8 + ], + [ + "know", + 8 + ], + [ + "know,", + 8 + ], + [ + "goes", + 6 + ], + [ + "her", + 6 + ], + [ + "went,", + 6 + ], + [ + "And", + 5 + ], + [ + "but", + 5 + ], + [ + "that", + 5 + ], + [ + "won\u2019t", + 5 + ], + [ + "forget", + 5 + ], + [ + "was", + 5 + ], + [ + "she", + 4 + ], + [ + "said,", + 4 + ], + [ + "We", + 4 + ], + [ + "knew", + 4 + ], + [ + "every", + 4 + ], + [ + "line,", + 4 + ], + [ + "now", + 4 + ], + [ + "can\u2019t", + 4 + ], + [ + "How", + 4 + ], + [ + "'Cause", + 4 + ], + [ + "oh", + 4 + ], + [ + "yeah", + 4 + ], + [ + "(ow)", + 3 + ], + [ + "like", + 3 + ], + [ + "\"oh", + 3 + ], + [ + "oh\"", + 3 + ], + [ + "\"yeah", + 3 + ], + [ + "yeah\"", + 3 + ], + [ + "goes...", + 3 + ], + [ + "(woooo)", + 3 + ], + [ + "a", + 3 + ], + [ + "It", + 3 + ], + [ + "and", + 2 + ], + [ + "\"Can", + 2 + ], + [ + "me?\"", + 2 + ], + [ + "She", + 2 + ], + [ + "\"Never", + 2 + ], + [ + "in", + 2 + ], + [ + "your", + 2 + ], + [ + "wildest", + 2 + ], + [ + "dreams.\"", + 2 + ], + [ + "Said", + 2 + ], + [ + "had", + 2 + ], + [ + "dirty", + 2 + ], + [ + "me", + 2 + ], + [ + "You", + 2 + ], + [ + "I\u2019ll", + 2 + ], + [ + "(How", + 2 + ], + [ + "danced)", + 2 + ], + [ + "Maybe", + 1 + ], + [ + "it\u2019s", + 1 + ], + [ + "way", + 1 + ], + [ + "walked", + 1 + ], + [ + "Straight", + 1 + ], + [ + "into", + 1 + ], + [ + "my", + 1 + ], + [ + "heart", + 1 + ], + [ + "stole", + 1 + ], + [ + "Through", + 1 + ], + [ + "doors", + 1 + ], + [ + "past", + 1 + ], + [ + "guards", + 1 + ], + [ + "Just", + 1 + ], + [ + "already", + 1 + ], + [ + "owned", + 1 + ], + [ + "give", + 1 + ], + [ + "back", + 1 + ], + [ + "name", + 1 + ], + [ + "Georgia", + 1 + ], + [ + "Rose", + 1 + ], + [ + "daddy", + 1 + ], + [ + "dentist", + 1 + ], + [ + "mouth", + 1 + ], + [ + "(I", + 1 + ], + [ + "mouth)", + 1 + ], + [ + "But", + 1 + ], + [ + "kissed", + 1 + ], + [ + "meant", + 1 + ], + [ + "take", + 1 + ], + [ + "home", + 1 + ], + [ + "with", + 1 + ], + [ + "you\u2019ll", + 1 + ], + [ + "hope", + 1 + ], + [ + "how", + 1 + ], + [ + "(Oh", + 1 + ], + [ + "oh)", + 1 + ], + [ + "(Yeah", + 1 + ], + [ + "yeah)", + 1 + ], + [ + "One,", + 1 + ], + [ + "two,", + 1 + ], + [ + "one", + 1 + ], + [ + "two", + 1 + ], + [ + "three", + 1 + ], + [ + "Ow!", + 1 + ], + [ + "(We", + 1 + ], + [ + "danced,", + 1 + ], + [ + "(And", + 1 + ], + [ + "something", + 1 + ], + [ + "this)", + 1 + ], + [ + "her)", + 1 + ], + [ + "(Best", + 1 + ], + [ + "ever)", + 1 + ], + [ + "its", + 1 + ], + [ + "Best", + 1 + ] + ], + [ + [ + "story", + 24 + ], + [ + "I", + 18 + ], + [ + "my", + 18 + ], + [ + "The", + 16 + ], + [ + "the", + 14 + ], + [ + "her", + 14 + ], + [ + "of", + 12 + ], + [ + "life", + 9 + ], + [ + "in", + 8 + ], + [ + "that", + 6 + ], + [ + "(the", + 6 + ], + [ + "of,", + 6 + ], + [ + "of)", + 6 + ], + [ + "to", + 5 + ], + [ + "is", + 5 + ], + [ + "on", + 4 + ], + [ + "time", + 4 + ], + [ + "she's", + 4 + ], + [ + "broke", + 4 + ], + [ + "these", + 3 + ], + [ + "heart", + 3 + ], + [ + "be", + 3 + ], + [ + "And", + 3 + ], + [ + "I'll", + 3 + ], + [ + "I've", + 3 + ], + [ + "been", + 3 + ], + [ + "life,", + 3 + ], + [ + "take", + 3 + ], + [ + "home", + 3 + ], + [ + "drive", + 3 + ], + [ + "all", + 3 + ], + [ + "night", + 3 + ], + [ + "keep", + 3 + ], + [ + "warm", + 3 + ], + [ + "and", + 3 + ], + [ + "frozen", + 3 + ], + [ + "give", + 3 + ], + [ + "hope", + 3 + ], + [ + "spend", + 3 + ], + [ + "love", + 3 + ], + [ + "until", + 3 + ], + [ + "inside", + 3 + ], + [ + "Written", + 2 + ], + [ + "walls", + 2 + ], + [ + "are", + 2 + ], + [ + "can't", + 2 + ], + [ + "but", + 2 + ], + [ + "it", + 2 + ], + [ + "stays", + 2 + ], + [ + "right", + 2 + ], + [ + "here", + 2 + ], + [ + "for", + 2 + ], + [ + "me", + 2 + ], + [ + "us", + 2 + ], + [ + "gone,", + 2 + ], + [ + "gone", + 2 + ], + [ + "tonight", + 2 + ], + [ + "beneath", + 2 + ], + [ + "feet", + 2 + ], + [ + "open", + 2 + ], + [ + "way", + 2 + ], + [ + "holdin'", + 2 + ], + [ + "tight", + 2 + ], + [ + "With", + 2 + ], + [ + "nothing", + 2 + ], + [ + "between", + 2 + ], + [ + "Is", + 2 + ], + [ + "stories", + 1 + ], + [ + "explain", + 1 + ], + [ + "leave", + 1 + ], + [ + "open,", + 1 + ], + [ + "empty", + 1 + ], + [ + "days", + 1 + ], + [ + "She", + 1 + ], + [ + "told", + 1 + ], + [ + "morning", + 1 + ], + [ + "she", + 1 + ], + [ + "don't", + 1 + ], + [ + "feel", + 1 + ], + [ + "same", + 1 + ], + [ + "about", + 1 + ], + [ + "bones", + 1 + ], + [ + "It", + 1 + ], + [ + "seems", + 1 + ], + [ + "when", + 1 + ], + [ + "die", + 1 + ], + [ + "words", + 1 + ], + [ + "will", + 1 + ], + [ + "written", + 1 + ], + [ + "stone", + 1 + ], + [ + "ground", + 1 + ], + [ + "wide", + 1 + ], + [ + "too", + 1 + ], + [ + "colours", + 1 + ], + [ + "change", + 1 + ], + [ + "Leave", + 1 + ], + [ + "its", + 1 + ], + [ + "cage", + 1 + ], + [ + "know", + 1 + ], + [ + "morning,", + 1 + ], + [ + "see", + 1 + ], + [ + "light", + 1 + ], + [ + "upon", + 1 + ], + [ + "hill", + 1 + ], + [ + "Although", + 1 + ], + [ + "am", + 1 + ], + [ + "broken,", + 1 + ], + [ + "untamed", + 1 + ], + [ + "still", + 1 + ], + [ + "fire", + 1 + ], + [ + "burning", + 1 + ], + [ + "bright", + 1 + ], + [ + "so", + 1 + ], + [ + "waiting", + 1 + ], + [ + "this", + 1 + ], + [ + "come", + 1 + ], + [ + "around", + 1 + ], + [ + "But", + 1 + ], + [ + "baby,", + 1 + ], + [ + "running", + 1 + ], + [ + "after", + 1 + ], + [ + "you", + 1 + ], + [ + "like", + 1 + ], + [ + "chasing", + 1 + ], + [ + "clouds", + 1 + ], + [ + "(Give", + 1 + ], + [ + "hope)", + 1 + ], + [ + "(Until", + 1 + ], + [ + "inside)", + 1 + ] + ], + [ + [ + "you", + 14 + ], + [ + "I", + 14 + ], + [ + "be", + 12 + ], + [ + "Diana,", + 10 + ], + [ + "your", + 8 + ], + [ + "a", + 6 + ], + [ + "Let", + 6 + ], + [ + "me", + 6 + ], + [ + "the", + 6 + ], + [ + "one", + 6 + ], + [ + "to", + 6 + ], + [ + "don't", + 6 + ], + [ + "even", + 6 + ], + [ + "you'd", + 5 + ], + [ + "saving", + 5 + ], + [ + "You've", + 4 + ], + [ + "been", + 4 + ], + [ + "could", + 3 + ], + [ + "ya,", + 3 + ], + [ + "light", + 3 + ], + [ + "fire", + 3 + ], + [ + "inside", + 3 + ], + [ + "those", + 3 + ], + [ + "eyes,", + 3 + ], + [ + "lonely,", + 3 + ], + [ + "know", + 3 + ], + [ + "me,", + 3 + ], + [ + "But", + 3 + ], + [ + "can", + 3 + ], + [ + "feel", + 3 + ], + [ + "crying,", + 3 + ], + [ + "lift", + 3 + ], + [ + "heart", + 3 + ], + [ + "up", + 3 + ], + [ + "and", + 3 + ], + [ + "save", + 3 + ], + [ + "life,", + 3 + ], + [ + "think", + 3 + ], + [ + "baby", + 3 + ], + [ + "mine.", + 3 + ], + [ + "Diana", + 2 + ], + [ + "all", + 2 + ], + [ + "so", + 2 + ], + [ + "How", + 2 + ], + [ + "someone", + 2 + ], + [ + "not", + 2 + ], + [ + "at", + 2 + ], + [ + "all?", + 2 + ], + [ + "(Oh-ah-oh)", + 2 + ], + [ + "never", + 2 + ], + [ + "speak", + 2 + ], + [ + "different", + 2 + ], + [ + "language", + 2 + ], + [ + "but", + 2 + ], + [ + "still", + 2 + ], + [ + "hear", + 2 + ], + [ + "call.", + 2 + ], + [ + "wanna", + 2 + ], + [ + "realize", + 2 + ], + [ + "Baby", + 2 + ], + [ + "The", + 1 + ], + [ + "front", + 1 + ], + [ + "page", + 1 + ], + [ + "is", + 1 + ], + [ + "pictures,", + 1 + ], + [ + "They", + 1 + ], + [ + "make", + 1 + ], + [ + "look", + 1 + ], + [ + "small,", + 1 + ], + [ + "miss", + 1 + ], + [ + "would", + 1 + ], + [ + "mistreat", + 1 + ], + [ + "No,", + 1 + ], + [ + "I'm", + 1 + ], + [ + "criminal,", + 1 + ], + [ + "realize,", + 1 + ], + [ + "It's", + 1 + ], + [ + "only", + 1 + ], + [ + "four", + 1 + ], + [ + "months", + 1 + ], + [ + "but,", + 1 + ], + [ + "fallen", + 1 + ], + [ + "down", + 1 + ], + [ + "far,", + 1 + ], + [ + "mislead", + 1 + ], + [ + "reach", + 1 + ], + [ + "out", + 1 + ], + [ + "for", + 1 + ], + [ + "break", + 1 + ], + [ + "these", + 1 + ], + [ + "walls,", + 1 + ], + [ + "We", + 1 + ], + [ + "need", + 1 + ], + [ + "something,", + 1 + ], + [ + "This", + 1 + ], + [ + "can't", + 1 + ], + [ + "over", + 1 + ], + [ + "now,", + 1 + ], + [ + "If", + 1 + ], + [ + "hold", + 1 + ], + [ + "Swear", + 1 + ], + [ + "I'd", + 1 + ], + [ + "put", + 1 + ], + [ + "down.", + 1 + ], + [ + "mine,", + 1 + ], + [ + "mine", + 1 + ] + ], + [ + [ + "oh", + 20 + ], + [ + "do", + 13 + ], + [ + "I", + 12 + ], + [ + "the", + 10 + ], + [ + "me", + 8 + ], + [ + "it,", + 8 + ], + [ + "I'm", + 6 + ], + [ + "Midnight", + 6 + ], + [ + "memories,", + 6 + ], + [ + "singing,", + 6 + ], + [ + "but", + 5 + ], + [ + "we", + 5 + ], + [ + "what", + 5 + ], + [ + "in", + 5 + ], + [ + "and", + 5 + ], + [ + "Just", + 4 + ], + [ + "you", + 4 + ], + [ + "don't", + 4 + ], + [ + "know", + 4 + ], + [ + "Baby", + 4 + ], + [ + "a", + 3 + ], + [ + "Stumbling", + 3 + ], + [ + "street", + 3 + ], + [ + "Singing,", + 3 + ], + [ + "singing", + 3 + ], + [ + "Anywhere", + 3 + ], + [ + "go", + 3 + ], + [ + "Never", + 3 + ], + [ + "say", + 3 + ], + [ + "no", + 3 + ], + [ + "it", + 3 + ], + [ + "with", + 2 + ], + [ + "shh", + 2 + ], + [ + "Tell", + 2 + ], + [ + "that", + 2 + ], + [ + "wrong", + 2 + ], + [ + "please", + 2 + ], + [ + "Way", + 2 + ], + [ + "too", + 2 + ], + [ + "many", + 2 + ], + [ + "people", + 2 + ], + [ + "Addison", + 2 + ], + [ + "Lee", + 2 + ], + [ + "Now", + 2 + ], + [ + "at", + 2 + ], + [ + "age", + 2 + ], + [ + "when", + 2 + ], + [ + "need,", + 2 + ], + [ + "whoa", + 2 + ], + [ + "is", + 2 + ], + [ + "1,", + 1 + ], + [ + "2,", + 1 + ], + [ + "3", + 1 + ], + [ + "Straight", + 1 + ], + [ + "off", + 1 + ], + [ + "plane", + 1 + ], + [ + "to", + 1 + ], + [ + "new", + 1 + ], + [ + "hotel", + 1 + ], + [ + "touched", + 1 + ], + [ + "down,", + 1 + ], + [ + "could", + 1 + ], + [ + "never", + 1 + ], + [ + "tell", + 1 + ], + [ + "Big", + 1 + ], + [ + "house", + 1 + ], + [ + "party", + 1 + ], + [ + "crowded", + 1 + ], + [ + "kitchen", + 1 + ], + [ + "People", + 1 + ], + [ + "talk", + 1 + ], + [ + "listen", + 1 + ], + [ + "5", + 1 + ], + [ + "foot", + 1 + ], + [ + "something", + 1 + ], + [ + "skinny", + 1 + ], + [ + "jeans", + 1 + ], + [ + "Don't", + 1 + ], + [ + "look", + 1 + ], + [ + "back,", + 1 + ], + [ + "baby", + 1 + ], + [ + "follow", + 1 + ], + [ + "where", + 1 + ], + [ + "going", + 1 + ], + [ + "finding", + 1 + ], + [ + "my", + 1 + ], + [ + "way", + 1 + ], + [ + "Same", + 1 + ], + [ + "old", + 1 + ], + [ + "different", + 1 + ], + [ + "day", + 1 + ], + [ + "You", + 1 + ], + [ + "all", + 1 + ], + [ + "our", + 1 + ], + [ + "friends", + 1 + ], + [ + "care", + 1 + ], + [ + "how", + 1 + ], + [ + "much", + 1 + ], + [ + "spend", + 1 + ], + [ + "this", + 1 + ], + [ + "night", + 1 + ], + [ + "for", + 1 + ], + [ + "nothing's", + 1 + ], + [ + "making", + 1 + ], + [ + "sense", + 1 + ], + [ + "For", + 1 + ], + [ + "tonight", + 1 + ], + [ + "let's", + 1 + ], + [ + "just", + 1 + ], + [ + "pretend", + 1 + ], + [ + "wanna", + 1 + ], + [ + "stop", + 1 + ], + [ + "so", + 1 + ], + [ + "give", + 1 + ], + [ + "more!", + 1 + ], + [ + "Oh", + 1 + ], + [ + "whoa!", + 1 + ] + ], + "No Lyrics", + "No Lyrics", + [ + [ + "I'm", + 21 + ], + [ + "so", + 11 + ], + [ + "not", + 11 + ], + [ + "I", + 10 + ], + [ + "you", + 10 + ], + [ + "Is", + 10 + ], + [ + "wrong?", + 10 + ], + [ + "it", + 9 + ], + [ + "to", + 7 + ], + [ + "me", + 7 + ], + [ + "with", + 6 + ], + [ + "make", + 6 + ], + [ + "strong", + 6 + ], + [ + "But", + 6 + ], + [ + "of", + 6 + ], + [ + "love", + 6 + ], + [ + "'Cause", + 6 + ], + [ + "sorry", + 5 + ], + [ + "if", + 5 + ], + [ + "say,", + 5 + ], + [ + "\"I", + 5 + ], + [ + "need", + 5 + ], + [ + "you\"", + 5 + ], + [ + "don't", + 5 + ], + [ + "care,", + 5 + ], + [ + "scared", + 5 + ], + [ + "when", + 5 + ], + [ + "weaker", + 5 + ], + [ + "that", + 5 + ], + [ + "That", + 3 + ], + [ + "on", + 3 + ], + [ + "My", + 2 + ], + [ + "your", + 2 + ], + [ + "like", + 2 + ], + [ + "try", + 2 + ], + [ + "heart,", + 2 + ], + [ + "heart", + 2 + ], + [ + "So", + 2 + ], + [ + "You", + 2 + ], + [ + "always", + 2 + ], + [ + "from", + 2 + ], + [ + "hold", + 2 + ], + [ + "hands,", + 1 + ], + [ + "hands", + 1 + ], + [ + "Tied", + 1 + ], + [ + "up", + 1 + ], + [ + "two", + 1 + ], + [ + "ships", + 1 + ], + [ + "drifting", + 1 + ], + [ + "Weightless,", + 1 + ], + [ + "waves", + 1 + ], + [ + "break", + 1 + ], + [ + "I'd", + 1 + ], + [ + "do", + 1 + ], + [ + "anything", + 1 + ], + [ + "save", + 1 + ], + [ + "Why", + 1 + ], + [ + "is", + 1 + ], + [ + "hard", + 1 + ], + [ + "say", + 1 + ], + [ + "it?", + 1 + ], + [ + "Sit", + 1 + ], + [ + "tight", + 1 + ], + [ + "bookends", + 1 + ], + [ + "Pages", + 1 + ], + [ + "between", + 1 + ], + [ + "us", + 1 + ], + [ + "Written", + 1 + ], + [ + "no", + 1 + ], + [ + "end", + 1 + ], + [ + "many", + 1 + ], + [ + "words", + 1 + ], + [ + "we're", + 1 + ], + [ + "saying", + 1 + ], + [ + "Don't", + 1 + ], + [ + "wanna", + 1 + ], + [ + "wait", + 1 + ], + [ + "'til", + 1 + ], + [ + "it's", + 1 + ], + [ + "gone", + 1 + ], + [ + "Think", + 1 + ], + [ + "how", + 1 + ], + [ + "much", + 1 + ], + [ + "that's", + 1 + ], + [ + "been", + 1 + ], + [ + "wasted", + 1 + ], + [ + "People", + 1 + ], + [ + "escape", + 1 + ], + [ + "Move", + 1 + ], + [ + "stop", + 1 + ], + [ + "their", + 1 + ], + [ + "breaking", + 1 + ], + [ + "there's", + 1 + ], + [ + "nothing", + 1 + ], + [ + "running", + 1 + ], + [ + "baby", + 1 + ], + [ + "my", + 1 + ], + [ + "oh", + 1 + ], + [ + "Need", + 1 + ], + [ + "keep", + 1 + ], + [ + "falling", + 1 + ], + [ + "apart", + 1 + ], + [ + "I'll", + 1 + ] + ], + [ + [ + "I", + 24 + ], + [ + "you", + 20 + ], + [ + "on", + 20 + ], + [ + "be", + 12 + ], + [ + "to", + 11 + ], + [ + "fire", + 11 + ], + [ + "when", + 9 + ], + [ + "so", + 9 + ], + [ + "know", + 9 + ], + [ + "we're", + 8 + ], + [ + "wanna", + 8 + ], + [ + "don't", + 7 + ], + [ + "We're", + 7 + ], + [ + "now", + 7 + ], + [ + "Oh,", + 6 + ], + [ + "oh,", + 6 + ], + [ + "oh", + 6 + ], + [ + "You", + 5 + ], + [ + "me", + 5 + ], + [ + "hold", + 5 + ], + [ + "it", + 5 + ], + [ + "care", + 5 + ], + [ + "and", + 5 + ], + [ + "with", + 5 + ], + [ + "happily", + 5 + ], + [ + "fire,", + 4 + ], + [ + "we", + 4 + ], + [ + "are", + 4 + ], + [ + "what", + 4 + ], + [ + "people", + 4 + ], + [ + "say", + 4 + ], + [ + "together", + 4 + ], + [ + "the", + 4 + ], + [ + "one", + 4 + ], + [ + "sleep", + 4 + ], + [ + "just", + 4 + ], + [ + "want", + 4 + ], + [ + "forever", + 4 + ], + [ + "leave", + 4 + ], + [ + "come", + 4 + ], + [ + "Baby", + 4 + ], + [ + "(1,", + 3 + ], + [ + "2,", + 3 + ], + [ + "but", + 2 + ], + [ + "'Cause", + 2 + ], + [ + "Yeah,", + 2 + ], + [ + "3)", + 2 + ], + [ + "that", + 2 + ], + [ + "if", + 2 + ], + [ + "he", + 2 + ], + [ + "your", + 2 + ], + [ + "understand,", + 1 + ], + [ + "understand", + 1 + ], + [ + "What", + 1 + ], + [ + "do", + 1 + ], + [ + "his", + 1 + ], + [ + "hand", + 1 + ], + [ + "We", + 1 + ], + [ + "were", + 1 + ], + [ + "meant", + 1 + ], + [ + "be,", + 1 + ], + [ + "a", + 1 + ], + [ + "twist", + 1 + ], + [ + "of", + 1 + ], + [ + "fate", + 1 + ], + [ + "Made", + 1 + ], + [ + "had", + 1 + ], + [ + "walk", + 1 + ], + [ + "away", + 1 + ], + [ + "It's", + 1 + ], + [ + "4", + 1 + ], + [ + "AM,", + 1 + ], + [ + "you're", + 1 + ], + [ + "him", + 1 + ], + [ + "wonder", + 1 + ], + [ + "knows", + 1 + ], + [ + "touched", + 1 + ], + [ + "skin", + 1 + ], + [ + "And", + 1 + ], + [ + "feels", + 1 + ], + [ + "my", + 1 + ], + [ + "traces", + 1 + ], + [ + "in", + 1 + ], + [ + "hair", + 1 + ], + [ + "I'm", + 1 + ], + [ + "sorry", + 1 + ], + [ + "love", + 1 + ], + [ + "really", + 1 + ], + [ + "So", + 1 + ], + [ + "3,", + 1 + ], + [ + "4)", + 1 + ], + [ + "(We're", + 1 + ], + [ + "fire)", + 1 + ] + ], + [ + [ + "I", + 21 + ], + [ + "And", + 9 + ], + [ + "now", + 9 + ], + [ + "me", + 9 + ], + [ + "you", + 8 + ], + [ + "to", + 6 + ], + [ + "know", + 6 + ], + [ + "Right", + 6 + ], + [ + "wish", + 6 + ], + [ + "were", + 6 + ], + [ + "here", + 6 + ], + [ + "with", + 6 + ], + [ + "the", + 5 + ], + [ + "be", + 5 + ], + [ + "feeling", + 5 + ], + [ + "night", + 4 + ], + [ + "is", + 4 + ], + [ + "yeah", + 4 + ], + [ + "won't", + 4 + ], + [ + "so", + 4 + ], + [ + "it", + 4 + ], + [ + "go", + 3 + ], + [ + "me,", + 3 + ], + [ + "on", + 3 + ], + [ + "my", + 3 + ], + [ + "'Cause", + 3 + ], + [ + "right", + 3 + ], + [ + "Everything", + 3 + ], + [ + "new", + 3 + ], + [ + "You", + 3 + ], + [ + "can't", + 3 + ], + [ + "fight", + 3 + ], + [ + "every", + 3 + ], + [ + "feel", + 3 + ], + [ + "Lights", + 2 + ], + [ + "down", + 2 + ], + [ + "calling", + 2 + ], + [ + "hear", + 2 + ], + [ + "we", + 2 + ], + [ + "going", + 2 + ], + [ + "home", + 2 + ], + [ + "For", + 2 + ], + [ + "long,", + 2 + ], + [ + "for", + 2 + ], + [ + "long", + 2 + ], + [ + "But", + 2 + ], + [ + "own,", + 2 + ], + [ + "this", + 2 + ], + [ + "and", + 2 + ], + [ + "like", + 2 + ], + [ + "voices", + 1 + ], + [ + "singing", + 1 + ], + [ + "songs", + 1 + ], + [ + "in", + 1 + ], + [ + "street", + 1 + ], + [ + "That", + 1 + ], + [ + "that", + 1 + ], + [ + "love", + 1 + ], + [ + "Late", + 1 + ], + [ + "night,", + 1 + ], + [ + "spaces", + 1 + ], + [ + "With", + 1 + ], + [ + "all", + 1 + ], + [ + "our", + 1 + ], + [ + "friends,", + 1 + ], + [ + "Love", + 1 + ], + [ + "these", + 1 + ], + [ + "faces", + 1 + ], + [ + "Just", + 1 + ], + [ + "how", + 1 + ], + [ + "used", + 1 + ], + [ + "own", + 1 + ], + [ + "I'm", + 1 + ], + [ + "could", + 1 + ], + [ + "do", + 1 + ], + [ + "forever", + 1 + ], + [ + "let's", + 1 + ], + [ + "crazy", + 1 + ], + [ + "together", + 1 + ] + ], + [ + [ + "you", + 22 + ], + [ + "I", + 14 + ], + [ + "the", + 13 + ], + [ + "it's", + 13 + ], + [ + "wanna", + 12 + ], + [ + "see", + 12 + ], + [ + "way", + 12 + ], + [ + "move", + 12 + ], + [ + "for", + 12 + ], + [ + "me", + 12 + ], + [ + "alright,", + 8 + ], + [ + "baby", + 8 + ], + [ + "It's", + 7 + ], + [ + "Little", + 6 + ], + [ + "black", + 6 + ], + [ + "know", + 5 + ], + [ + "dress", + 4 + ], + [ + "right,", + 4 + ], + [ + "so", + 3 + ], + [ + "too", + 3 + ], + [ + "alright", + 3 + ], + [ + "not", + 3 + ], + [ + "can't", + 2 + ], + [ + "right", + 2 + ], + [ + "dress,", + 2 + ], + [ + "late,", + 2 + ], + [ + "home", + 2 + ], + [ + "take", + 2 + ], + [ + "just", + 1 + ], + [ + "walked", + 1 + ], + [ + "into", + 1 + ], + [ + "room", + 1 + ], + [ + "Making", + 1 + ], + [ + "heads", + 1 + ], + [ + "turn", + 1 + ], + [ + "stop", + 1 + ], + [ + "looking", + 1 + ], + [ + "at", + 1 + ], + [ + "did", + 1 + ], + [ + "come", + 1 + ], + [ + "here", + 1 + ], + [ + "alone?", + 1 + ], + [ + "late", + 1 + ], + [ + "to", + 1 + ], + [ + "go", + 1 + ], + [ + "who", + 1 + ], + [ + "doing", + 1 + ], + [ + "it", + 1 + ], + [ + "for?", + 1 + ], + [ + "any", + 1 + ], + [ + "more", + 1 + ], + [ + "what's", + 1 + ], + [ + "your", + 1 + ], + [ + "favorite", + 1 + ], + [ + "song?", + 1 + ], + [ + "won't", + 1 + ], + [ + "do", + 1 + ], + [ + "no", + 1 + ], + [ + "harm", + 1 + ], + [ + "'cause", + 1 + ], + [ + "I'll", + 1 + ] + ], + [ + [ + "you", + 32 + ], + [ + "I", + 20 + ], + [ + "will", + 16 + ], + [ + "your", + 14 + ], + [ + "And", + 11 + ], + [ + "and", + 10 + ], + [ + "is", + 9 + ], + [ + "the", + 9 + ], + [ + "to", + 8 + ], + [ + "for", + 6 + ], + [ + "love", + 6 + ], + [ + "heart", + 6 + ], + [ + "You", + 5 + ], + [ + "that", + 5 + ], + [ + "way", + 5 + ], + [ + "But", + 5 + ], + [ + "see", + 5 + ], + [ + "Oh", + 5 + ], + [ + "carry", + 5 + ], + [ + "over", + 5 + ], + [ + "fire", + 5 + ], + [ + "water", + 5 + ], + [ + "hold", + 5 + ], + [ + "tell", + 4 + ], + [ + "me", + 4 + ], + [ + "wanna", + 4 + ], + [ + "again", + 4 + ], + [ + "don't", + 4 + ], + [ + "be", + 4 + ], + [ + "closer", + 4 + ], + [ + "Hope", + 4 + ], + [ + "strong", + 4 + ], + [ + "enough", + 4 + ], + [ + "When", + 4 + ], + [ + "night", + 4 + ], + [ + "coming", + 4 + ], + [ + "down", + 4 + ], + [ + "We", + 4 + ], + [ + "find", + 4 + ], + [ + "a", + 4 + ], + [ + "dark", + 4 + ], + [ + "just", + 3 + ], + [ + "in", + 3 + ], + [ + "can", + 3 + ], + [ + "if", + 3 + ], + [ + "on", + 3 + ], + [ + "Through", + 3 + ], + [ + "here", + 2 + ], + [ + "know", + 2 + ], + [ + "you're", + 2 + ], + [ + "smile", + 2 + ], + [ + "burn", + 2 + ], + [ + "out", + 2 + ], + [ + "Even", + 2 + ], + [ + "scream", + 2 + ], + [ + "shout", + 2 + ], + [ + "It", + 2 + ], + [ + "come", + 2 + ], + [ + "back", + 2 + ], + [ + "I'll", + 2 + ], + [ + "fall", + 2 + ], + [ + "it's", + 2 + ], + [ + "need", + 2 + ], + [ + "loved", + 2 + ], + [ + "sad", + 1 + ], + [ + "lost", + 1 + ], + [ + "tears", + 1 + ], + [ + "are", + 1 + ], + [ + "stay", + 1 + ], + [ + "were", + 1 + ], + [ + "only", + 1 + ], + [ + "hiding", + 1 + ], + [ + "hurt,", + 1 + ], + [ + "pain", + 1 + ], + [ + "head", + 1 + ], + [ + "held", + 1 + ], + [ + "shame", + 1 + ], + [ + "See", + 1 + ], + [ + "through", + 1 + ], + [ + "wish", + 1 + ], + [ + "could", + 1 + ], + [ + "take", + 1 + ], + [ + "start", + 1 + ], + [ + "I'd", + 1 + ], + [ + "never", + 1 + ], + [ + "let", + 1 + ], + [ + "break", + 1 + ], + [ + "cry", + 1 + ], + [ + "or", + 1 + ], + [ + "apart", + 1 + ], + [ + "there", + 1 + ], + [ + "heard", + 1 + ], + [ + "all", + 1 + ], + [ + "vain", + 1 + ], + [ + "remember", + 1 + ], + [ + "laughing", + 1 + ], + [ + "So", + 1 + ], + [ + "let's", + 1 + ], + [ + "laugh", + 1 + ], + [ + "Back", + 1 + ], + [ + "worry", + 1 + ], + [ + "easy", + 1 + ], + [ + "(Oh", + 1 + ], + [ + "would,", + 1 + ], + [ + "oh", + 1 + ], + [ + "would)", + 1 + ] + ], + [ + [ + "I", + 15 + ], + [ + "it", + 11 + ], + [ + "to", + 9 + ], + [ + "want", + 7 + ], + [ + "me", + 7 + ], + [ + "Come", + 6 + ], + [ + "on,", + 6 + ], + [ + "much", + 6 + ], + [ + "say", + 5 + ], + [ + "here", + 5 + ], + [ + "So", + 5 + ], + [ + "and", + 4 + ], + [ + "all", + 4 + ], + [ + "you", + 4 + ], + [ + "with", + 4 + ], + [ + "Like", + 4 + ], + [ + "how", + 4 + ], + [ + "pictured", + 4 + ], + [ + "Is", + 4 + ], + [ + "too", + 4 + ], + [ + "ask", + 4 + ], + [ + "for", + 4 + ], + [ + "something", + 4 + ], + [ + "great?", + 4 + ], + [ + "One", + 3 + ], + [ + "day", + 3 + ], + [ + "together", + 3 + ], + [ + "don't", + 3 + ], + [ + "have", + 3 + ], + [ + "keep", + 3 + ], + [ + "jump", + 3 + ], + [ + "out", + 3 + ], + [ + "at", + 3 + ], + [ + "bring", + 3 + ], + [ + "everything", + 3 + ], + [ + "you'll", + 2 + ], + [ + "come", + 2 + ], + [ + "into", + 2 + ], + [ + "world", + 2 + ], + [ + "You", + 2 + ], + [ + "we're", + 2 + ], + [ + "better", + 2 + ], + [ + "off", + 2 + ], + [ + "imagining", + 2 + ], + [ + "I'll", + 2 + ], + [ + "You're", + 2 + ], + [ + "it's", + 2 + ], + [ + "hurting", + 2 + ], + [ + "my", + 1 + ], + [ + "we'll", + 1 + ], + [ + "be", + 1 + ], + [ + "even", + 1 + ], + [ + "when", + 1 + ], + [ + "you're", + 1 + ], + [ + "lost", + 1 + ], + [ + "these", + 1 + ], + [ + "words", + 1 + ], + [ + "I've", + 1 + ], + [ + "thought", + 1 + ], + [ + "but", + 1 + ], + [ + "never", + 1 + ], + [ + "said", + 1 + ], + [ + "in", + 1 + ], + [ + "our", + 1 + ], + [ + "bed", + 1 + ], + [ + "The", + 1 + ], + [ + "script", + 1 + ], + [ + "was", + 1 + ], + [ + "written", + 1 + ], + [ + "could", + 1 + ], + [ + "not", + 1 + ], + [ + "change", + 1 + ], + [ + "a", + 1 + ], + [ + "thing", + 1 + ], + [ + "rip", + 1 + ], + [ + "shreds", + 1 + ], + [ + "start", + 1 + ], + [ + "again", + 1 + ], + [ + "your", + 1 + ], + [ + "get", + 1 + ], + [ + "right", + 1 + ], + [ + "tonight", + 1 + ], + [ + "imagining,", + 1 + ], + [ + "oh", + 1 + ] + ], + [ + [ + "little", + 20 + ], + [ + "white", + 20 + ], + [ + "I", + 13 + ], + [ + "you", + 13 + ], + [ + "With", + 10 + ], + [ + "your,", + 10 + ], + [ + "lies,", + 10 + ], + [ + "lies", + 10 + ], + [ + "know", + 9 + ], + [ + "been", + 8 + ], + [ + "'Cause", + 7 + ], + [ + "you've", + 7 + ], + [ + "girl", + 6 + ], + [ + "You", + 5 + ], + [ + "me", + 5 + ], + [ + "If", + 4 + ], + [ + "this", + 4 + ], + [ + "room", + 4 + ], + [ + "was", + 4 + ], + [ + "burning", + 4 + ], + [ + "wouldn't", + 4 + ], + [ + "even", + 4 + ], + [ + "notice", + 4 + ], + [ + "taking", + 4 + ], + [ + "up", + 4 + ], + [ + "my", + 4 + ], + [ + "mind", + 4 + ], + [ + "say", + 4 + ], + [ + "don't", + 4 + ], + [ + "But", + 4 + ], + [ + "all", + 4 + ], + [ + "it's", + 3 + ], + [ + "getting", + 3 + ], + [ + "And", + 3 + ], + [ + "the", + 3 + ], + [ + "what", + 3 + ], + [ + "you're", + 3 + ], + [ + "a", + 3 + ], + [ + "good", + 3 + ], + [ + "would", + 3 + ], + [ + "telling", + 3 + ], + [ + "night", + 3 + ], + [ + "now", + 3 + ], + [ + "so", + 3 + ], + [ + "if", + 2 + ], + [ + "could", + 2 + ], + [ + "you,", + 2 + ], + [ + "touching", + 2 + ], + [ + "they're", + 2 + ], + [ + "keep", + 2 + ], + [ + "saying", + 2 + ], + [ + "do", + 2 + ], + [ + "and", + 2 + ], + [ + "thinking", + 2 + ], + [ + "about", + 2 + ], + [ + "want", + 2 + ], + [ + "it", + 2 + ], + [ + "late,", + 1 + ], + [ + "late", + 1 + ], + [ + "stay,", + 1 + ], + [ + "stay", + 1 + ], + [ + "tell", + 1 + ], + [ + "truth", + 1 + ], + [ + "No,", + 1 + ], + [ + "like", + 1 + ], + [ + "playing", + 1 + ], + [ + "games", + 1 + ], + [ + "Your", + 1 + ], + [ + "hands", + 1 + ], + [ + "me,", + 1 + ], + [ + "your", + 1 + ], + [ + "eyes", + 1 + ], + [ + "things", + 1 + ], + [ + "They're", + 1 + ], + [ + "we'd", + 1 + ], + [ + "When", + 1 + ], + [ + "only", + 1 + ], + [ + "can't", + 1 + ], + [ + "concentrate", + 1 + ], + [ + "That's", + 1 + ], + [ + "I'm", + 1 + ], + [ + "All", + 1 + ], + [ + "Everything", + 1 + ], + [ + "else", + 1 + ], + [ + "just", + 1 + ], + [ + "fades", + 1 + ], + [ + "away", + 1 + ], + [ + "Backseat", + 1 + ], + [ + "of", + 1 + ], + [ + "cab,", + 1 + ], + [ + "we're", + 1 + ], + [ + "in", + 1 + ], + [ + "cab", + 1 + ], + [ + "Or", + 1 + ], + [ + "lips", + 1 + ], + [ + "attached,", + 1 + ], + [ + "attached", + 1 + ], + [ + "wanna", + 1 + ], + [ + "make", + 1 + ], + [ + "some", + 1 + ], + [ + "rules", + 1 + ], + [ + "Cool,", + 1 + ], + [ + "then", + 1 + ], + [ + "we'll", + 1 + ], + [ + "watch", + 1 + ], + [ + "them", + 1 + ], + [ + "break", + 1 + ], + [ + "tonight", + 1 + ], + [ + "I've", + 1 + ], + [ + "waiting", + 1 + ], + [ + "long", + 1 + ], + [ + "feel", + 1 + ], + [ + "too", + 1 + ], + [ + "Let's", + 1 + ], + [ + "stop", + 1 + ], + [ + "pretending", + 1 + ], + [ + "That", + 1 + ], + [ + "Just", + 1 + ], + [ + "we", + 1 + ], + [ + "came", + 1 + ], + [ + "to", + 1 + ] + ], + [ + [ + "I", + 14 + ], + [ + "words", + 13 + ], + [ + "no", + 11 + ], + [ + "than", + 9 + ], + [ + "your", + 8 + ], + [ + "don't", + 8 + ], + [ + "it", + 8 + ], + [ + "up", + 7 + ], + [ + "sum", + 7 + ], + [ + "'Cause", + 7 + ], + [ + "ain't", + 7 + ], + [ + "good", + 7 + ], + [ + "explain", + 7 + ], + [ + "Ooh,", + 6 + ], + [ + "know", + 6 + ], + [ + "how", + 6 + ], + [ + "else", + 6 + ], + [ + "to", + 6 + ], + [ + "oh", + 6 + ], + [ + "love,", + 6 + ], + [ + "enough,", + 5 + ], + [ + "better", + 5 + ], + [ + "Better", + 4 + ], + [ + "way", + 4 + ], + [ + "can", + 4 + ], + [ + "It's", + 4 + ], + [ + "ooh", + 4 + ], + [ + "more", + 3 + ], + [ + "You", + 3 + ], + [ + "me", + 3 + ], + [ + "There's", + 3 + ], + [ + "can't", + 3 + ], + [ + "it's", + 3 + ], + [ + "But", + 2 + ], + [ + "make", + 2 + ], + [ + "wanna", + 2 + ], + [ + "crazy", + 2 + ], + [ + "like", + 2 + ], + [ + "be", + 2 + ], + [ + "One", + 2 + ], + [ + "better,", + 2 + ], + [ + "Ooh", + 2 + ], + [ + "a", + 1 + ], + [ + "feeling", + 1 + ], + [ + "Crazy", + 1 + ], + [ + "in", + 1 + ], + [ + "love", + 1 + ], + [ + "Dancing", + 1 + ], + [ + "on", + 1 + ], + [ + "the", + 1 + ], + [ + "ceiling", + 1 + ], + [ + "Every", + 1 + ], + [ + "time", + 1 + ], + [ + "we", + 1 + ], + [ + "touch", + 1 + ], + [ + "I'm", + 1 + ], + [ + "all", + 1 + ], + [ + "shook", + 1 + ], + [ + "How", + 1 + ], + [ + "deep", + 1 + ], + [ + "is", + 1 + ], + [ + "love?", + 1 + ], + [ + "God", + 1 + ], + [ + "only", + 1 + ], + [ + "knows", + 1 + ], + [ + "Baby", + 1 + ], + [ + "drive", + 1 + ], + [ + "Someone", + 1 + ], + [ + "you", + 1 + ], + [ + "Always", + 1 + ], + [ + "my", + 1 + ], + [ + "baby", + 1 + ], + [ + "Best", + 1 + ], + [ + "ever", + 1 + ], + [ + "had", + 1 + ], + [ + "Hips", + 1 + ], + [ + "lie", + 1 + ], + [ + "night", + 1 + ], + [ + "Irreplaceable", + 1 + ], + [ + "(Yeah)", + 1 + ], + [ + "Crazy,", + 1 + ], + [ + "we're", + 1 + ], + [ + "(There's", + 1 + ], + [ + "love)", + 1 + ], + [ + "Everyone", + 1 + ], + [ + "tries", + 1 + ], + [ + "(They", + 1 + ], + [ + "try)", + 1 + ], + [ + "To", + 1 + ], + [ + "see", + 1 + ], + [ + "what", + 1 + ], + [ + "feels", + 1 + ], + [ + "(Feels", + 1 + ], + [ + "like)", + 1 + ], + [ + "they'll", + 1 + ], + [ + "never", + 1 + ], + [ + "right", + 1 + ], + [ + "time...", + 1 + ], + [ + "words...", + 1 + ], + [ + "Yeah", + 1 + ], + [ + "(I", + 1 + ], + [ + "know!)", + 1 + ], + [ + "(To", + 1 + ], + [ + "up)", + 1 + ], + [ + "enough", + 1 + ], + [ + "(Words", + 1 + ], + [ + "enough)", + 1 + ] + ], + "No Lyrics", + [ + [ + "you", + 21 + ], + [ + "he", + 15 + ], + [ + "know", + 15 + ], + [ + "Does", + 14 + ], + [ + "you're", + 8 + ], + [ + "that", + 7 + ], + [ + "and", + 6 + ], + [ + "Oh-oh-oh-oh", + 6 + ], + [ + "way", + 5 + ], + [ + "the", + 5 + ], + [ + "baby", + 5 + ], + [ + "I", + 5 + ], + [ + "never", + 5 + ], + [ + "your", + 4 + ], + [ + "baby,", + 4 + ], + [ + "can", + 4 + ], + [ + "move", + 4 + ], + [ + "it", + 4 + ], + [ + "like", + 4 + ], + [ + "that?", + 4 + ], + [ + "you'll", + 4 + ], + [ + "go", + 4 + ], + [ + "back?", + 4 + ], + [ + "knows", + 3 + ], + [ + "to", + 3 + ], + [ + "Your", + 3 + ], + [ + "The", + 3 + ], + [ + "when", + 3 + ], + [ + "But", + 3 + ], + [ + "Whoa-oh-oh-oh", + 3 + ], + [ + "out", + 3 + ], + [ + "want", + 3 + ], + [ + "so", + 3 + ], + [ + "bad", + 3 + ], + [ + "Tonight", + 3 + ], + [ + "mine,", + 3 + ], + [ + "know?", + 3 + ], + [ + "me", + 3 + ], + [ + "He", + 2 + ], + [ + "in", + 2 + ], + [ + "every", + 2 + ], + [ + "He's", + 2 + ], + [ + "of", + 2 + ], + [ + "face", + 2 + ], + [ + "Inside", + 2 + ], + [ + "out,", + 2 + ], + [ + "head", + 2 + ], + [ + "toe", + 2 + ], + [ + "secret", + 2 + ], + [ + "tattoo,", + 2 + ], + [ + "change", + 2 + ], + [ + "moods", + 2 + ], + [ + "songs", + 2 + ], + [ + "sing", + 2 + ], + [ + "all", + 2 + ], + [ + "alone", + 2 + ], + [ + "dance", + 2 + ], + [ + "So", + 2 + ], + [ + "who", + 2 + ], + [ + "about", + 1 + ], + [ + "memorized", + 1 + ], + [ + "part", + 1 + ], + [ + "Yeah,", + 1 + ], + [ + "everything", + 1 + ], + [ + "there", + 1 + ], + [ + "is", + 1 + ], + [ + "favorite", + 1 + ], + [ + "band,", + 1 + ], + [ + "catch", + 1 + ], + [ + "eye", + 1 + ], + [ + "then", + 1 + ], + [ + "turn", + 1 + ], + [ + "away", + 1 + ], + [ + "there's", + 1 + ], + [ + "no", + 1 + ], + [ + "hiding", + 1 + ], + [ + "smile", + 1 + ], + [ + "on", + 1 + ], + [ + "not", + 1 + ], + [ + "around,", + 1 + ], + [ + "girl,", + 1 + ], + [ + "let", + 1 + ], + [ + "how", + 1 + ], + [ + "front", + 1 + ], + [ + "friends", + 1 + ], + [ + "He'll", + 1 + ], + [ + "lie", + 1 + ], + [ + "look", + 1 + ], + [ + "at", + 1 + ], + [ + "keep", + 1 + ], + [ + "trying", + 1 + ], + [ + "but", + 1 + ], + [ + "see", + 1 + ], + [ + "All", + 1 + ], + [ + "little", + 1 + ], + [ + "things", + 1 + ], + [ + "make", + 1 + ], + [ + "are", + 1 + ], + [ + "tell", + 1 + ], + [ + "girl", + 1 + ], + [ + "(like", + 1 + ], + [ + "that)", + 1 + ], + [ + "(go", + 1 + ], + [ + "back)", + 1 + ] + ], + [ + [ + "I", + 18 + ], + [ + "it's", + 12 + ], + [ + "it", + 10 + ], + [ + "you", + 8 + ], + [ + "said,", + 7 + ], + [ + "hey,", + 7 + ], + [ + "alright", + 7 + ], + [ + "feel", + 7 + ], + [ + "to", + 6 + ], + [ + "me", + 5 + ], + [ + "the", + 5 + ], + [ + "what", + 5 + ], + [ + "your", + 5 + ], + [ + "She", + 4 + ], + [ + "Does", + 4 + ], + [ + "make", + 4 + ], + [ + "alive?", + 4 + ], + [ + "Don't", + 4 + ], + [ + "look", + 4 + ], + [ + "back", + 4 + ], + [ + "Live", + 4 + ], + [ + "life", + 4 + ], + [ + "Even", + 4 + ], + [ + "if", + 4 + ], + [ + "only", + 4 + ], + [ + "for", + 4 + ], + [ + "tonight", + 4 + ], + [ + "should", + 3 + ], + [ + "just", + 3 + ], + [ + "If", + 3 + ], + [ + "makes", + 3 + ], + [ + "alive", + 3 + ], + [ + "We", + 3 + ], + [ + "got", + 3 + ], + [ + "get", + 2 + ], + [ + "asked", + 2 + ], + [ + "with", + 2 + ], + [ + "know", + 2 + ], + [ + "can't", + 2 + ], + [ + "going", + 2 + ], + [ + "crazy", + 2 + ], + [ + "Can't", + 2 + ], + [ + "contain", + 2 + ], + [ + "a", + 2 + ], + [ + "her", + 2 + ], + [ + "we", + 2 + ], + [ + "nothing", + 2 + ], + [ + "My", + 1 + ], + [ + "mother", + 1 + ], + [ + "told", + 1 + ], + [ + "go", + 1 + ], + [ + "and", + 1 + ], + [ + "some", + 1 + ], + [ + "therapy", + 1 + ], + [ + "doctor,", + 1 + ], + [ + "can", + 1 + ], + [ + "find", + 1 + ], + [ + "out", + 1 + ], + [ + "is", + 1 + ], + [ + "wrong", + 1 + ], + [ + "me?", + 1 + ], + [ + "don't", + 1 + ], + [ + "why", + 1 + ], + [ + "wanna", + 1 + ], + [ + "be", + 1 + ], + [ + "every", + 1 + ], + [ + "girl", + 1 + ], + [ + "meet", + 1 + ], + [ + "control", + 1 + ], + [ + "Yeah,", + 1 + ], + [ + "taking", + 1 + ], + [ + "over", + 1 + ], + [ + "I'm", + 1 + ], + [ + "So", + 1 + ], + [ + "tell", + 1 + ], + [ + "do,", + 1 + ], + [ + "oh", + 1 + ], + [ + "Went", + 1 + ], + [ + "party,", + 1 + ], + [ + "after", + 1 + ], + [ + "doctor", + 1 + ], + [ + "talked", + 1 + ], + [ + "met", + 1 + ], + [ + "girl,", + 1 + ], + [ + "took", + 1 + ], + [ + "her,", + 1 + ], + [ + "end", + 1 + ], + [ + "up", + 1 + ], + [ + "balcony", + 1 + ], + [ + "whispered", + 1 + ], + [ + "something", + 1 + ], + [ + "in", + 1 + ], + [ + "ear", + 1 + ], + [ + "that", + 1 + ], + [ + "repeat", + 1 + ], + [ + "said", + 1 + ], + [ + "okay,", + 1 + ], + [ + "but", + 1 + ], + [ + "she", + 1 + ], + [ + "was", + 1 + ], + [ + "worried", + 1 + ], + [ + "friends", + 1 + ], + [ + "will", + 1 + ], + [ + "think", + 1 + ], + [ + "She's", + 1 + ], + [ + "do?", + 1 + ], + [ + "live", + 1 + ], + [ + "before", + 1 + ], + [ + "older", + 1 + ], + [ + "Do", + 1 + ], + [ + "like", + 1 + ], + [ + "lose", + 1 + ], + [ + "Shake", + 1 + ], + [ + "off", + 1 + ], + [ + "weight", + 1 + ], + [ + "of", + 1 + ], + [ + "world", + 1 + ], + [ + "from", + 1 + ], + [ + "shoulders", + 1 + ], + [ + "prove", + 1 + ] + ], + [ + [ + "you", + 19 + ], + [ + "half", + 19 + ], + [ + "a", + 19 + ], + [ + "I'm", + 18 + ], + [ + "without", + 15 + ], + [ + "heart", + 10 + ], + [ + "my", + 6 + ], + [ + "I", + 5 + ], + [ + "we", + 5 + ], + [ + "been", + 4 + ], + [ + "with", + 4 + ], + [ + "And", + 4 + ], + [ + "not", + 4 + ], + [ + "to", + 4 + ], + [ + "blue", + 4 + ], + [ + "at", + 4 + ], + [ + "an", + 4 + ], + [ + "in", + 4 + ], + [ + "me", + 3 + ], + [ + "waking", + 3 + ], + [ + "up", + 3 + ], + [ + "Only", + 3 + ], + [ + "sky", + 3 + ], + [ + "Kinda", + 3 + ], + [ + "there", + 3 + ], + [ + "but", + 3 + ], + [ + "quite", + 3 + ], + [ + "walking", + 3 + ], + [ + "around", + 3 + ], + [ + "just", + 3 + ], + [ + "one", + 3 + ], + [ + "shoe", + 3 + ], + [ + "man,", + 3 + ], + [ + "best", + 3 + ], + [ + "With", + 3 + ], + [ + "arrow", + 3 + ], + [ + "chest", + 3 + ], + [ + "miss", + 3 + ], + [ + "everything", + 3 + ], + [ + "do", + 3 + ], + [ + "friends", + 2 + ], + [ + "telling", + 2 + ], + [ + "that", + 2 + ], + [ + "missing", + 2 + ], + [ + "of", + 2 + ], + [ + "being", + 2 + ], + [ + "here", + 2 + ], + [ + "Is", + 2 + ], + [ + "like", + 2 + ], + [ + "it", + 2 + ], + [ + "'Cause", + 2 + ], + [ + "got", + 2 + ], + [ + "could", + 2 + ], + [ + "the", + 2 + ], + [ + "Half", + 2 + ], + [ + "Without", + 2 + ], + [ + "you,", + 2 + ], + [ + "So", + 1 + ], + [ + "your", + 1 + ], + [ + "You've", + 1 + ], + [ + "sleeping", + 1 + ], + [ + "sweater", + 1 + ], + [ + "can't", + 1 + ], + [ + "stop", + 1 + ], + [ + "Bet", + 1 + ], + [ + "doing", + 1 + ], + [ + "much", + 1 + ], + [ + "better", + 1 + ], + [ + "Because", + 1 + ], + [ + "Forget", + 1 + ], + [ + "all", + 1 + ], + [ + "said", + 1 + ], + [ + "night", + 1 + ], + [ + "No", + 1 + ], + [ + "doesn't", + 1 + ], + [ + "even", + 1 + ], + [ + "matter", + 1 + ], + [ + "both", + 1 + ], + [ + "split", + 1 + ], + [ + "two", + 1 + ], + [ + "If", + 1 + ], + [ + "spare", + 1 + ], + [ + "hour", + 1 + ], + [ + "or", + 1 + ], + [ + "so", + 1 + ], + [ + "We'll", + 1 + ], + [ + "go", + 1 + ], + [ + "for", + 1 + ], + [ + "lunch", + 1 + ], + [ + "down", + 1 + ], + [ + "by", + 1 + ], + [ + "river", + 1 + ], + [ + "We", + 1 + ], + [ + "really", + 1 + ], + [ + "talk", + 1 + ], + [ + "through", + 1 + ], + [ + "Though", + 1 + ], + [ + "try", + 1 + ], + [ + "get", + 1 + ], + [ + "out", + 1 + ], + [ + "head", + 1 + ], + [ + "The", + 1 + ], + [ + "truth", + 1 + ], + [ + "is", + 1 + ], + [ + "lost", + 1 + ], + [ + "since", + 1 + ], + [ + "then", + 1 + ], + [ + "I've", + 1 + ], + [ + "(Only", + 1 + ], + [ + "sky)", + 1 + ], + [ + "(Half", + 1 + ], + [ + "man", + 1 + ], + [ + "best)", + 1 + ] + ], + [], + [ + [ + "you", + 20 + ], + [ + "to", + 12 + ], + [ + "I", + 11 + ], + [ + "And", + 9 + ], + [ + "your", + 9 + ], + [ + "love", + 9 + ], + [ + "in", + 8 + ], + [ + "little", + 8 + ], + [ + "things", + 8 + ], + [ + "But", + 7 + ], + [ + "of", + 7 + ], + [ + "these", + 7 + ], + [ + "it's", + 6 + ], + [ + "I'm", + 6 + ], + [ + "the", + 6 + ], + [ + "all", + 6 + ], + [ + "never", + 6 + ], + [ + "It's", + 6 + ], + [ + "up", + 5 + ], + [ + "let", + 5 + ], + [ + "me", + 4 + ], + [ + "know", + 4 + ], + [ + "Slip", + 4 + ], + [ + "out", + 4 + ], + [ + "my", + 4 + ], + [ + "mouth", + 4 + ], + [ + "They", + 4 + ], + [ + "add", + 4 + ], + [ + "with", + 4 + ], + [ + "loved", + 3 + ], + [ + "won't", + 3 + ], + [ + "if", + 3 + ], + [ + "You", + 3 + ], + [ + "yourself", + 3 + ], + [ + "Your", + 2 + ], + [ + "just", + 2 + ], + [ + "for", + 2 + ], + [ + "on", + 2 + ], + [ + "it", + 2 + ], + [ + "makes", + 2 + ], + [ + "sense", + 2 + ], + [ + "you've", + 2 + ], + [ + "The", + 2 + ], + [ + "Oh", + 2 + ], + [ + "want", + 2 + ], + [ + "much", + 2 + ], + [ + "true", + 2 + ], + [ + "You'll", + 2 + ], + [ + "as", + 2 + ], + [ + "hand", + 1 + ], + [ + "fits", + 1 + ], + [ + "mine", + 1 + ], + [ + "Like", + 1 + ], + [ + "made", + 1 + ], + [ + "bear", + 1 + ], + [ + "this", + 1 + ], + [ + "mind", + 1 + ], + [ + "It", + 1 + ], + [ + "was", + 1 + ], + [ + "meant", + 1 + ], + [ + "be", + 1 + ], + [ + "joining", + 1 + ], + [ + "dots", + 1 + ], + [ + "With", + 1 + ], + [ + "freckles", + 1 + ], + [ + "cheeks", + 1 + ], + [ + "crinkles", + 1 + ], + [ + "by", + 1 + ], + [ + "eyes", + 1 + ], + [ + "When", + 1 + ], + [ + "smile", + 1 + ], + [ + "You've", + 1 + ], + [ + "stomach", + 1 + ], + [ + "or", + 1 + ], + [ + "thighs", + 1 + ], + [ + "dimples", + 1 + ], + [ + "back", + 1 + ], + [ + "At", + 1 + ], + [ + "bottom", + 1 + ], + [ + "spine", + 1 + ], + [ + "I'll", + 1 + ], + [ + "them", + 1 + ], + [ + "endlessly", + 1 + ], + [ + "do", + 1 + ], + [ + "can't", + 1 + ], + [ + "go", + 1 + ], + [ + "bed", + 1 + ], + [ + "Without", + 1 + ], + [ + "a", + 1 + ], + [ + "cup", + 1 + ], + [ + "tea", + 1 + ], + [ + "maybe", + 1 + ], + [ + "that's", + 1 + ], + [ + "reason", + 1 + ], + [ + "That", + 1 + ], + [ + "talk", + 1 + ], + [ + "sleep", + 1 + ], + [ + "those", + 1 + ], + [ + "conversations", + 1 + ], + [ + "Are", + 1 + ], + [ + "secrets", + 1 + ], + [ + "that", + 1 + ], + [ + "keep", + 1 + ], + [ + "Though", + 1 + ], + [ + "no", + 1 + ], + [ + "sound", + 1 + ], + [ + "voice", + 1 + ], + [ + "tape", + 1 + ], + [ + "how", + 1 + ], + [ + "weigh", + 1 + ], + [ + "still", + 1 + ], + [ + "have", + 1 + ], + [ + "squeeze", + 1 + ], + [ + "into", + 1 + ], + [ + "jeans", + 1 + ], + [ + "you're", + 1 + ], + [ + "perfect", + 1 + ], + [ + "Half", + 1 + ], + [ + "treat", + 1 + ], + [ + "right", + 1 + ], + [ + "darlin'", + 1 + ], + [ + "If", + 1 + ], + [ + "here", + 1 + ], + [ + "Maybe", + 1 + ], + [ + "you'll", + 1 + ], + [ + "like", + 1 + ], + [ + "Oh...", + 1 + ], + [ + "I've", + 1 + ], + [ + "'Cause", + 1 + ] + ], + [ + [ + "I", + 33 + ], + [ + "it", + 18 + ], + [ + "the", + 14 + ], + [ + "song", + 13 + ], + [ + "ever", + 12 + ], + [ + "we", + 11 + ], + [ + "best", + 11 + ], + [ + "you", + 9 + ], + [ + "to", + 9 + ], + [ + "danced", + 9 + ], + [ + "think", + 9 + ], + [ + "all", + 8 + ], + [ + "night", + 8 + ], + [ + "remember", + 8 + ], + [ + "know", + 8 + ], + [ + "know,", + 8 + ], + [ + "goes", + 6 + ], + [ + "her", + 6 + ], + [ + "went,", + 6 + ], + [ + "And", + 5 + ], + [ + "but", + 5 + ], + [ + "that", + 5 + ], + [ + "won\u2019t", + 5 + ], + [ + "forget", + 5 + ], + [ + "was", + 5 + ], + [ + "she", + 4 + ], + [ + "said,", + 4 + ], + [ + "We", + 4 + ], + [ + "knew", + 4 + ], + [ + "every", + 4 + ], + [ + "line,", + 4 + ], + [ + "now", + 4 + ], + [ + "can\u2019t", + 4 + ], + [ + "How", + 4 + ], + [ + "'Cause", + 4 + ], + [ + "oh", + 4 + ], + [ + "yeah", + 4 + ], + [ + "(ow)", + 3 + ], + [ + "like", + 3 + ], + [ + "\"oh", + 3 + ], + [ + "oh\"", + 3 + ], + [ + "\"yeah", + 3 + ], + [ + "yeah\"", + 3 + ], + [ + "goes...", + 3 + ], + [ + "(woooo)", + 3 + ], + [ + "a", + 3 + ], + [ + "It", + 3 + ], + [ + "and", + 2 + ], + [ + "\"Can", + 2 + ], + [ + "me?\"", + 2 + ], + [ + "She", + 2 + ], + [ + "\"Never", + 2 + ], + [ + "in", + 2 + ], + [ + "your", + 2 + ], + [ + "wildest", + 2 + ], + [ + "dreams.\"", + 2 + ], + [ + "Said", + 2 + ], + [ + "had", + 2 + ], + [ + "dirty", + 2 + ], + [ + "me", + 2 + ], + [ + "You", + 2 + ], + [ + "I\u2019ll", + 2 + ], + [ + "(How", + 2 + ], + [ + "danced)", + 2 + ], + [ + "Maybe", + 1 + ], + [ + "it\u2019s", + 1 + ], + [ + "way", + 1 + ], + [ + "walked", + 1 + ], + [ + "Straight", + 1 + ], + [ + "into", + 1 + ], + [ + "my", + 1 + ], + [ + "heart", + 1 + ], + [ + "stole", + 1 + ], + [ + "Through", + 1 + ], + [ + "doors", + 1 + ], + [ + "past", + 1 + ], + [ + "guards", + 1 + ], + [ + "Just", + 1 + ], + [ + "already", + 1 + ], + [ + "owned", + 1 + ], + [ + "give", + 1 + ], + [ + "back", + 1 + ], + [ + "name", + 1 + ], + [ + "Georgia", + 1 + ], + [ + "Rose", + 1 + ], + [ + "daddy", + 1 + ], + [ + "dentist", + 1 + ], + [ + "mouth", + 1 + ], + [ + "(I", + 1 + ], + [ + "mouth)", + 1 + ], + [ + "But", + 1 + ], + [ + "kissed", + 1 + ], + [ + "meant", + 1 + ], + [ + "take", + 1 + ], + [ + "home", + 1 + ], + [ + "with", + 1 + ], + [ + "you\u2019ll", + 1 + ], + [ + "hope", + 1 + ], + [ + "how", + 1 + ], + [ + "(Oh", + 1 + ], + [ + "oh)", + 1 + ], + [ + "(Yeah", + 1 + ], + [ + "yeah)", + 1 + ], + [ + "One,", + 1 + ], + [ + "two,", + 1 + ], + [ + "one", + 1 + ], + [ + "two", + 1 + ], + [ + "three", + 1 + ], + [ + "Ow!", + 1 + ], + [ + "(We", + 1 + ], + [ + "danced,", + 1 + ], + [ + "(And", + 1 + ], + [ + "something", + 1 + ], + [ + "this)", + 1 + ], + [ + "her)", + 1 + ], + [ + "(Best", + 1 + ], + [ + "ever)", + 1 + ], + [ + "its", + 1 + ], + [ + "Best", + 1 + ] + ] + ] + }, + { + "Four [2014]": [ + [ + [ + "me", + 12 + ], + [ + "Everybody", + 12 + ], + [ + "her", + 11 + ], + [ + "to", + 11 + ], + [ + "the", + 10 + ], + [ + "I", + 10 + ], + [ + "wanna", + 10 + ], + [ + "she", + 9 + ], + [ + "belongs", + 9 + ], + [ + "right", + 8 + ], + [ + "my", + 7 + ], + [ + "'cause", + 7 + ], + [ + "one", + 7 + ], + [ + "take", + 7 + ], + [ + "in", + 7 + ], + [ + "world", + 7 + ], + [ + "another", + 7 + ], + [ + "steal", + 6 + ], + [ + "girl", + 6 + ], + [ + "away", + 6 + ], + [ + "Couple", + 6 + ], + [ + "billion", + 6 + ], + [ + "whole", + 6 + ], + [ + "wide", + 6 + ], + [ + "all", + 5 + ], + [ + "heart", + 5 + ], + [ + "Find", + 5 + ], + [ + "She", + 5 + ], + [ + "All", + 4 + ], + [ + "know,", + 4 + ], + [ + "we", + 2 + ], + [ + "same", + 2 + ], + [ + "is", + 2 + ], + [ + "calls", + 2 + ], + [ + "know", + 2 + ], + [ + "for", + 2 + ], + [ + "sure", + 2 + ], + [ + "don't", + 2 + ], + [ + "doesn't", + 2 + ], + [ + "knows,", + 2 + ], + [ + "knows", + 2 + ], + [ + "never", + 2 + ], + [ + "let", + 2 + ], + [ + "love", + 2 + ], + [ + "wants", + 2 + ], + [ + "She's", + 1 + ], + [ + "been", + 1 + ], + [ + "queen", + 1 + ], + [ + "since", + 1 + ], + [ + "were", + 1 + ], + [ + "sixteen", + 1 + ], + [ + "We", + 1 + ], + [ + "want", + 1 + ], + [ + "things,", + 1 + ], + [ + "dream", + 1 + ], + [ + "dreams,", + 1 + ], + [ + "got", + 1 + ], + [ + "it", + 1 + ], + [ + "Her", + 1 + ], + [ + "mum", + 1 + ], + [ + "love,", + 1 + ], + [ + "dad", + 1 + ], + [ + "son,", + 1 + ], + [ + "Kisses", + 1 + ], + [ + "like", + 1 + ], + [ + "cream,", + 1 + ], + [ + "walk", + 1 + ], + [ + "so", + 1 + ], + [ + "mean", + 1 + ], + [ + "And", + 1 + ], + [ + "every", + 1 + ], + [ + "jaw", + 1 + ], + [ + "drops", + 1 + ], + [ + "when", + 1 + ], + [ + "she's", + 1 + ], + [ + "those", + 1 + ], + [ + "jeans,", + 1 + ], + [ + "exist", + 1 + ], + [ + "if", + 1 + ], + [ + "have", + 1 + ], + [ + "The", + 1 + ], + [ + "sun", + 1 + ], + [ + "shine,", + 1 + ], + [ + "turn,", + 1 + ], + [ + "But", + 1 + ], + [ + "that", + 1 + ], + [ + "down", + 1 + ], + [ + "before", + 1 + ], + [ + "That", + 1 + ], + [ + "I'm", + 1 + ], + [ + "gonna", + 1 + ], + [ + "from", + 1 + ], + [ + "now", + 1 + ], + [ + "Well,", + 1 + ], + [ + "find", + 1 + ] + ], + [ + [ + "I", + 26 + ], + [ + "the", + 17 + ], + [ + "be", + 16 + ], + [ + "wanna", + 15 + ], + [ + "to", + 13 + ], + [ + "I'm", + 11 + ], + [ + "ready", + 11 + ], + [ + "run", + 11 + ], + [ + "you", + 10 + ], + [ + "time", + 9 + ], + [ + "This", + 7 + ], + [ + "and", + 7 + ], + [ + "in", + 6 + ], + [ + "I'll", + 6 + ], + [ + "'Cause", + 6 + ], + [ + "There's", + 5 + ], + [ + "a", + 5 + ], + [ + "of", + 5 + ], + [ + "never", + 4 + ], + [ + "your", + 3 + ], + [ + "me", + 3 + ], + [ + "But", + 3 + ], + [ + "know,", + 3 + ], + [ + "yes", + 3 + ], + [ + "know", + 3 + ], + [ + "that", + 3 + ], + [ + "Escape", + 3 + ], + [ + "from", + 3 + ], + [ + "city", + 3 + ], + [ + "follow", + 3 + ], + [ + "sun", + 3 + ], + [ + "yours,", + 3 + ], + [ + "'cause", + 3 + ], + [ + "mine", + 3 + ], + [ + "don't", + 3 + ], + [ + "get", + 3 + ], + [ + "lost", + 3 + ], + [ + "dark", + 3 + ], + [ + "night", + 3 + ], + [ + "Wherever", + 3 + ], + [ + "are", + 3 + ], + [ + "is", + 3 + ], + [ + "place", + 3 + ], + [ + "belong", + 3 + ], + [ + "free", + 3 + ], + [ + "young", + 3 + ], + [ + "look", + 3 + ], + [ + "back", + 3 + ], + [ + "now", + 3 + ], + [ + "can't", + 2 + ], + [ + "out", + 2 + ], + [ + "we'll", + 2 + ], + [ + "alright", + 2 + ], + [ + "course", + 2 + ], + [ + "lightning", + 1 + ], + [ + "eyes", + 1 + ], + [ + "deny", + 1 + ], + [ + "Then", + 1 + ], + [ + "there's", + 1 + ], + [ + "inside", + 1 + ], + [ + "sinking", + 1 + ], + [ + "boat", + 1 + ], + [ + "running", + 1 + ], + [ + "Without", + 1 + ], + [ + "make", + 1 + ], + [ + "it", + 1 + ], + [ + "alive", + 1 + ], + [ + "devil", + 1 + ], + [ + "smile", + 1 + ], + [ + "that's", + 1 + ], + [ + "chasing", + 1 + ], + [ + "And", + 1 + ], + [ + "every", + 1 + ], + [ + "turn", + 1 + ], + [ + "around", + 1 + ], + [ + "it's", + 1 + ], + [ + "only", + 1 + ], + [ + "gaining", + 1 + ], + [ + "speed", + 1 + ], + [ + "moment", + 1 + ], + [ + "when", + 1 + ], + [ + "finally", + 1 + ], + [ + "realize", + 1 + ], + [ + "no", + 1 + ], + [ + "way", + 1 + ], + [ + "can", + 1 + ], + [ + "change", + 1 + ], + [ + "rolling", + 1 + ], + [ + "tide", + 1 + ], + [ + "fine", + 1 + ], + [ + "future", + 1 + ], + [ + "my", + 1 + ], + [ + "life", + 1 + ], + [ + "foresee", + 1 + ], + [ + "Unless", + 1 + ], + [ + "stay", + 1 + ], + [ + "on", + 1 + ], + [ + "keep", + 1 + ], + [ + "next", + 1 + ], + [ + "There", + 1 + ], + [ + "will", + 1 + ], + [ + "always", + 1 + ], + [ + "kind", + 1 + ], + [ + "criticize", + 1 + ], + [ + "(Ready", + 1 + ], + [ + "run)", + 1 + ], + [ + "give", + 1 + ], + [ + "everything", + 1 + ], + [ + "got", + 1 + ], + [ + "for", + 1 + ], + [ + "love", + 1 + ] + ], + [ + [ + "you", + 17 + ], + [ + "I", + 15 + ], + [ + "broken", + 15 + ], + [ + "me", + 14 + ], + [ + "Where", + 14 + ], + [ + "do", + 14 + ], + [ + "hearts", + 14 + ], + [ + "go?", + 14 + ], + [ + "the", + 11 + ], + [ + "out", + 9 + ], + [ + "of", + 7 + ], + [ + "but", + 7 + ], + [ + "don't", + 6 + ], + [ + "on", + 6 + ], + [ + "a", + 6 + ], + [ + "to", + 6 + ], + [ + "Tell", + 6 + ], + [ + "now", + 6 + ], + [ + "your", + 5 + ], + [ + "find", + 5 + ], + [ + "just", + 5 + ], + [ + "know", + 5 + ], + [ + "and", + 4 + ], + [ + "come", + 4 + ], + [ + "it", + 4 + ], + [ + "I'm", + 4 + ], + [ + "Come", + 4 + ], + [ + "baby,", + 4 + ], + [ + "my", + 3 + ], + [ + "from", + 3 + ], + [ + "let", + 3 + ], + [ + "that", + 3 + ], + [ + "down", + 3 + ], + [ + "Now", + 3 + ], + [ + "searching", + 3 + ], + [ + "every", + 3 + ], + [ + "lonely", + 3 + ], + [ + "place", + 3 + ], + [ + "Every", + 3 + ], + [ + "corner", + 3 + ], + [ + "calling", + 3 + ], + [ + "name", + 3 + ], + [ + "Tryna", + 3 + ], + [ + "you're", + 3 + ], + [ + "'cause", + 3 + ], + [ + "list", + 2 + ], + [ + "things", + 2 + ], + [ + "with", + 2 + ], + [ + "Yeah", + 2 + ], + [ + "took", + 2 + ], + [ + "some", + 2 + ], + [ + "time", + 2 + ], + [ + "figured", + 2 + ], + [ + "How", + 2 + ], + [ + "fix", + 2 + ], + [ + "up", + 2 + ], + [ + "heart", + 2 + ], + [ + "is", + 2 + ], + [ + "running", + 2 + ], + [ + "in", + 2 + ], + [ + "Love", + 2 + ], + [ + "Are", + 2 + ], + [ + "sleeping", + 2 + ], + [ + "baby", + 2 + ], + [ + "by", + 2 + ], + [ + "yourself?", + 2 + ], + [ + "Or", + 2 + ], + [ + "are", + 2 + ], + [ + "giving", + 2 + ], + [ + "someone", + 2 + ], + [ + "else?", + 2 + ], + [ + "tell", + 2 + ], + [ + "where", + 2 + ], + [ + "again?", + 2 + ], + [ + "need", + 2 + ], + [ + "get", + 2 + ], + [ + "Counted", + 1 + ], + [ + "all", + 1 + ], + [ + "mistakes", + 1 + ], + [ + "there's", + 1 + ], + [ + "only", + 1 + ], + [ + "one", + 1 + ], + [ + "Standing", + 1 + ], + [ + "I've", + 1 + ], + [ + "done", + 1 + ], + [ + "All", + 1 + ], + [ + "rest", + 1 + ], + [ + "crimes", + 1 + ], + [ + "close", + 1 + ], + [ + "To", + 1 + ], + [ + "look", + 1 + ], + [ + "face", + 1 + ], + [ + "when", + 1 + ], + [ + "go", + 1 + ], + [ + "So", + 1 + ], + [ + "built", + 1 + ], + [ + "house", + 1 + ], + [ + "home", + 1 + ], + [ + "And", + 1 + ], + [ + "wrote", + 1 + ], + [ + "song", + 1 + ], + [ + "words", + 1 + ], + [ + "spoke", + 1 + ], + [ + "Yeah,", + 1 + ], + [ + "taste", + 1 + ], + [ + "lips", + 1 + ], + [ + "tip", + 1 + ], + [ + "tongue", + 1 + ], + [ + "It's", + 1 + ], + [ + "at", + 1 + ], + [ + "top", + 1 + ], + [ + "want", + 1 + ], + [ + "Mind", + 1 + ], + [ + "circles", + 1 + ], + [ + "Anyone", + 1 + ], + [ + "between", + 1 + ], + [ + "enemy", + 1 + ], + [ + "Shadows", + 1 + ], + [ + "pain", + 1 + ], + [ + "was", + 1 + ], + [ + "something", + 1 + ], + [ + "you've", + 1 + ], + [ + "never", + 1 + ], + [ + "heard", + 1 + ], + [ + "enough", + 1 + ], + [ + "Trying", + 1 + ], + [ + "going", + 1 + ], + [ + "You've", + 1 + ], + [ + "been", + 1 + ], + [ + "afraid", + 1 + ], + [ + "will", + 1 + ], + [ + "ever", + 1 + ], + [ + "love", + 1 + ], + [ + "Try", + 1 + ], + [ + "hiding", + 1 + ], + [ + "me,", + 1 + ], + [ + "ten", + 1 + ], + [ + "feet", + 1 + ] + ], + [ + [ + "I", + 20 + ], + [ + "we", + 14 + ], + [ + "were", + 12 + ], + [ + "you", + 11 + ], + [ + "me", + 10 + ], + [ + "eighteen", + 10 + ], + [ + "love", + 10 + ], + [ + "a", + 9 + ], + [ + "made", + 9 + ], + [ + "to", + 7 + ], + [ + "the", + 7 + ], + [ + "be", + 7 + ], + [ + "feel", + 6 + ], + [ + "When", + 6 + ], + [ + "loved", + 5 + ], + [ + "in", + 5 + ], + [ + "like", + 5 + ], + [ + "and", + 4 + ], + [ + "both", + 4 + ], + [ + "want", + 4 + ], + [ + "can", + 4 + ], + [ + "We", + 3 + ], + [ + "So", + 3 + ], + [ + "where", + 3 + ], + [ + "lay", + 3 + ], + [ + "down", + 3 + ], + [ + "My", + 3 + ], + [ + "hands", + 3 + ], + [ + "pressed", + 3 + ], + [ + "your", + 3 + ], + [ + "cheeks", + 3 + ], + [ + "A", + 3 + ], + [ + "long", + 3 + ], + [ + "way", + 3 + ], + [ + "from", + 3 + ], + [ + "playground", + 3 + ], + [ + "have", + 3 + ], + [ + "since", + 3 + ], + [ + "Long", + 3 + ], + [ + "before", + 3 + ], + [ + "thought", + 3 + ], + [ + "same", + 3 + ], + [ + "thing", + 3 + ], + [ + "To", + 3 + ], + [ + "do", + 3 + ], + [ + "is", + 3 + ], + [ + "say", + 3 + ], + [ + "that", + 3 + ], + [ + "these", + 3 + ], + [ + "arms", + 3 + ], + [ + "for", + 3 + ], + [ + "holding", + 3 + ], + [ + "all", + 3 + ], + [ + "And", + 3 + ], + [ + "got", + 2 + ], + [ + "kiss", + 2 + ], + [ + "wanna", + 2 + ], + [ + "motion,", + 2 + ], + [ + "heart", + 1 + ], + [ + "soul", + 1 + ], + [ + "Believe", + 1 + ], + [ + "will", + 1 + ], + [ + "use", + 1 + ], + [ + "'em", + 1 + ], + [ + "start", + 1 + ], + [ + "Be", + 1 + ], + [ + "it", + 1 + ], + [ + "false", + 1 + ], + [ + "one,", + 1 + ], + [ + "know", + 1 + ], + [ + "Baby,", + 1 + ], + [ + "don't", + 1 + ], + [ + "alone", + 1 + ], + [ + "loved,", + 1 + ], + [ + "All", + 1 + ], + [ + "took", + 1 + ], + [ + "chance", + 1 + ], + [ + "God", + 1 + ], + [ + "knows", + 1 + ], + [ + "tried", + 1 + ], + [ + "Yet", + 1 + ], + [ + "along,", + 1 + ], + [ + "knew", + 1 + ], + [ + "we'd", + 1 + ], + [ + "fine", + 1 + ], + [ + "pour", + 1 + ], + [ + "drink", + 1 + ], + [ + "oh", + 1 + ], + [ + "Let's", + 1 + ], + [ + "split", + 1 + ], + [ + "night", + 1 + ], + [ + "wide", + 1 + ], + [ + "open", + 1 + ], + [ + "we'll", + 1 + ], + [ + "see", + 1 + ], + [ + "everything", + 1 + ], + [ + "live", + 1 + ], + [ + "slow", + 1 + ], + [ + "motion", + 1 + ], + [ + "are", + 1 + ], + [ + "Oh", + 1 + ], + [ + "lord,", + 1 + ], + [ + "when", + 1 + ], + [ + "Kiss", + 1 + ] + ], + [ + [ + "I", + 18 + ], + [ + "get", + 14 + ], + [ + "no", + 8 + ], + [ + "down,", + 8 + ], + [ + "a", + 6 + ], + [ + "the", + 6 + ], + [ + "something", + 6 + ], + [ + "happening", + 6 + ], + [ + "down", + 6 + ], + [ + "my", + 6 + ], + [ + "knees", + 6 + ], + [ + "is", + 4 + ], + [ + "as", + 4 + ], + [ + "to", + 4 + ], + [ + "on", + 4 + ], + [ + "made", + 4 + ], + [ + "Let's", + 4 + ], + [ + "Only", + 4 + ], + [ + "There's", + 4 + ], + [ + "here", + 4 + ], + [ + "you", + 4 + ], + [ + "On", + 4 + ], + [ + "for", + 4 + ], + [ + "Her", + 2 + ], + [ + "light", + 2 + ], + [ + "loud", + 2 + ], + [ + "many", + 2 + ], + [ + "ambulances", + 2 + ], + [ + "As", + 2 + ], + [ + "it", + 2 + ], + [ + "takes", + 2 + ], + [ + "save", + 2 + ], + [ + "savior", + 2 + ], + [ + "(whoa", + 2 + ], + [ + "whoa", + 2 + ], + [ + "whoa)", + 2 + ], + [ + "She", + 2 + ], + [ + "floats", + 2 + ], + [ + "through", + 2 + ], + [ + "room", + 2 + ], + [ + "big", + 2 + ], + [ + "balloon", + 2 + ], + [ + "Some", + 2 + ], + [ + "say,", + 2 + ], + [ + "\"She's", + 2 + ], + [ + "such", + 2 + ], + [ + "fake\"", + 2 + ], + [ + "That", + 2 + ], + [ + "her", + 2 + ], + [ + "love", + 2 + ], + [ + "up", + 2 + ], + [ + "No,", + 2 + ], + [ + "have", + 2 + ], + [ + "another", + 2 + ], + [ + "toast", + 2 + ], + [ + "girl", + 2 + ], + [ + "almighty", + 2 + ], + [ + "pray", + 2 + ], + [ + "we", + 2 + ], + [ + "stay", + 2 + ], + [ + "young", + 2 + ], + [ + "Stay", + 2 + ], + [ + "of", + 2 + ], + [ + "lightning", + 2 + ], + [ + "Am", + 2 + ], + [ + "only,", + 2 + ], + [ + "believer?", + 2 + ], + [ + "The", + 2 + ], + [ + "only", + 2 + ], + [ + "believer", + 2 + ], + [ + "(There's", + 2 + ], + [ + "here,", + 2 + ], + [ + "hope", + 2 + ], + [ + "feel", + 2 + ], + [ + "what", + 2 + ], + [ + "I'm", + 2 + ], + [ + "feeling", + 2 + ], + [ + "too)", + 2 + ], + [ + "ya", + 2 + ], + [ + "(Hey", + 1 + ], + [ + "hey,", + 1 + ], + [ + "Oh", + 1 + ], + [ + "no)", + 1 + ] + ], + "No Lyrics", + [ + [ + "of", + 10 + ], + [ + "it", + 9 + ], + [ + "you", + 9 + ], + [ + "that", + 8 + ], + [ + "she", + 6 + ], + [ + "never", + 6 + ], + [ + "ever", + 6 + ], + [ + "the", + 6 + ], + [ + "night", + 6 + ], + [ + "changes", + 6 + ], + [ + "when", + 6 + ], + [ + "fast", + 5 + ], + [ + "is", + 5 + ], + [ + "baby", + 5 + ], + [ + "It", + 5 + ], + [ + "will", + 5 + ], + [ + "doesn't", + 4 + ], + [ + "Everything", + 4 + ], + [ + "her", + 4 + ], + [ + "up", + 4 + ], + [ + "to", + 4 + ], + [ + "and", + 4 + ], + [ + "something", + 3 + ], + [ + "She's", + 3 + ], + [ + "We're", + 3 + ], + [ + "only", + 3 + ], + [ + "getting", + 3 + ], + [ + "older,", + 3 + ], + [ + "And", + 3 + ], + [ + "I", + 3 + ], + [ + "been", + 3 + ], + [ + "thinking", + 3 + ], + [ + "about", + 3 + ], + [ + "lately", + 3 + ], + [ + "Does", + 3 + ], + [ + "drive", + 3 + ], + [ + "crazy", + 3 + ], + [ + "Just", + 3 + ], + [ + "how", + 3 + ], + [ + "you've", + 3 + ], + [ + "dreamed", + 3 + ], + [ + "Disappearing", + 3 + ], + [ + "wake", + 3 + ], + [ + "But", + 3 + ], + [ + "there's", + 3 + ], + [ + "nothing", + 3 + ], + [ + "be", + 3 + ], + [ + "afraid", + 3 + ], + [ + "Even", + 3 + ], + [ + "change", + 3 + ], + [ + "Me", + 3 + ], + [ + "Going", + 2 + ], + [ + "out", + 2 + ], + [ + "tonight", + 2 + ], + [ + "Changes", + 2 + ], + [ + "into", + 2 + ], + [ + "red", + 2 + ], + [ + "Her", + 2 + ], + [ + "mother", + 2 + ], + [ + "like", + 2 + ], + [ + "kind", + 2 + ], + [ + "dress", + 2 + ], + [ + "too", + 2 + ], + [ + "Moon", + 2 + ], + [ + "Having", + 2 + ], + [ + "no", + 2 + ], + [ + "regrets", + 2 + ], + [ + "all", + 2 + ], + [ + "really", + 2 + ], + [ + "wants", + 2 + ], + [ + "a", + 2 + ], + [ + "change,", + 2 + ], + [ + "had", + 1 + ], + [ + "showing", + 1 + ], + [ + "off", + 1 + ], + [ + "Driving", + 1 + ], + [ + "breaking", + 1 + ], + [ + "through", + 1 + ], + [ + "hair", + 1 + ], + [ + "heading", + 1 + ], + [ + "for", + 1 + ], + [ + "won't", + 1 + ], + [ + "forget", + 1 + ], + [ + "Chasing", + 1 + ], + [ + "tonight,", + 1 + ], + [ + "doubts", + 1 + ], + [ + "are", + 1 + ], + [ + "running", + 1 + ], + [ + "'round", + 1 + ], + [ + "head", + 1 + ], + [ + "He's", + 1 + ], + [ + "waiting,", + 1 + ], + [ + "hides", + 1 + ], + [ + "behind", + 1 + ], + [ + "cigarette", + 1 + ], + [ + "Heart", + 1 + ], + [ + "beating", + 1 + ], + [ + "loud,", + 1 + ], + [ + "want", + 1 + ], + [ + "stop", + 1 + ], + [ + "Moving", + 1 + ], + [ + "lighting", + 1 + ], + [ + "skin", + 1 + ], + [ + "falling,", + 1 + ], + [ + "even", + 1 + ], + [ + "know", + 1 + ], + [ + "yet", + 1 + ], + [ + "Reminds", + 1 + ], + [ + "missing", + 1 + ], + [ + "piece", + 1 + ], + [ + "innocence", + 1 + ], + [ + "lost", + 1 + ] + ], + [ + [ + "I", + 20 + ], + [ + "control", + 12 + ], + [ + "you", + 9 + ], + [ + "No", + 9 + ], + [ + "can't", + 7 + ], + [ + "a", + 6 + ], + [ + "of", + 6 + ], + [ + "my", + 6 + ], + [ + "enough", + 5 + ], + [ + "I'm", + 5 + ], + [ + "don't", + 5 + ], + [ + "all", + 4 + ], + [ + "Powerless", + 4 + ], + [ + "And", + 4 + ], + [ + "care", + 4 + ], + [ + "it's", + 4 + ], + [ + "obvious", + 4 + ], + [ + "just", + 4 + ], + [ + "get", + 4 + ], + [ + "The", + 4 + ], + [ + "pedal's", + 4 + ], + [ + "down", + 4 + ], + [ + "eyes", + 4 + ], + [ + "are", + 4 + ], + [ + "closed", + 4 + ], + [ + "Waking", + 3 + ], + [ + "up", + 3 + ], + [ + "Beside", + 3 + ], + [ + "loaded", + 3 + ], + [ + "gun", + 3 + ], + [ + "contain", + 3 + ], + [ + "this", + 3 + ], + [ + "anymore", + 3 + ], + [ + "yours", + 3 + ], + [ + "got", + 3 + ], + [ + "no", + 3 + ], + [ + "the", + 3 + ], + [ + "where", + 2 + ], + [ + "lay", + 2 + ], + [ + "on", + 2 + ], + [ + "am", + 2 + ], + [ + "here", + 2 + ], + [ + "and", + 2 + ], + [ + "Stained", + 1 + ], + [ + "coffee", + 1 + ], + [ + "cup", + 1 + ], + [ + "Just", + 1 + ], + [ + "fingerprint", + 1 + ], + [ + "lipstick's", + 1 + ], + [ + "not", + 1 + ], + [ + "Sleep,", + 1 + ], + [ + "Still", + 1 + ], + [ + "trace", + 1 + ], + [ + "innocence", + 1 + ], + [ + "pillow", + 1 + ], + [ + "case", + 1 + ], + [ + "Taste", + 1 + ], + [ + "tongue", + 1 + ], + [ + "want", + 1 + ], + [ + "wash", + 1 + ], + [ + "away", + 1 + ], + [ + "night", + 1 + ], + [ + "before", + 1 + ], + [ + "In", + 1 + ], + [ + "heat", + 1 + ], + [ + "could", + 1 + ], + [ + "stay", + 1 + ], + [ + "right", + 1 + ], + [ + "burn", + 1 + ], + [ + "in", + 1 + ], + [ + "it", + 1 + ], + [ + "day", + 1 + ], + [ + "Lost", + 1 + ], + [ + "senses", + 1 + ], + [ + "defenseless", + 1 + ], + [ + "Her", + 1 + ], + [ + "perfume's", + 1 + ], + [ + "holding", + 1 + ], + [ + "me", + 1 + ], + [ + "ransom", + 1 + ], + [ + "Sweet", + 1 + ], + [ + "sour", + 1 + ], + [ + "devour", + 1 + ], + [ + "Lying", + 1 + ], + [ + "count", + 1 + ], + [ + "hours", + 1 + ] + ], + [ + [ + "I", + 24 + ], + [ + "the", + 10 + ], + [ + "nobody", + 9 + ], + [ + "baby,", + 9 + ], + [ + "way", + 9 + ], + [ + "I'm", + 7 + ], + [ + "do,", + 7 + ], + [ + "roll", + 6 + ], + [ + "it's", + 6 + ], + [ + "'Cause", + 6 + ], + [ + "you,", + 6 + ], + [ + "been", + 6 + ], + [ + "so", + 6 + ], + [ + "long,", + 6 + ], + [ + "and", + 5 + ], + [ + "think", + 4 + ], + [ + "gonna", + 4 + ], + [ + "my", + 4 + ], + [ + "me,", + 4 + ], + [ + "till", + 4 + ], + [ + "It's", + 4 + ], + [ + "you", + 4 + ], + [ + "deep", + 3 + ], + [ + "up,", + 3 + ], + [ + "Yeah,", + 3 + ], + [ + "All:", + 3 + ], + [ + "knows", + 3 + ], + [ + "And", + 3 + ], + [ + "loves", + 3 + ], + [ + "fireproof,", + 3 + ], + [ + "saves", + 3 + ], + [ + "Harry:", + 2 + ], + [ + "lose", + 2 + ], + [ + "mind,", + 2 + ], + [ + "give", + 2 + ], + [ + "out", + 2 + ], + [ + "of", + 2 + ], + [ + "luck", + 2 + ], + [ + "luck,", + 2 + ], + [ + "feeling", + 2 + ], + [ + "inside,", + 2 + ], + [ + "a", + 2 + ], + [ + "taking,", + 2 + ], + [ + "taking", + 2 + ], + [ + "all", + 2 + ], + [ + "got,", + 2 + ], + [ + "were", + 2 + ], + [ + "do.", + 2 + ], + [ + "win", + 2 + ], + [ + "this", + 2 + ], + [ + "time,", + 2 + ], + [ + "roll,", + 2 + ], + [ + "change", + 2 + ], + [ + "Zayn:", + 2 + ], + [ + "Something", + 1 + ], + [ + "inside", + 1 + ], + [ + "can't", + 1 + ], + [ + "Niall:", + 1 + ], + [ + "something", + 1 + ], + [ + "Hotter", + 1 + ], + [ + "than", + 1 + ], + [ + "jet", + 1 + ], + [ + "stream", + 1 + ], + [ + "burning", + 1 + ], + [ + "got", + 1 + ], + [ + "I've", + 1 + ], + [ + "Liam:", + 1 + ], + [ + "maybe", + 1 + ], + [ + "Louis:", + 1 + ], + [ + "Riding", + 1 + ], + [ + "on", + 1 + ], + [ + "wind", + 1 + ], + [ + "won't", + 1 + ], + [ + "must", + 1 + ], + [ + "be", + 1 + ], + [ + "Maybe", + 1 + ] + ], + [ + [ + "to", + 14 + ], + [ + "us", + 13 + ], + [ + "the", + 12 + ], + [ + "Who's", + 11 + ], + [ + "gonna", + 11 + ], + [ + "be", + 11 + ], + [ + "between", + 10 + ], + [ + "first", + 8 + ], + [ + "one", + 7 + ], + [ + "spaces", + 7 + ], + [ + "I", + 6 + ], + [ + "we", + 4 + ], + [ + "all", + 4 + ], + [ + "say", + 4 + ], + [ + "goodbye?", + 4 + ], + [ + "The", + 4 + ], + [ + "last", + 3 + ], + [ + "ever", + 3 + ], + [ + "learn?", + 3 + ], + [ + "All", + 3 + ], + [ + "Keep", + 3 + ], + [ + "getting", + 3 + ], + [ + "deeper", + 3 + ], + [ + "It's", + 3 + ], + [ + "harder", + 3 + ], + [ + "reach", + 3 + ], + [ + "ya", + 3 + ], + [ + "Even", + 3 + ], + [ + "though", + 3 + ], + [ + "try", + 3 + ], + [ + "Spaces", + 3 + ], + [ + "Hold", + 3 + ], + [ + "our", + 3 + ], + [ + "secrets", + 3 + ], + [ + "Leaving", + 3 + ], + [ + "speechless", + 3 + ], + [ + "And", + 3 + ], + [ + "don't", + 3 + ], + [ + "know", + 3 + ], + [ + "why", + 3 + ], + [ + "drive", + 2 + ], + [ + "away?", + 2 + ], + [ + "We", + 2 + ], + [ + "keep", + 2 + ], + [ + "taking", + 2 + ], + [ + "turns", + 2 + ], + [ + "Will", + 2 + ], + [ + "start", + 1 + ], + [ + "fight?", + 1 + ], + [ + "fall", + 1 + ], + [ + "asleep", + 1 + ], + [ + "at", + 1 + ], + [ + "night?", + 1 + ], + [ + "forget", + 1 + ], + [ + "this", + 1 + ], + [ + "place?", + 1 + ], + [ + "compromise?", + 1 + ], + [ + "set", + 1 + ], + [ + "it", + 1 + ], + [ + "on", + 1 + ], + [ + "fire?", + 1 + ], + [ + "Forgetting", + 1 + ], + [ + "every", + 1 + ], + [ + "single", + 1 + ], + [ + "promise", + 1 + ], + [ + "made?", + 1 + ], + [ + "When", + 1 + ], + [ + "will", + 1 + ] + ], + [ + [ + "me", + 21 + ], + [ + "Baby", + 19 + ], + [ + "you've", + 14 + ], + [ + "what", + 11 + ], + [ + "done", + 11 + ], + [ + "to", + 10 + ], + [ + "look", + 10 + ], + [ + "holding", + 8 + ], + [ + "this", + 8 + ], + [ + "you", + 7 + ], + [ + "I'll", + 6 + ], + [ + "never", + 6 + ], + [ + "leave", + 6 + ], + [ + "If", + 6 + ], + [ + "keep", + 6 + ], + [ + "way", + 6 + ], + [ + "I", + 5 + ], + [ + "now", + 4 + ], + [ + "Who's", + 3 + ], + [ + "got", + 3 + ], + [ + "tied", + 3 + ], + [ + "down", + 3 + ], + [ + "your", + 3 + ], + [ + "And", + 3 + ], + [ + "my", + 3 + ], + [ + "that", + 2 + ], + [ + "I've", + 2 + ], + [ + "been", + 2 + ], + [ + "for", + 2 + ], + [ + "I'm", + 2 + ], + [ + "know", + 2 + ], + [ + "they'll", + 2 + ], + [ + "be", + 2 + ], + [ + "coming", + 2 + ], + [ + "To", + 2 + ], + [ + "find", + 2 + ], + [ + "soon", + 2 + ], + [ + "But", + 2 + ], + [ + "Used", + 2 + ], + [ + "being", + 2 + ], + [ + "shadow", + 1 + ], + [ + "hostage?", + 1 + ], + [ + "here", + 1 + ], + [ + "days", + 1 + ], + [ + "whisper", + 1 + ], + [ + "telling", + 1 + ], + [ + "Never", + 1 + ], + [ + "gonna", + 1 + ], + [ + "get", + 1 + ], + [ + "away?", + 1 + ], + [ + "fear", + 1 + ], + [ + "getting", + 1 + ], + [ + "held", + 1 + ], + [ + "by", + 1 + ], + [ + "man", + 1 + ], + [ + "that's", + 1 + ], + [ + "hand", + 1 + ], + [ + "talking", + 1 + ], + [ + "'bout", + 1 + ], + [ + "eyes", + 1 + ], + [ + "sing", + 1 + ], + [ + "about", + 1 + ], + [ + "free", + 1 + ], + [ + "but", + 1 + ], + [ + "Now", + 1 + ], + [ + "he's", + 1 + ], + [ + "changed", + 1 + ], + [ + "his", + 1 + ], + [ + "mind", + 1 + ], + [ + "Stockholm", + 1 + ], + [ + "syndrome", + 1 + ], + [ + "Is", + 1 + ], + [ + "in", + 1 + ], + [ + "room", + 1 + ], + [ + "Yeah", + 1 + ], + [ + "fell", + 1 + ], + [ + "you!", + 1 + ], + [ + "All", + 1 + ], + [ + "life", + 1 + ], + [ + "on", + 1 + ], + [ + "own", + 1 + ], + [ + "used", + 1 + ], + [ + "the", + 1 + ], + [ + "light", + 1 + ], + [ + "guide", + 1 + ], + [ + "home", + 1 + ], + [ + "together", + 1 + ], + [ + "we're", + 1 + ], + [ + "alone", + 1 + ], + [ + "there's", + 1 + ], + [ + "no", + 1 + ], + [ + "other", + 1 + ], + [ + "place", + 1 + ], + [ + "I'd", + 1 + ], + [ + "ever", + 1 + ], + [ + "wanna", + 1 + ], + [ + "go", + 1 + ], + [ + "Look", + 1 + ], + [ + "done,", + 1 + ] + ], + [ + [ + "go", + 24 + ], + [ + "we", + 23 + ], + [ + "Another", + 16 + ], + [ + "it", + 11 + ], + [ + "don't", + 10 + ], + [ + "stop", + 10 + ], + [ + "ever", + 9 + ], + [ + "all", + 9 + ], + [ + "of", + 9 + ], + [ + "Here", + 8 + ], + [ + "again", + 8 + ], + [ + "round", + 8 + ], + [ + "for", + 8 + ], + [ + "my", + 8 + ], + [ + "friends", + 8 + ], + [ + "night", + 8 + ], + [ + "will", + 8 + ], + [ + "end?", + 8 + ], + [ + "And", + 8 + ], + [ + "you", + 7 + ], + [ + "I", + 6 + ], + [ + "You're", + 6 + ], + [ + "gonna", + 6 + ], + [ + "the", + 6 + ], + [ + "never", + 5 + ], + [ + "That", + 4 + ], + [ + "But", + 4 + ], + [ + "see", + 4 + ], + [ + "that", + 4 + ], + [ + "we're", + 4 + ], + [ + "down", + 4 + ], + [ + "No", + 4 + ], + [ + "know", + 2 + ], + [ + "say", + 2 + ], + [ + "like", + 2 + ], + [ + "complicated", + 2 + ], + [ + "love", + 2 + ], + [ + "is", + 2 + ], + [ + "Someday", + 2 + ], + [ + "things", + 2 + ], + [ + "want", + 2 + ], + [ + "air", + 2 + ], + [ + "breathe", + 2 + ], + [ + "wish", + 2 + ], + [ + "left", + 2 + ], + [ + "me", + 2 + ], + [ + "If", + 2 + ], + [ + "coming", + 2 + ], + [ + "back", + 2 + ], + [ + "Yeah", + 2 + ], + [ + "looking", + 2 + ], + [ + "on", + 2 + ], + [ + "clouds", + 2 + ], + [ + "Never", + 2 + ], + [ + "up", + 2 + ], + [ + "should", + 1 + ], + [ + "try", + 1 + ], + [ + "keep", + 1 + ], + [ + "simple", + 1 + ], + [ + "simple,", + 1 + ], + [ + "no", + 1 + ], + [ + "are", + 1 + ], + [ + "tired", + 1 + ], + [ + "changes", + 1 + ], + [ + "always,", + 1 + ], + [ + "always", + 1 + ], + [ + "changing,", + 1 + ], + [ + "woah", + 1 + ] + ], + [ + [ + "me", + 14 + ], + [ + "you", + 10 + ], + [ + "your", + 10 + ], + [ + "Come", + 10 + ], + [ + "it's", + 10 + ], + [ + "a", + 10 + ], + [ + "probably", + 10 + ], + [ + "stay,", + 10 + ], + [ + "and", + 9 + ], + [ + "let", + 9 + ], + [ + "change", + 9 + ], + [ + "ticket", + 9 + ], + [ + "home", + 9 + ], + [ + "more", + 8 + ], + [ + "not", + 8 + ], + [ + "don't", + 7 + ], + [ + "to", + 7 + ], + [ + "And", + 7 + ], + [ + "the", + 7 + ], + [ + "should", + 7 + ], + [ + "couple", + 7 + ], + [ + "days", + 7 + ], + [ + "we", + 6 + ], + [ + "be", + 6 + ], + [ + "You", + 6 + ], + [ + "Don't", + 6 + ], + [ + "when", + 6 + ], + [ + "with", + 5 + ], + [ + "all", + 5 + ], + [ + "alone", + 5 + ], + [ + "go,", + 5 + ], + [ + "same", + 5 + ], + [ + "go", + 5 + ], + [ + "that", + 4 + ], + [ + "I", + 4 + ], + [ + "in", + 3 + ], + [ + "say", + 3 + ], + [ + "hard", + 3 + ], + [ + "good", + 3 + ], + [ + "Why", + 3 + ], + [ + "get", + 2 + ], + [ + "over", + 2 + ], + [ + "you'd", + 2 + ], + [ + "keep", + 2 + ], + [ + "secret", + 2 + ], + [ + "Girl", + 2 + ], + [ + "leave", + 2 + ], + [ + "this", + 2 + ], + [ + "hotel", + 2 + ], + [ + "these", + 2 + ], + [ + "shades", + 2 + ], + [ + "can", + 2 + ], + [ + "hide", + 2 + ], + [ + "us", + 2 + ], + [ + "from", + 2 + ], + [ + "streets,", + 2 + ], + [ + "yeah", + 2 + ], + [ + "One", + 2 + ], + [ + "weekend,", + 2 + ], + [ + "promise", + 2 + ], + [ + "I'll", + 2 + ], + [ + "never", + 2 + ], + [ + "tell", + 2 + ], + [ + "here", + 2 + ], + [ + "take", + 2 + ], + [ + "time?", + 2 + ], + [ + "Watching", + 1 + ], + [ + "dressed", + 1 + ], + [ + "messes", + 1 + ], + [ + "my", + 1 + ], + [ + "head", + 1 + ], + [ + "Take", + 1 + ], + [ + "bag", + 1 + ], + [ + "off", + 1 + ], + [ + "shoulder", + 1 + ], + [ + "back", + 1 + ], + [ + "bed,", + 1 + ], + [ + "still", + 1 + ], + [ + "got", + 1 + ], + [ + "time", + 1 + ], + [ + "left", + 1 + ], + [ + "This", + 1 + ], + [ + "have", + 1 + ], + [ + "So", + 1 + ], + [ + "me,", + 1 + ], + [ + "play", + 1 + ], + [ + "innocent,", + 1 + ], + [ + "know", + 1 + ], + [ + "what", + 1 + ], + [ + "meant", + 1 + ], + [ + "When", + 1 + ], + [ + "said", + 1 + ], + [ + "come", + 1 + ], + [ + "Are", + 1 + ], + [ + "way", + 1 + ], + [ + "past", + 1 + ], + [ + "that,", + 1 + ], + [ + "playing", + 1 + ], + [ + "get?", + 1 + ], + [ + "We", + 1 + ], + [ + "did", + 1 + ], + [ + "were", + 1 + ], + [ + "younger", + 1 + ], + [ + "some", + 1 + ], + [ + "just", + 1 + ], + [ + "little", + 1 + ], + [ + "make", + 1 + ], + [ + "it", + 1 + ], + [ + "right?", + 1 + ], + [ + "Girl,", + 1 + ], + [ + "wanna", + 1 + ], + [ + "goodbye?", + 1 + ] + ], + [ + [ + "me", + 19 + ], + [ + "not", + 18 + ], + [ + "an", + 15 + ], + [ + "illusion", + 15 + ], + [ + "you", + 11 + ], + [ + "my", + 10 + ], + [ + "baby,", + 9 + ], + [ + "this", + 9 + ], + [ + "is", + 9 + ], + [ + "in", + 8 + ], + [ + "the", + 8 + ], + [ + "to", + 8 + ], + [ + "You", + 7 + ], + [ + "believe", + 6 + ], + [ + "I", + 6 + ], + [ + "No", + 6 + ], + [ + "really", + 6 + ], + [ + "got", + 6 + ], + [ + "love", + 5 + ], + [ + "I've", + 4 + ], + [ + "and", + 4 + ], + [ + "on", + 4 + ], + [ + "I'm", + 4 + ], + [ + "heart", + 4 + ], + [ + "So", + 4 + ], + [ + "tell", + 4 + ], + [ + "'Cause", + 4 + ], + [ + "it's", + 4 + ], + [ + "about", + 3 + ], + [ + "of", + 3 + ], + [ + "a", + 3 + ], + [ + "out", + 3 + ], + [ + "sleeve", + 3 + ], + [ + "Oh", + 3 + ], + [ + "There's", + 3 + ], + [ + "magic", + 3 + ], + [ + "between", + 3 + ], + [ + "lifted", + 3 + ], + [ + "off", + 3 + ], + [ + "feet", + 3 + ], + [ + "It's", + 2 + ], + [ + "eyes", + 2 + ], + [ + "turn", + 2 + ], + [ + "into", + 2 + ], + [ + "But", + 2 + ], + [ + "trying", + 2 + ], + [ + "promise", + 2 + ], + [ + "falling", + 2 + ], + [ + "for", + 2 + ], + [ + "won't", + 2 + ], + [ + "be", + 2 + ], + [ + "mistake", + 2 + ], + [ + "don't", + 2 + ], + [ + "have", + 2 + ], + [ + "see", + 2 + ], + [ + "can", + 2 + ], + [ + "You're", + 2 + ], + [ + "Tell", + 1 + ], + [ + "been", + 1 + ], + [ + "thinking", + 1 + ], + [ + "nights", + 1 + ], + [ + "dangerous", + 1 + ], + [ + "tricks", + 1 + ], + [ + "People", + 1 + ], + [ + "play", + 1 + ], + [ + "innocent", + 1 + ], + [ + "could", + 1 + ], + [ + "lot", + 1 + ], + [ + "hearts", + 1 + ], + [ + "breaks", + 1 + ], + [ + "with", + 1 + ], + [ + "smoke", + 1 + ], + [ + "And", + 1 + ], + [ + "mirrors", + 1 + ], + [ + "disappearing", + 1 + ], + [ + "right", + 1 + ], + [ + "front", + 1 + ], + [ + "them", + 1 + ], + [ + "deceive", + 1 + ], + [ + "ever", + 1 + ], + [ + "worry", + 1 + ], + [ + "me,", + 1 + ], + [ + "how", + 1 + ], + [ + "cards", + 1 + ], + [ + "fall,", + 1 + ], + [ + "all", + 1 + ], + [ + "that", + 1 + ], + [ + "need", + 1 + ], + [ + "tonight", + 1 + ], + [ + "would", + 1 + ], + [ + "never", + 1 + ], + [ + "your", + 1 + ], + [ + "broken", + 1 + ], + [ + "parts", + 1 + ], + [ + "think", + 1 + ], + [ + "twice", + 1 + ], + [ + "looking", + 1 + ], + [ + "Can't", + 1 + ], + [ + "it?", + 1 + ], + [ + "mislead", + 1 + ], + [ + "ya", + 1 + ], + [ + "tie", + 1 + ], + [ + "up", + 1 + ], + [ + "chains", + 1 + ], + [ + "throw", + 1 + ], + [ + "away", + 1 + ], + [ + "key", + 1 + ], + [ + "there's", + 1 + ], + [ + "no", + 1 + ], + [ + "trap", + 1 + ], + [ + "doors", + 1 + ], + [ + "gonna", + 1 + ], + [ + "leave", + 1 + ], + [ + "truth", + 1 + ], + [ + "can't", + 1 + ], + [ + "explain", + 1 + ], + [ + "only", + 1 + ], + [ + "one", + 1 + ] + ], + [ + [ + "my", + 12 + ], + [ + "are", + 7 + ], + [ + "the", + 6 + ], + [ + "by", + 6 + ], + [ + "side", + 6 + ], + [ + "it", + 5 + ], + [ + "You", + 5 + ], + [ + "a", + 4 + ], + [ + "like", + 4 + ], + [ + "you", + 4 + ], + [ + "Once", + 3 + ], + [ + "in", + 3 + ], + [ + "lifetime", + 3 + ], + [ + "And", + 3 + ], + [ + "It's", + 2 + ], + [ + "just", + 2 + ], + [ + "right", + 2 + ], + [ + "Not", + 2 + ], + [ + "even", + 2 + ], + [ + "Could", + 2 + ], + [ + "take", + 2 + ], + [ + "all", + 2 + ], + [ + "away", + 2 + ], + [ + "Somehow", + 2 + ], + [ + "feels", + 2 + ], + [ + "nothing", + 2 + ], + [ + "has", + 2 + ], + [ + "changed", + 2 + ], + [ + "Right", + 2 + ], + [ + "now,", + 2 + ], + [ + "heart", + 2 + ], + [ + "is", + 2 + ], + [ + "beating", + 2 + ], + [ + "same", + 2 + ], + [ + "Out", + 2 + ], + [ + "loud,", + 2 + ], + [ + "someone's", + 2 + ], + [ + "calling", + 2 + ], + [ + "name", + 2 + ], + [ + "sounds", + 2 + ], + [ + "When", + 2 + ], + [ + "I", + 2 + ], + [ + "close", + 2 + ], + [ + "eyes", + 2 + ], + [ + "All", + 2 + ], + [ + "stars", + 2 + ], + [ + "align", + 2 + ], + [ + "and", + 2 + ], + [ + "We", + 1 + ], + [ + "make", + 1 + ], + [ + "no", + 1 + ], + [ + "mistakes", + 1 + ], + [ + "landslide", + 1 + ], + [ + "or", + 1 + ], + [ + "riptide", + 1 + ], + [ + "It", + 1 + ], + [ + "we", + 1 + ], + [ + "always", + 1 + ], + [ + "safe", + 1 + ], + [ + "bad", + 1 + ], + [ + "guys", + 1 + ], + [ + "dark", + 1 + ], + [ + "nights", + 1 + ], + [ + "were", + 1 + ], + [ + "mine", + 1 + ] + ], + [ + [ + "I", + 18 + ], + [ + "my", + 13 + ], + [ + "won't", + 10 + ], + [ + "act", + 10 + ], + [ + "age", + 10 + ], + [ + "No,", + 10 + ], + [ + "you", + 8 + ], + [ + "and", + 6 + ], + [ + "still", + 6 + ], + [ + "the", + 6 + ], + [ + "I'll", + 5 + ], + [ + "feel", + 5 + ], + [ + "same", + 5 + ], + [ + "When", + 4 + ], + [ + "I'm", + 4 + ], + [ + "'Cause", + 4 + ], + [ + "that", + 4 + ], + [ + "a", + 3 + ], + [ + "can", + 3 + ], + [ + "around", + 3 + ], + [ + "fat", + 2 + ], + [ + "old", + 2 + ], + [ + "And", + 2 + ], + [ + "kids", + 2 + ], + [ + "think", + 2 + ], + [ + "joke", + 2 + ], + [ + "count", + 2 + ], + [ + "on", + 2 + ], + [ + "After", + 2 + ], + [ + "all", + 2 + ], + [ + "know", + 2 + ], + [ + "understand", + 2 + ], + [ + "again", + 2 + ], + [ + "up", + 2 + ], + [ + "will", + 2 + ], + [ + "too", + 2 + ], + [ + "We'll", + 2 + ], + [ + "move", + 1 + ], + [ + "little", + 1 + ], + [ + "slow", + 1 + ], + [ + "dance", + 1 + ], + [ + "we've", + 1 + ], + [ + "been", + 1 + ], + [ + "through", + 1 + ], + [ + "you'll", + 1 + ], + [ + "always", + 1 + ], + [ + "stories", + 1 + ], + [ + "I've", + 1 + ], + [ + "told", + 1 + ], + [ + "tell", + 1 + ], + [ + "we", + 1 + ], + [ + "got", + 1 + ], + [ + "to", + 1 + ], + [ + "truly", + 1 + ], + [ + "hardly", + 1 + ], + [ + "walk", + 1 + ], + [ + "hair", + 1 + ], + [ + "is", + 1 + ], + [ + "falling", + 1 + ], + [ + "out", + 1 + ], + [ + "stay", + 1 + ], + [ + "'til", + 1 + ], + [ + "morning", + 1 + ], + [ + "throw", + 1 + ], + [ + "an", + 1 + ], + [ + "after", + 1 + ], + [ + "party", + 1 + ], + [ + "Oh", + 1 + ], + [ + "yeah,", + 1 + ], + [ + "oh", + 1 + ], + [ + "yeah", + 1 + ] + ], + [ + [ + "me", + 12 + ], + [ + "Everybody", + 12 + ], + [ + "her", + 11 + ], + [ + "to", + 11 + ], + [ + "the", + 10 + ], + [ + "I", + 10 + ], + [ + "wanna", + 10 + ], + [ + "she", + 9 + ], + [ + "belongs", + 9 + ], + [ + "right", + 8 + ], + [ + "my", + 7 + ], + [ + "'cause", + 7 + ], + [ + "one", + 7 + ], + [ + "take", + 7 + ], + [ + "in", + 7 + ], + [ + "world", + 7 + ], + [ + "another", + 7 + ], + [ + "steal", + 6 + ], + [ + "girl", + 6 + ], + [ + "away", + 6 + ], + [ + "Couple", + 6 + ], + [ + "billion", + 6 + ], + [ + "whole", + 6 + ], + [ + "wide", + 6 + ], + [ + "all", + 5 + ], + [ + "heart", + 5 + ], + [ + "Find", + 5 + ], + [ + "She", + 5 + ], + [ + "All", + 4 + ], + [ + "know,", + 4 + ], + [ + "we", + 2 + ], + [ + "same", + 2 + ], + [ + "is", + 2 + ], + [ + "calls", + 2 + ], + [ + "know", + 2 + ], + [ + "for", + 2 + ], + [ + "sure", + 2 + ], + [ + "don't", + 2 + ], + [ + "doesn't", + 2 + ], + [ + "knows,", + 2 + ], + [ + "knows", + 2 + ], + [ + "never", + 2 + ], + [ + "let", + 2 + ], + [ + "love", + 2 + ], + [ + "wants", + 2 + ], + [ + "She's", + 1 + ], + [ + "been", + 1 + ], + [ + "queen", + 1 + ], + [ + "since", + 1 + ], + [ + "were", + 1 + ], + [ + "sixteen", + 1 + ], + [ + "We", + 1 + ], + [ + "want", + 1 + ], + [ + "things,", + 1 + ], + [ + "dream", + 1 + ], + [ + "dreams,", + 1 + ], + [ + "got", + 1 + ], + [ + "it", + 1 + ], + [ + "Her", + 1 + ], + [ + "mum", + 1 + ], + [ + "love,", + 1 + ], + [ + "dad", + 1 + ], + [ + "son,", + 1 + ], + [ + "Kisses", + 1 + ], + [ + "like", + 1 + ], + [ + "cream,", + 1 + ], + [ + "walk", + 1 + ], + [ + "so", + 1 + ], + [ + "mean", + 1 + ], + [ + "And", + 1 + ], + [ + "every", + 1 + ], + [ + "jaw", + 1 + ], + [ + "drops", + 1 + ], + [ + "when", + 1 + ], + [ + "she's", + 1 + ], + [ + "those", + 1 + ], + [ + "jeans,", + 1 + ], + [ + "exist", + 1 + ], + [ + "if", + 1 + ], + [ + "have", + 1 + ], + [ + "The", + 1 + ], + [ + "sun", + 1 + ], + [ + "shine,", + 1 + ], + [ + "turn,", + 1 + ], + [ + "But", + 1 + ], + [ + "that", + 1 + ], + [ + "down", + 1 + ], + [ + "before", + 1 + ], + [ + "That", + 1 + ], + [ + "I'm", + 1 + ], + [ + "gonna", + 1 + ], + [ + "from", + 1 + ], + [ + "now", + 1 + ], + [ + "Well,", + 1 + ], + [ + "find", + 1 + ] + ], + [ + [ + "me", + 12 + ], + [ + "Everybody", + 12 + ], + [ + "her", + 11 + ], + [ + "to", + 11 + ], + [ + "the", + 10 + ], + [ + "I", + 10 + ], + [ + "wanna", + 10 + ], + [ + "she", + 9 + ], + [ + "belongs", + 9 + ], + [ + "right", + 8 + ], + [ + "my", + 7 + ], + [ + "'cause", + 7 + ], + [ + "one", + 7 + ], + [ + "take", + 7 + ], + [ + "in", + 7 + ], + [ + "world", + 7 + ], + [ + "another", + 7 + ], + [ + "steal", + 6 + ], + [ + "girl", + 6 + ], + [ + "away", + 6 + ], + [ + "Couple", + 6 + ], + [ + "billion", + 6 + ], + [ + "whole", + 6 + ], + [ + "wide", + 6 + ], + [ + "all", + 5 + ], + [ + "heart", + 5 + ], + [ + "Find", + 5 + ], + [ + "She", + 5 + ], + [ + "All", + 4 + ], + [ + "know,", + 4 + ], + [ + "we", + 2 + ], + [ + "same", + 2 + ], + [ + "is", + 2 + ], + [ + "calls", + 2 + ], + [ + "know", + 2 + ], + [ + "for", + 2 + ], + [ + "sure", + 2 + ], + [ + "don't", + 2 + ], + [ + "doesn't", + 2 + ], + [ + "knows,", + 2 + ], + [ + "knows", + 2 + ], + [ + "never", + 2 + ], + [ + "let", + 2 + ], + [ + "love", + 2 + ], + [ + "wants", + 2 + ], + [ + "She's", + 1 + ], + [ + "been", + 1 + ], + [ + "queen", + 1 + ], + [ + "since", + 1 + ], + [ + "were", + 1 + ], + [ + "sixteen", + 1 + ], + [ + "We", + 1 + ], + [ + "want", + 1 + ], + [ + "things,", + 1 + ], + [ + "dream", + 1 + ], + [ + "dreams,", + 1 + ], + [ + "got", + 1 + ], + [ + "it", + 1 + ], + [ + "Her", + 1 + ], + [ + "mum", + 1 + ], + [ + "love,", + 1 + ], + [ + "dad", + 1 + ], + [ + "son,", + 1 + ], + [ + "Kisses", + 1 + ], + [ + "like", + 1 + ], + [ + "cream,", + 1 + ], + [ + "walk", + 1 + ], + [ + "so", + 1 + ], + [ + "mean", + 1 + ], + [ + "And", + 1 + ], + [ + "every", + 1 + ], + [ + "jaw", + 1 + ], + [ + "drops", + 1 + ], + [ + "when", + 1 + ], + [ + "she's", + 1 + ], + [ + "those", + 1 + ], + [ + "jeans,", + 1 + ], + [ + "exist", + 1 + ], + [ + "if", + 1 + ], + [ + "have", + 1 + ], + [ + "The", + 1 + ], + [ + "sun", + 1 + ], + [ + "shine,", + 1 + ], + [ + "turn,", + 1 + ], + [ + "But", + 1 + ], + [ + "that", + 1 + ], + [ + "down", + 1 + ], + [ + "before", + 1 + ], + [ + "That", + 1 + ], + [ + "I'm", + 1 + ], + [ + "gonna", + 1 + ], + [ + "from", + 1 + ], + [ + "now", + 1 + ], + [ + "Well,", + 1 + ], + [ + "find", + 1 + ] + ], + [ + [ + "story", + 24 + ], + [ + "I", + 18 + ], + [ + "my", + 18 + ], + [ + "The", + 16 + ], + [ + "the", + 14 + ], + [ + "her", + 14 + ], + [ + "of", + 12 + ], + [ + "life", + 9 + ], + [ + "in", + 8 + ], + [ + "that", + 6 + ], + [ + "(the", + 6 + ], + [ + "of,", + 6 + ], + [ + "of)", + 6 + ], + [ + "to", + 5 + ], + [ + "is", + 5 + ], + [ + "on", + 4 + ], + [ + "time", + 4 + ], + [ + "she's", + 4 + ], + [ + "broke", + 4 + ], + [ + "these", + 3 + ], + [ + "heart", + 3 + ], + [ + "be", + 3 + ], + [ + "And", + 3 + ], + [ + "I'll", + 3 + ], + [ + "I've", + 3 + ], + [ + "been", + 3 + ], + [ + "life,", + 3 + ], + [ + "take", + 3 + ], + [ + "home", + 3 + ], + [ + "drive", + 3 + ], + [ + "all", + 3 + ], + [ + "night", + 3 + ], + [ + "keep", + 3 + ], + [ + "warm", + 3 + ], + [ + "and", + 3 + ], + [ + "frozen", + 3 + ], + [ + "give", + 3 + ], + [ + "hope", + 3 + ], + [ + "spend", + 3 + ], + [ + "love", + 3 + ], + [ + "until", + 3 + ], + [ + "inside", + 3 + ], + [ + "Written", + 2 + ], + [ + "walls", + 2 + ], + [ + "are", + 2 + ], + [ + "can't", + 2 + ], + [ + "but", + 2 + ], + [ + "it", + 2 + ], + [ + "stays", + 2 + ], + [ + "right", + 2 + ], + [ + "here", + 2 + ], + [ + "for", + 2 + ], + [ + "me", + 2 + ], + [ + "us", + 2 + ], + [ + "gone,", + 2 + ], + [ + "gone", + 2 + ], + [ + "tonight", + 2 + ], + [ + "beneath", + 2 + ], + [ + "feet", + 2 + ], + [ + "open", + 2 + ], + [ + "way", + 2 + ], + [ + "holdin'", + 2 + ], + [ + "tight", + 2 + ], + [ + "With", + 2 + ], + [ + "nothing", + 2 + ], + [ + "between", + 2 + ], + [ + "Is", + 2 + ], + [ + "stories", + 1 + ], + [ + "explain", + 1 + ], + [ + "leave", + 1 + ], + [ + "open,", + 1 + ], + [ + "empty", + 1 + ], + [ + "days", + 1 + ], + [ + "She", + 1 + ], + [ + "told", + 1 + ], + [ + "morning", + 1 + ], + [ + "she", + 1 + ], + [ + "don't", + 1 + ], + [ + "feel", + 1 + ], + [ + "same", + 1 + ], + [ + "about", + 1 + ], + [ + "bones", + 1 + ], + [ + "It", + 1 + ], + [ + "seems", + 1 + ], + [ + "when", + 1 + ], + [ + "die", + 1 + ], + [ + "words", + 1 + ], + [ + "will", + 1 + ], + [ + "written", + 1 + ], + [ + "stone", + 1 + ], + [ + "ground", + 1 + ], + [ + "wide", + 1 + ], + [ + "too", + 1 + ], + [ + "colours", + 1 + ], + [ + "change", + 1 + ], + [ + "Leave", + 1 + ], + [ + "its", + 1 + ], + [ + "cage", + 1 + ], + [ + "know", + 1 + ], + [ + "morning,", + 1 + ], + [ + "see", + 1 + ], + [ + "light", + 1 + ], + [ + "upon", + 1 + ], + [ + "hill", + 1 + ], + [ + "Although", + 1 + ], + [ + "am", + 1 + ], + [ + "broken,", + 1 + ], + [ + "untamed", + 1 + ], + [ + "still", + 1 + ], + [ + "fire", + 1 + ], + [ + "burning", + 1 + ], + [ + "bright", + 1 + ], + [ + "so", + 1 + ], + [ + "waiting", + 1 + ], + [ + "this", + 1 + ], + [ + "come", + 1 + ], + [ + "around", + 1 + ], + [ + "But", + 1 + ], + [ + "baby,", + 1 + ], + [ + "running", + 1 + ], + [ + "after", + 1 + ], + [ + "you", + 1 + ], + [ + "like", + 1 + ], + [ + "chasing", + 1 + ], + [ + "clouds", + 1 + ], + [ + "(Give", + 1 + ], + [ + "hope)", + 1 + ], + [ + "(Until", + 1 + ], + [ + "inside)", + 1 + ] + ] + ] + }, + { + "Made in the A.M. [2015]": [ + [ + [ + "you", + 24 + ], + [ + "I", + 22 + ], + [ + "could", + 14 + ], + [ + "be", + 13 + ], + [ + "the", + 12 + ], + [ + "wish", + 12 + ], + [ + "more", + 12 + ], + [ + "like", + 11 + ], + [ + "Hey", + 9 + ], + [ + "angel", + 9 + ], + [ + "Do", + 9 + ], + [ + "Oh", + 7 + ], + [ + "of", + 6 + ], + [ + "my", + 6 + ], + [ + "to", + 5 + ], + [ + "at", + 5 + ], + [ + "me?", + 5 + ], + [ + "look", + 4 + ], + [ + "a", + 4 + ], + [ + "beautiful", + 4 + ], + [ + "up", + 3 + ], + [ + "sky?", + 3 + ], + [ + "come", + 3 + ], + [ + "When", + 2 + ], + [ + "we", + 2 + ], + [ + "Tell", + 2 + ], + [ + "me,", + 2 + ], + [ + "do", + 2 + ], + [ + "ever", + 2 + ], + [ + "more,", + 2 + ], + [ + "Yeah", + 2 + ], + [ + "see", + 2 + ], + [ + "bar,", + 2 + ], + [ + "edge", + 2 + ], + [ + "bed", + 2 + ], + [ + "Backseat", + 2 + ], + [ + "car,", + 2 + ], + [ + "in", + 2 + ], + [ + "back", + 2 + ], + [ + "head", + 2 + ], + [ + "alive", + 2 + ], + [ + "when", + 2 + ], + [ + "hear", + 2 + ], + [ + "your", + 2 + ], + [ + "voice", + 2 + ], + [ + "It's", + 2 + ], + [ + "sound,", + 2 + ], + [ + "it's", + 2 + ], + [ + "noise", + 2 + ], + [ + "know", + 1 + ], + [ + "reasons", + 1 + ], + [ + "why", + 1 + ], + [ + "We", + 1 + ], + [ + "us", + 1 + ], + [ + "and", + 1 + ], + [ + "laugh", + 1 + ], + [ + "hold", + 1 + ], + [ + "on", + 1 + ], + [ + "past?", + 1 + ], + [ + "try", + 1 + ], + [ + "To", + 1 + ], + [ + "other", + 1 + ], + [ + "side?", + 1 + ], + [ + "cry", + 1 + ], + [ + "waste", + 1 + ], + [ + "away", + 1 + ], + [ + "our", + 1 + ], + [ + "lives?", + 1 + ], + [ + "me", + 1 + ] + ], + [ + [ + "me", + 30 + ], + [ + "nobody", + 13 + ], + [ + "can", + 13 + ], + [ + "drag", + 13 + ], + [ + "down", + 12 + ], + [ + "a", + 10 + ], + [ + "All", + 10 + ], + [ + "Nobody,", + 8 + ], + [ + "Nobody", + 8 + ], + [ + "my", + 7 + ], + [ + "never", + 6 + ], + [ + "I", + 6 + ], + [ + "be", + 6 + ], + [ + "the", + 5 + ], + [ + "life,", + 5 + ], + [ + "you", + 5 + ], + [ + "stood", + 5 + ], + [ + "by", + 5 + ], + [ + "When", + 5 + ], + [ + "no", + 5 + ], + [ + "one", + 5 + ], + [ + "else", + 5 + ], + [ + "was", + 5 + ], + [ + "ever", + 5 + ], + [ + "behind", + 5 + ], + [ + "these", + 5 + ], + [ + "lights,", + 5 + ], + [ + "they", + 5 + ], + [ + "can't", + 5 + ], + [ + "blind", + 5 + ], + [ + "With", + 5 + ], + [ + "your", + 5 + ], + [ + "love,", + 5 + ], + [ + "got", + 4 + ], + [ + "for", + 4 + ], + [ + "of", + 4 + ], + [ + "you're", + 4 + ], + [ + "If", + 4 + ], + [ + "didn't", + 4 + ], + [ + "have", + 4 + ], + [ + "you,", + 4 + ], + [ + "his", + 3 + ], + [ + "I've", + 2 + ], + [ + "fire", + 2 + ], + [ + "heart", + 2 + ], + [ + "I'm", + 2 + ], + [ + "not", + 2 + ], + [ + "scared", + 2 + ], + [ + "dark", + 2 + ], + [ + "You've", + 2 + ], + [ + "seen", + 2 + ], + [ + "it", + 2 + ], + [ + "look", + 2 + ], + [ + "so", + 2 + ], + [ + "easy", + 2 + ], + [ + "river", + 2 + ], + [ + "soul,", + 2 + ], + [ + "And", + 2 + ], + [ + "baby,", + 2 + ], + [ + "boat", + 2 + ], + [ + "Baby,", + 2 + ], + [ + "only", + 2 + ], + [ + "reason", + 2 + ], + [ + "there", + 2 + ], + [ + "would", + 2 + ], + [ + "nothing", + 2 + ], + [ + "left", + 2 + ], + [ + "The", + 2 + ], + [ + "shell", + 2 + ], + [ + "man", + 2 + ], + [ + "that", + 2 + ], + [ + "could", + 2 + ], + [ + "best", + 2 + ], + [ + "I'd", + 2 + ], + [ + "see", + 2 + ], + [ + "sun", + 2 + ], + [ + "You", + 2 + ], + [ + "taught", + 2 + ], + [ + "how", + 2 + ], + [ + "to", + 2 + ], + [ + "someone,", + 2 + ], + [ + "yeah", + 2 + ], + [ + "(nothing", + 1 + ], + [ + "left)", + 1 + ], + [ + "(be", + 1 + ], + [ + "best)", + 1 + ], + [ + "(see", + 1 + ], + [ + "sun)", + 1 + ] + ], + [ + [ + "you", + 35 + ], + [ + "like", + 19 + ], + [ + "the", + 17 + ], + [ + "if", + 14 + ], + [ + "I", + 12 + ], + [ + "And", + 12 + ], + [ + "you're", + 11 + ], + [ + "baby", + 10 + ], + [ + "I'm", + 9 + ], + [ + "do", + 9 + ], + [ + "to", + 8 + ], + [ + "that", + 8 + ], + [ + "we", + 8 + ], + [ + "be", + 7 + ], + [ + "perfect,", + 7 + ], + [ + "perfect", + 7 + ], + [ + "in", + 6 + ], + [ + "for", + 6 + ], + [ + "If", + 6 + ], + [ + "But", + 5 + ], + [ + "might", + 4 + ], + [ + "never", + 4 + ], + [ + "one", + 4 + ], + [ + "up", + 4 + ], + [ + "can't", + 4 + ], + [ + "about", + 4 + ], + [ + "Baby", + 4 + ], + [ + "your", + 3 + ], + [ + "from", + 3 + ], + [ + "oh", + 3 + ], + [ + "yeah", + 3 + ], + [ + "looking", + 3 + ], + [ + "'Cause", + 3 + ], + [ + "causing", + 3 + ], + [ + "trouble", + 3 + ], + [ + "hotel", + 3 + ], + [ + "rooms", + 3 + ], + [ + "having", + 3 + ], + [ + "secret", + 3 + ], + [ + "little", + 3 + ], + [ + "rendezvous", + 3 + ], + [ + "things", + 3 + ], + [ + "know", + 3 + ], + [ + "shouldn't", + 3 + ], + [ + "Then", + 3 + ], + [ + "midnight", + 3 + ], + [ + "driving", + 3 + ], + [ + "with", + 3 + ], + [ + "windows", + 3 + ], + [ + "down", + 3 + ], + [ + "going", + 3 + ], + [ + "places", + 3 + ], + [ + "even", + 3 + ], + [ + "pronounce", + 3 + ], + [ + "whatever", + 3 + ], + [ + "you've", + 3 + ], + [ + "been", + 3 + ], + [ + "dreaming", + 3 + ], + [ + "So", + 3 + ], + [ + "let's", + 3 + ], + [ + "start", + 3 + ], + [ + "right", + 3 + ], + [ + "now", + 3 + ], + [ + "time", + 3 + ], + [ + "can", + 2 + ], + [ + "When", + 2 + ], + [ + "first", + 2 + ], + [ + "saw", + 2 + ], + [ + "across", + 2 + ], + [ + "room", + 2 + ], + [ + "could", + 2 + ], + [ + "tell", + 2 + ], + [ + "were", + 2 + ], + [ + "curious,", + 2 + ], + [ + "Girl,", + 2 + ], + [ + "hope", + 2 + ], + [ + "sure", + 2 + ], + [ + "what", + 2 + ], + [ + "not", + 2 + ], + [ + "good", + 2 + ], + [ + "at", + 2 + ], + [ + "making", + 2 + ], + [ + "promises", + 2 + ], + [ + "knight", + 1 + ], + [ + "shining", + 1 + ], + [ + "armor", + 1 + ], + [ + "take", + 1 + ], + [ + "home", + 1 + ], + [ + "mother", + 1 + ], + [ + "who", + 1 + ], + [ + "brings", + 1 + ], + [ + "flowers", + 1 + ], + [ + "one,", + 1 + ], + [ + "tonight", + 1 + ], + [ + "hand", + 1 + ], + [ + "put", + 1 + ], + [ + "heart", + 1 + ], + [ + "Or", + 1 + ], + [ + "arms", + 1 + ], + [ + "hold", + 1 + ], + [ + "anytime", + 1 + ], + [ + "want", + 1 + ], + [ + "them", + 1 + ], + [ + "don't", + 1 + ], + [ + "mean", + 1 + ], + [ + "live", + 1 + ], + [ + "here", + 1 + ], + [ + "moment", + 1 + ], + [ + "love", + 1 + ], + [ + "cameras", + 1 + ], + [ + "flashing", + 1 + ], + [ + "every", + 1 + ], + [ + "go", + 1 + ], + [ + "out,", + 1 + ], + [ + "someone", + 1 + ], + [ + "write", + 1 + ], + [ + "break", + 1 + ], + [ + "songs", + 1 + ], + [ + "we're", + 1 + ] + ], + [ + [ + "I", + 14 + ], + [ + "to", + 11 + ], + [ + "the", + 11 + ], + [ + "it", + 10 + ], + [ + "you", + 10 + ], + [ + "would", + 9 + ], + [ + "yeah", + 9 + ], + [ + "How", + 6 + ], + [ + "many", + 6 + ], + [ + "nights", + 6 + ], + [ + "take", + 6 + ], + [ + "was", + 6 + ], + [ + "infinity,", + 6 + ], + [ + "know", + 4 + ], + [ + "my", + 4 + ], + [ + "like", + 4 + ], + [ + "wants", + 4 + ], + [ + "time", + 4 + ], + [ + "of", + 4 + ], + [ + "mine", + 4 + ], + [ + "feel", + 4 + ], + [ + "Infinity,", + 4 + ], + [ + "I'm", + 3 + ], + [ + "in", + 3 + ], + [ + "does", + 3 + ], + [ + "count", + 3 + ], + [ + "stars?", + 3 + ], + [ + "That's", + 3 + ], + [ + "fix", + 3 + ], + [ + "heart", + 3 + ], + [ + "Oh", + 3 + ], + [ + "baby", + 3 + ], + [ + "there", + 3 + ], + [ + "for", + 3 + ], + [ + "you,", + 3 + ], + [ + "All", + 3 + ], + [ + "ever", + 3 + ], + [ + "wanted", + 3 + ], + [ + "truth,", + 3 + ], + [ + "have", + 3 + ], + [ + "wished", + 3 + ], + [ + "someone", + 3 + ], + [ + "stay?", + 3 + ], + [ + "Lie", + 3 + ], + [ + "awake", + 3 + ], + [ + "only", + 3 + ], + [ + "hoping", + 3 + ], + [ + "they're", + 3 + ], + [ + "okay", + 3 + ], + [ + "I've", + 3 + ], + [ + "never", + 3 + ], + [ + "counted", + 3 + ], + [ + "all", + 3 + ], + [ + "If", + 3 + ], + [ + "tried,", + 3 + ], + [ + "infinity", + 3 + ], + [ + "Down", + 2 + ], + [ + "Earth,", + 2 + ], + [ + "out", + 2 + ], + [ + "And", + 2 + ], + [ + "now", + 2 + ], + [ + "one", + 2 + ], + [ + "step", + 2 + ], + [ + "closer", + 2 + ], + [ + "being", + 2 + ], + [ + "Two", + 2 + ], + [ + "steps", + 2 + ], + [ + "far", + 2 + ], + [ + "from", + 2 + ], + [ + "When", + 2 + ], + [ + "everybody", + 2 + ], + [ + "Everybody", + 2 + ], + [ + "there's", + 2 + ], + [ + "Keep", + 1 + ], + [ + "on", + 1 + ], + [ + "falling", + 1 + ], + [ + "when", + 1 + ], + [ + "hurts", + 1 + ], + [ + "Going", + 1 + ], + [ + "faster", + 1 + ], + [ + "than", + 1 + ], + [ + "a", + 1 + ], + [ + "million", + 1 + ], + [ + "miles", + 1 + ], + [ + "an", + 1 + ], + [ + "hour", + 1 + ], + [ + "Trying", + 1 + ], + [ + "catch", + 1 + ], + [ + "breath", + 1 + ], + [ + "someway", + 1 + ], + [ + "somehow", + 1 + ], + [ + "It's", + 1 + ], + [ + "frozen", + 1 + ], + [ + "but", + 1 + ], + [ + "world", + 1 + ], + [ + "still", + 1 + ], + [ + "turns", + 1 + ], + [ + "Stuck", + 1 + ], + [ + "motion", + 1 + ], + [ + "and", + 1 + ], + [ + "wheels", + 1 + ], + [ + "keep", + 1 + ], + [ + "spinning", + 1 + ], + [ + "round", + 1 + ], + [ + "Moving", + 1 + ], + [ + "reverse", + 1 + ], + [ + "with", + 1 + ], + [ + "no", + 1 + ], + [ + "way", + 1 + ], + [ + "Eyes", + 1 + ], + [ + "can't", + 1 + ], + [ + "shine", + 1 + ], + [ + "Unless", + 1 + ], + [ + "something", + 1 + ], + [ + "burning", + 1 + ], + [ + "bright", + 1 + ], + [ + "behind", + 1 + ], + [ + "Since", + 1 + ], + [ + "went", + 1 + ], + [ + "away,", + 1 + ], + [ + "nothing", + 1 + ], + [ + "left", + 1 + ], + [ + "myself", + 1 + ], + [ + "running", + 1 + ], + [ + "Infinity", + 1 + ] + ], + [ + [ + "the", + 49 + ], + [ + "you", + 23 + ], + [ + "I", + 20 + ], + [ + "end", + 17 + ], + [ + "of", + 17 + ], + [ + "day", + 14 + ], + [ + "at", + 12 + ], + [ + "want", + 12 + ], + [ + "that", + 8 + ], + [ + "and", + 8 + ], + [ + "say", + 7 + ], + [ + "know", + 7 + ], + [ + "And", + 7 + ], + [ + "on", + 6 + ], + [ + "All", + 6 + ], + [ + "is", + 6 + ], + [ + "what", + 6 + ], + [ + "love", + 6 + ], + [ + "You're", + 6 + ], + [ + "one", + 6 + ], + [ + "a", + 4 + ], + [ + "it's", + 4 + ], + [ + "was", + 3 + ], + [ + "sure", + 3 + ], + [ + "said", + 3 + ], + [ + "me", + 3 + ], + [ + "be", + 3 + ], + [ + "follow", + 3 + ], + [ + "your", + 3 + ], + [ + "heart", + 3 + ], + [ + "even", + 3 + ], + [ + "though", + 3 + ], + [ + "it'll", + 3 + ], + [ + "break", + 3 + ], + [ + "sometimes", + 3 + ], + [ + "who", + 3 + ], + [ + "There", + 3 + ], + [ + "ain't", + 3 + ], + [ + "no", + 3 + ], + [ + "other", + 3 + ], + [ + "way", + 3 + ], + [ + "If", + 3 + ], + [ + "there's", + 3 + ], + [ + "something", + 3 + ], + [ + "I've", + 3 + ], + [ + "learnt", + 3 + ], + [ + "from", + 3 + ], + [ + "million", + 3 + ], + [ + "mistakes", + 3 + ], + [ + "(At", + 3 + ], + [ + "her", + 2 + ], + [ + "she", + 2 + ], + [ + "The", + 2 + ], + [ + "\"you're", + 2 + ], + [ + "fire", + 2 + ], + [ + "babe\",", + 2 + ], + [ + "Then", + 2 + ], + [ + "down", + 2 + ], + [ + "came", + 2 + ], + [ + "lightning", + 2 + ], + [ + "Love", + 2 + ], + [ + "can", + 2 + ], + [ + "frightening", + 2 + ], + [ + "for", + 2 + ], + [ + "At", + 2 + ], + [ + "thinks", + 2 + ], + [ + "You", + 2 + ], + [ + "could", + 2 + ], + [ + "stay", + 2 + ], + [ + "awake", + 2 + ], + [ + "keep", + 2 + ], + [ + "dreaming", + 2 + ], + [ + "told", + 1 + ], + [ + "loved", + 1 + ], + [ + "her,", + 1 + ], + [ + "not", + 1 + ], + [ + "if", + 1 + ], + [ + "heard", + 1 + ], + [ + "roof", + 1 + ], + [ + "pretty", + 1 + ], + [ + "windy", + 1 + ], + [ + "didn't", + 1 + ], + [ + "word", + 1 + ], + [ + "Party", + 1 + ], + [ + "died", + 1 + ], + [ + "downstairs,", + 1 + ], + [ + "had", + 1 + ], + [ + "nothing", + 1 + ], + [ + "left", + 1 + ], + [ + "to", + 1 + ], + [ + "do", + 1 + ], + [ + "Just", + 1 + ], + [ + "me,", + 1 + ], + [ + "moon", + 1 + ], + [ + "Said", + 1 + ], + [ + "night", + 1 + ], + [ + "over,", + 1 + ], + [ + "forever", + 1 + ], + [ + "Twenty", + 1 + ], + [ + "minutes", + 1 + ], + [ + "later,", + 1 + ], + [ + "wound", + 1 + ], + [ + "up", + 1 + ], + [ + "in", + 1 + ], + [ + "hospital", + 1 + ], + [ + "priest", + 1 + ], + [ + "devil,", + 1 + ], + [ + "my", + 1 + ], + [ + "mum", + 1 + ], + [ + "flu", + 1 + ], + [ + "But", + 1 + ], + [ + "girl,", + 1 + ], + [ + "only", + 1 + ], + [ + "When", + 1 + ], + [ + "sun", + 1 + ], + [ + "goes", + 1 + ], + [ + "down,", + 1 + ], + [ + "everything", + 1 + ], + [ + "will", + 1 + ], + [ + "alright", + 1 + ], + [ + "when", + 1 + ], + [ + "city's", + 1 + ], + [ + "sleeping", + 1 + ], + [ + "day!)", + 1 + ], + [ + "day,", + 1 + ], + [ + "yeah)", + 1 + ], + [ + "day)", + 1 + ] + ], + [ + [ + "I", + 16 + ], + [ + "you", + 16 + ], + [ + "your", + 13 + ], + [ + "For", + 12 + ], + [ + "eyes", + 12 + ], + [ + "when", + 8 + ], + [ + "only", + 8 + ], + [ + "my", + 7 + ], + [ + "I'm", + 7 + ], + [ + "me", + 6 + ], + [ + "of", + 6 + ], + [ + "feel", + 6 + ], + [ + "heart", + 5 + ], + [ + "you're", + 5 + ], + [ + "and", + 5 + ], + [ + "that", + 4 + ], + [ + "only,", + 4 + ], + [ + "show", + 4 + ], + [ + "lonely", + 4 + ], + [ + "forget", + 4 + ], + [ + "who", + 4 + ], + [ + "are", + 4 + ], + [ + "missing", + 4 + ], + [ + "half", + 4 + ], + [ + "we're", + 4 + ], + [ + "apart", + 4 + ], + [ + "Now", + 4 + ], + [ + "know", + 4 + ], + [ + "me,", + 4 + ], + [ + "for", + 4 + ], + [ + "hope", + 3 + ], + [ + "now", + 3 + ], + [ + "be", + 2 + ], + [ + "to", + 2 + ], + [ + "just", + 2 + ], + [ + "Pay", + 2 + ], + [ + "attention,", + 2 + ], + [ + "listen", + 2 + ], + [ + "'cause", + 2 + ], + [ + "let", + 2 + ], + [ + "guard", + 2 + ], + [ + "down", + 2 + ], + [ + "Right", + 2 + ], + [ + "completely", + 2 + ], + [ + "defenseless", + 2 + ], + [ + "I've", + 2 + ], + [ + "And", + 2 + ], + [ + "don't", + 2 + ], + [ + "(I", + 2 + ], + [ + "it)", + 2 + ], + [ + "If", + 1 + ], + [ + "could", + 1 + ], + [ + "fly,", + 1 + ], + [ + "I'd", + 1 + ], + [ + "coming", + 1 + ], + [ + "right", + 1 + ], + [ + "back", + 1 + ], + [ + "home", + 1 + ], + [ + "think", + 1 + ], + [ + "might", + 1 + ], + [ + "give", + 1 + ], + [ + "up", + 1 + ], + [ + "everything,", + 1 + ], + [ + "ask", + 1 + ], + [ + "got", + 1 + ], + [ + "scars,", + 1 + ], + [ + "even", + 1 + ], + [ + "though", + 1 + ], + [ + "they", + 1 + ], + [ + "can't", + 1 + ], + [ + "always", + 1 + ], + [ + "seen", + 1 + ], + [ + "pain", + 1 + ], + [ + "gets", + 1 + ], + [ + "hard,", + 1 + ], + [ + "but", + 1 + ], + [ + "here", + 1 + ], + [ + "a", + 1 + ], + [ + "thing", + 1 + ], + [ + "can", + 1 + ], + [ + "inside", + 1 + ], + [ + "mine", + 1 + ], + [ + "it,", + 1 + ], + [ + "been", + 1 + ], + [ + "going", + 1 + ], + [ + "out", + 1 + ], + [ + "mind", + 1 + ], + [ + "it", + 1 + ], + [ + "Know", + 1 + ], + [ + "wasting", + 1 + ], + [ + "time", + 1 + ], + [ + "run", + 1 + ], + [ + "from", + 1 + ] + ], + [ + [ + "a", + 13 + ], + [ + "We", + 9 + ], + [ + "It's", + 9 + ], + [ + "long", + 9 + ], + [ + "way", + 9 + ], + [ + "down", + 8 + ], + [ + "But", + 6 + ], + [ + "it", + 6 + ], + [ + "I", + 5 + ], + [ + "we", + 4 + ], + [ + "had", + 4 + ], + [ + "and", + 4 + ], + [ + "now", + 4 + ], + [ + "to", + 4 + ], + [ + "the", + 3 + ], + [ + "I'm", + 3 + ], + [ + "in", + 2 + ], + [ + "And", + 2 + ], + [ + "Point", + 2 + ], + [ + "of", + 2 + ], + [ + "no", + 2 + ], + [ + "return", + 2 + ], + [ + "just", + 2 + ], + [ + "too", + 2 + ], + [ + "late", + 2 + ], + [ + "turn", + 2 + ], + [ + "around", + 2 + ], + [ + "try", + 2 + ], + [ + "forgive", + 2 + ], + [ + "you", + 2 + ], + [ + "'cause", + 2 + ], + [ + "don't", + 2 + ], + [ + "know", + 2 + ], + [ + "how", + 2 + ], + [ + "built", + 2 + ], + [ + "up", + 2 + ], + [ + "so", + 2 + ], + [ + "high", + 2 + ], + [ + "fallin'", + 2 + ], + [ + "down,", + 2 + ], + [ + "from", + 2 + ], + [ + "here", + 2 + ], + [ + "Such", + 2 + ], + [ + "made", + 1 + ], + [ + "fire", + 1 + ], + [ + "Went", + 1 + ], + [ + "flames", + 1 + ], + [ + "sailed", + 1 + ], + [ + "ocean", + 1 + ], + [ + "drowned", + 1 + ], + [ + "waves", + 1 + ], + [ + "Built", + 1 + ], + [ + "cathedral", + 1 + ], + [ + "never", + 1 + ], + [ + "prayed", + 1 + ], + [ + "all,", + 1 + ], + [ + "yeah", + 1 + ], + [ + "walked", + 1 + ], + [ + "away", + 1 + ], + [ + "struggle", + 1 + ], + [ + "mountain", + 1 + ], + [ + "took", + 1 + ], + [ + "for", + 1 + ], + [ + "granted", + 1 + ], + [ + "spaceship", + 1 + ], + [ + "couldn't", + 1 + ], + [ + "land", + 1 + ], + [ + "found", + 1 + ], + [ + "an", + 1 + ], + [ + "island", + 1 + ], + [ + "got", + 1 + ], + [ + "stranded", + 1 + ], + [ + "all", + 1 + ], + [ + "Who", + 1 + ], + [ + "could've", + 1 + ], + [ + "planned", + 1 + ], + [ + "it?", + 1 + ], + [ + "struggling", + 1 + ] + ], + [ + [ + "never", + 27 + ], + [ + "I", + 18 + ], + [ + "enough", + 17 + ], + [ + "can", + 16 + ], + [ + "it,", + 16 + ], + [ + "you", + 12 + ], + [ + "take", + 12 + ], + [ + "break", + 12 + ], + [ + "much", + 12 + ], + [ + "Come", + 11 + ], + [ + "on", + 11 + ], + [ + "it", + 10 + ], + [ + "my", + 10 + ], + [ + "enough,", + 10 + ], + [ + "Wanna", + 8 + ], + [ + "the", + 8 + ], + [ + "don't", + 8 + ], + [ + "need", + 8 + ], + [ + "You", + 8 + ], + [ + "It's", + 8 + ], + [ + "Too", + 8 + ], + [ + "is", + 7 + ], + [ + "And", + 6 + ], + [ + "get", + 6 + ], + [ + "of", + 6 + ], + [ + "baby", + 6 + ], + [ + "all", + 4 + ], + [ + "forget", + 4 + ], + [ + "up", + 4 + ], + [ + "and", + 4 + ], + [ + "to", + 4 + ], + [ + "end", + 4 + ], + [ + "over", + 4 + ], + [ + "love", + 4 + ], + [ + "heart", + 4 + ], + [ + "just", + 4 + ], + [ + "can't", + 4 + ], + [ + "too", + 4 + ], + [ + "you,", + 4 + ], + [ + "never,", + 4 + ], + [ + "it's", + 4 + ], + [ + "pull", + 2 + ], + [ + "an", + 2 + ], + [ + "nighter", + 2 + ], + [ + "into", + 2 + ], + [ + "something", + 2 + ], + [ + "we'll", + 2 + ], + [ + "stay", + 2 + ], + [ + "party", + 2 + ], + [ + "The", + 2 + ], + [ + "weekend", + 2 + ], + [ + "away", + 2 + ], + [ + "not", + 2 + ], + [ + "know", + 2 + ], + [ + "when", + 2 + ], + [ + "quit", + 2 + ], + [ + "drive", + 2 + ], + [ + "in", + 2 + ], + [ + "night", + 2 + ], + [ + "go", + 2 + ], + [ + "edge", + 2 + ], + [ + "wake", + 2 + ], + [ + "with", + 2 + ], + [ + "say", + 2 + ], + [ + "let's", + 2 + ], + [ + "do", + 2 + ], + [ + "again", + 2 + ], + [ + "Lips", + 2 + ], + [ + "so", + 2 + ], + [ + "good", + 2 + ], + [ + "name", + 2 + ], + [ + "swear", + 2 + ], + [ + "could", + 2 + ], + [ + "give", + 2 + ], + [ + "everything", + 2 + ], + [ + "Never", + 2 + ] + ], + [ + [ + "I", + 28 + ], + [ + "you,", + 15 + ], + [ + "you", + 13 + ], + [ + "for", + 12 + ], + [ + "Olivia", + 11 + ], + [ + "love", + 9 + ], + [ + "me", + 8 + ], + [ + "go", + 8 + ], + [ + "the", + 7 + ], + [ + "live", + 7 + ], + [ + "Don't", + 7 + ], + [ + "let", + 7 + ], + [ + "long", + 6 + ], + [ + "your", + 5 + ], + [ + "in", + 5 + ], + [ + "I'm", + 4 + ], + [ + "The", + 4 + ], + [ + "to", + 4 + ], + [ + "love,", + 4 + ], + [ + "I've", + 4 + ], + [ + "been", + 4 + ], + [ + "And", + 3 + ], + [ + "idolizing", + 3 + ], + [ + "light", + 3 + ], + [ + "eyes,", + 3 + ], + [ + "and", + 3 + ], + [ + "were", + 2 + ], + [ + "When", + 2 + ], + [ + "all", + 2 + ], + [ + "of", + 2 + ], + [ + "be", + 2 + ], + [ + "with", + 2 + ], + [ + "my", + 2 + ], + [ + "about", + 2 + ], + [ + "it", + 2 + ], + [ + "Please", + 2 + ], + [ + "believe", + 2 + ], + [ + "me,", + 2 + ], + [ + "don't", + 2 + ], + [ + "see", + 2 + ], + [ + "things", + 2 + ], + [ + "mean", + 2 + ], + [ + "me?", + 2 + ], + [ + "Oh", + 2 + ], + [ + "you're", + 2 + ], + [ + "feeling", + 2 + ], + [ + "now", + 2 + ], + [ + "out", + 2 + ], + [ + "are", + 2 + ], + [ + "Remember", + 1 + ], + [ + "day", + 1 + ], + [ + "we", + 1 + ], + [ + "giving", + 1 + ], + [ + "up", + 1 + ], + [ + "told", + 1 + ], + [ + "didn't", + 1 + ], + [ + "give", + 1 + ], + [ + "enough", + 1 + ], + [ + "friends", + 1 + ], + [ + "saying", + 1 + ], + [ + "I'd", + 1 + ], + [ + "leaving", + 1 + ], + [ + "She's", + 1 + ], + [ + "lying", + 1 + ], + [ + "bed", + 1 + ], + [ + "t-shirt", + 1 + ], + [ + "on", + 1 + ], + [ + "Just", + 1 + ], + [ + "thinking", + 1 + ], + [ + "how", + 1 + ], + [ + "went", + 1 + ], + [ + "wrong", + 1 + ], + [ + "This", + 1 + ], + [ + "isn't", + 1 + ], + [ + "stain", + 1 + ], + [ + "a", + 1 + ], + [ + "red", + 1 + ], + [ + "wine,", + 1 + ], + [ + "bleeding", + 1 + ], + [ + "Say", + 1 + ], + [ + "what", + 1 + ], + [ + "say", + 1 + ], + [ + "'Cause", + 1 + ], + [ + "got", + 1 + ], + [ + "walking", + 1 + ], + [ + "time", + 1 + ], + [ + "is", + 1 + ], + [ + "irrelevant", + 1 + ], + [ + "when", + 1 + ], + [ + "not", + 1 + ], + [ + "seeing", + 1 + ], + [ + "consequences", + 1 + ], + [ + "falling", + 1 + ], + [ + "There's", + 1 + ], + [ + "something", + 1 + ], + [ + "having", + 1 + ], + [ + "nightmares", + 1 + ], + [ + "these", + 1 + ], + [ + "reasons", + 1 + ], + [ + "crying", + 1 + ], + [ + "alone", + 1 + ], + [ + "You", + 1 + ], + [ + "imagination", + 1 + ], + [ + "summertime", + 1 + ], + [ + "butterflies", + 1 + ], + [ + "All", + 1 + ], + [ + "belong", + 1 + ], + [ + "creation", + 1 + ], + [ + "it's", + 1 + ], + [ + "do", + 1 + ] + ], + [ + [ + "you", + 18 + ], + [ + "the", + 17 + ], + [ + "a", + 12 + ], + [ + "I", + 10 + ], + [ + "be", + 9 + ], + [ + "in", + 8 + ], + [ + "now", + 8 + ], + [ + "And", + 7 + ], + [ + "wire,", + 6 + ], + [ + "through", + 6 + ], + [ + "out", + 6 + ], + [ + "down", + 6 + ], + [ + "What", + 6 + ], + [ + "feeling", + 6 + ], + [ + "to", + 6 + ], + [ + "beside", + 6 + ], + [ + "got", + 6 + ], + [ + "no", + 5 + ], + [ + "But", + 5 + ], + [ + "too", + 5 + ], + [ + "Through", + 4 + ], + [ + "wire", + 4 + ], + [ + "way", + 4 + ], + [ + "running", + 4 + ], + [ + "holding", + 4 + ], + [ + "right", + 3 + ], + [ + "here", + 3 + ], + [ + "Holding", + 3 + ], + [ + "my", + 3 + ], + [ + "arms,", + 3 + ], + [ + "when", + 3 + ], + [ + "air", + 3 + ], + [ + "ran", + 3 + ], + [ + "we", + 3 + ], + [ + "both", + 3 + ], + [ + "started", + 3 + ], + [ + "wild,", + 3 + ], + [ + "sky", + 3 + ], + [ + "fell", + 3 + ], + [ + "you've", + 3 + ], + [ + "stars", + 3 + ], + [ + "they're", + 3 + ], + [ + "your", + 3 + ], + [ + "eyes", + 3 + ], + [ + "I've", + 3 + ], + [ + "something", + 3 + ], + [ + "missing", + 3 + ], + [ + "tonight", + 3 + ], + [ + "king", + 3 + ], + [ + "somehow", + 3 + ], + [ + "wish", + 3 + ], + [ + "could", + 3 + ], + [ + "there", + 3 + ], + [ + "I'm", + 2 + ], + [ + "watching", + 2 + ], + [ + "her", + 2 + ], + [ + "there's", + 2 + ], + [ + "With", + 2 + ], + [ + "and", + 2 + ], + [ + "long", + 2 + ], + [ + "Everybody", + 2 + ], + [ + "needs", + 2 + ], + [ + "someone", + 2 + ], + [ + "around", + 2 + ], + [ + "can't", + 2 + ], + [ + "hold", + 2 + ], + [ + "close", + 2 + ], + [ + "late,", + 2 + ], + [ + "am", + 2 + ], + [ + "Tell", + 2 + ], + [ + "me", + 2 + ], + [ + "Whatever", + 2 + ], + [ + "chains", + 2 + ], + [ + "are", + 2 + ], + [ + "back,", + 2 + ], + [ + "back", + 2 + ], + [ + "dance,", + 1 + ], + [ + "dress", + 1 + ], + [ + "is", + 1 + ], + [ + "catching", + 1 + ], + [ + "light", + 1 + ], + [ + "In", + 1 + ], + [ + "eyes,", + 1 + ], + [ + "lies,", + 1 + ], + [ + "lies", + 1 + ], + [ + "question,", + 1 + ], + [ + "she's", + 1 + ], + [ + "not", + 1 + ], + [ + "disguise", + 1 + ], + [ + "like", + 1 + ], + [ + "this,", + 1 + ], + [ + "imagining", + 1 + ], + [ + "you're", + 1 + ], + [ + "mine", + 1 + ], + [ + "It's", + 1 + ], + [ + "it's", + 1 + ], + [ + "late?", + 1 + ], + [ + "now,", + 1 + ], + [ + "of", + 1 + ], + [ + "time?", + 1 + ], + [ + "Don't", + 1 + ], + [ + "let", + 1 + ], + [ + "'em", + 1 + ], + [ + "tie", + 1 + ], + [ + "believe", + 1 + ], + [ + "that", + 1 + ] + ], + [ + [ + "you", + 22 + ], + [ + "to", + 11 + ], + [ + "me", + 11 + ], + [ + "Hey", + 8 + ], + [ + "hey", + 8 + ], + [ + "hey,", + 8 + ], + [ + "baby", + 7 + ], + [ + "love", + 7 + ], + [ + "it", + 6 + ], + [ + "Oh,", + 6 + ], + [ + "let", + 6 + ], + [ + "goodbye", + 6 + ], + [ + "if", + 5 + ], + [ + "be", + 5 + ], + [ + "oh", + 5 + ], + [ + "that", + 5 + ], + [ + "know", + 4 + ], + [ + "I", + 4 + ], + [ + "should", + 4 + ], + [ + "of", + 4 + ], + [ + "the", + 4 + ], + [ + "we", + 3 + ], + [ + "can", + 3 + ], + [ + "yeah", + 3 + ], + [ + "why", + 3 + ], + [ + "wearing", + 3 + ], + [ + "walk", + 3 + ], + [ + "out", + 3 + ], + [ + "my", + 3 + ], + [ + "life?", + 3 + ], + [ + "even", + 3 + ], + [ + "though", + 3 + ], + [ + "it's", + 3 + ], + [ + "over,", + 3 + ], + [ + "stay", + 3 + ], + [ + "tomorrow", + 3 + ], + [ + "won't", + 3 + ], + [ + "mine,", + 3 + ], + [ + "Won't", + 3 + ], + [ + "give", + 3 + ], + [ + "one", + 3 + ], + [ + "last", + 3 + ], + [ + "time?", + 3 + ], + [ + "It's", + 2 + ], + [ + "end", + 2 + ], + [ + "this", + 2 + ], + [ + "a", + 2 + ], + [ + "tonight", + 2 + ], + [ + "could", + 2 + ], + [ + "is", + 2 + ], + [ + "we've", + 2 + ], + [ + "inevitable", + 1 + ], + [ + "everything", + 1 + ], + [ + "that's", + 1 + ], + [ + "good", + 1 + ], + [ + "comes", + 1 + ], + [ + "an", + 1 + ], + [ + "impossible", + 1 + ], + [ + "after", + 1 + ], + [ + "still", + 1 + ], + [ + "friends,", + 1 + ], + [ + "you're", + 1 + ], + [ + "saying", + 1 + ], + [ + "don't", + 1 + ], + [ + "wanna", + 1 + ], + [ + "hurt", + 1 + ], + [ + "Well", + 1 + ], + [ + "maybe", + 1 + ], + [ + "show", + 1 + ], + [ + "little", + 1 + ], + [ + "mercy", + 1 + ], + [ + "The", + 1 + ], + [ + "way", + 1 + ], + [ + "look,", + 1 + ], + [ + "didn't", + 1 + ], + [ + "come", + 1 + ], + [ + "apologize", + 1 + ], + [ + "Unforgettable", + 1 + ], + [ + "together,", + 1 + ], + [ + "held", + 1 + ], + [ + "whole", + 1 + ], + [ + "world", + 1 + ], + [ + "in", + 1 + ], + [ + "our", + 1 + ], + [ + "hands", + 1 + ], + [ + "Unexplainable,", + 1 + ], + [ + "only", + 1 + ], + [ + "understand,", + 1 + ], + [ + "there's", + 1 + ], + [ + "nothing", + 1 + ], + [ + "do", + 1 + ], + [ + "change", + 1 + ], + [ + "But", + 1 + ], + [ + "there", + 1 + ], + [ + "something", + 1 + ], + [ + "negotiated?", + 1 + ], + [ + "My", + 1 + ], + [ + "heart's", + 1 + ], + [ + "already", + 1 + ], + [ + "breaking,", + 1 + ], + [ + "go", + 1 + ], + [ + "on", + 1 + ], + [ + "twist", + 1 + ], + [ + "knife", + 1 + ], + [ + "One", + 1 + ], + [ + "more", + 1 + ], + [ + "taste", + 1 + ], + [ + "your", + 1 + ], + [ + "lips", + 1 + ], + [ + "just", + 1 + ], + [ + "bring", + 1 + ], + [ + "back", + 1 + ], + [ + "To", + 1 + ], + [ + "places", + 1 + ], + [ + "been", + 1 + ], + [ + "and", + 1 + ], + [ + "nights", + 1 + ], + [ + "had", + 1 + ], + [ + "Because", + 1 + ], + [ + "then", + 1 + ], + [ + "at", + 1 + ], + [ + "least", + 1 + ], + [ + "right", + 1 + ], + [ + "Oh", + 1 + ], + [ + "tonight,", + 1 + ] + ], + [ + [ + "I", + 19 + ], + [ + "you", + 17 + ], + [ + "to", + 11 + ], + [ + "want", + 9 + ], + [ + "a", + 9 + ], + [ + "write", + 5 + ], + [ + "song", + 5 + ], + [ + "is", + 5 + ], + [ + "One", + 4 + ], + [ + "as", + 4 + ], + [ + "get", + 4 + ], + [ + "that's", + 3 + ], + [ + "are", + 3 + ], + [ + "my", + 3 + ], + [ + "your", + 3 + ], + [ + "So", + 3 + ], + [ + "Everything", + 3 + ], + [ + "need", + 3 + ], + [ + "from", + 3 + ], + [ + "Givin'", + 3 + ], + [ + "back", + 3 + ], + [ + "all", + 3 + ], + [ + "wanna", + 3 + ], + [ + "do", + 3 + ], + [ + "the", + 2 + ], + [ + "that", + 2 + ], + [ + "when", + 2 + ], + [ + "gone", + 2 + ], + [ + "lend", + 2 + ], + [ + "coat", + 2 + ], + [ + "can", + 2 + ], + [ + "build", + 2 + ], + [ + "boat", + 2 + ], + [ + "any", + 2 + ], + [ + "time", + 2 + ], + [ + "heart", + 2 + ], + [ + "You", + 2 + ], + [ + "beautiful", + 1 + ], + [ + "sweet", + 1 + ], + [ + "Just", + 1 + ], + [ + "hint", + 1 + ], + [ + "of", + 1 + ], + [ + "pain", + 1 + ], + [ + "For", + 1 + ], + [ + "feeling", + 1 + ], + [ + "soft", + 1 + ], + [ + "cheek", + 1 + ], + [ + "world", + 1 + ], + [ + "cold", + 1 + ], + [ + "You'll", + 1 + ], + [ + "have", + 1 + ], + [ + "hiding", + 1 + ], + [ + "place", + 1 + ], + [ + "go", + 1 + ], + [ + "strong", + 1 + ], + [ + "free", + 1 + ], + [ + "think", + 1 + ], + [ + "gonna", + 1 + ], + [ + "sink", + 1 + ], + [ + "know", + 1 + ], + [ + "it", + 1 + ], + [ + "won't", + 1 + ], + [ + "make", + 1 + ], + [ + "remember", + 1 + ], + [ + "me", + 1 + ], + [ + "I'm", + 1 + ], + [ + "listen", + 1 + ], + [ + "voice", + 1 + ], + [ + "and", + 1 + ], + [ + "sing", + 1 + ], + [ + "along", + 1 + ] + ], + [ + [ + "we", + 15 + ], + [ + "the", + 14 + ], + [ + "don't", + 11 + ], + [ + "and", + 11 + ], + [ + "can", + 11 + ], + [ + "a", + 10 + ], + [ + "of", + 10 + ], + [ + "You", + 9 + ], + [ + "me,", + 9 + ], + [ + "got", + 8 + ], + [ + "whole", + 8 + ], + [ + "lot", + 8 + ], + [ + "history", + 8 + ], + [ + "you", + 7 + ], + [ + "We", + 7 + ], + [ + "were", + 6 + ], + [ + "let", + 6 + ], + [ + "make", + 6 + ], + [ + "live", + 6 + ], + [ + "forever", + 6 + ], + [ + "Thought", + 5 + ], + [ + "So", + 5 + ], + [ + "it", + 5 + ], + [ + "go,", + 5 + ], + [ + "could", + 4 + ], + [ + "be", + 4 + ], + [ + "greatest", + 4 + ], + [ + "team", + 4 + ], + [ + "that", + 4 + ], + [ + "world", + 4 + ], + [ + "has", + 4 + ], + [ + "ever", + 4 + ], + [ + "seen", + 4 + ], + [ + "some", + 4 + ], + [ + "more,", + 4 + ], + [ + "is", + 4 + ], + [ + "this", + 3 + ], + [ + "going", + 3 + ], + [ + "strong", + 3 + ], + [ + "holding", + 3 + ], + [ + "on,", + 3 + ], + [ + "aren't", + 3 + ], + [ + "we?", + 3 + ], + [ + "know", + 3 + ], + [ + "my", + 2 + ], + [ + "all", + 2 + ], + [ + "I", + 2 + ], + [ + "they", + 2 + ], + [ + "to", + 2 + ], + [ + "But", + 2 + ], + [ + "not", + 2 + ], + [ + "it,", + 2 + ], + [ + "me", + 2 + ], + [ + "gotta", + 1 + ], + [ + "help", + 1 + ], + [ + "I'm", + 1 + ], + [ + "losing", + 1 + ], + [ + "mind", + 1 + ], + [ + "Keep", + 1 + ], + [ + "getting", + 1 + ], + [ + "feeling", + 1 + ], + [ + "wanna", + 1 + ], + [ + "leave", + 1 + ], + [ + "behind", + 1 + ], + [ + "thought", + 1 + ], + [ + "No,", + 1 + ], + [ + "teach", + 1 + ], + [ + "in", + 1 + ], + [ + "school", + 1 + ], + [ + "Now", + 1 + ], + [ + "heart's", + 1 + ], + [ + "breaking", + 1 + ], + [ + "what", + 1 + ], + [ + "do", + 1 + ], + [ + "All", + 1 + ], + [ + "rumours,", + 1 + ], + [ + "fights", + 1 + ], + [ + "always", + 1 + ], + [ + "find", + 1 + ], + [ + "way", + 1 + ], + [ + "out", + 1 + ], + [ + "alive", + 1 + ], + [ + "Minibars,", + 1 + ], + [ + "expensive", + 1 + ], + [ + "cars", + 1 + ], + [ + "Hotel", + 1 + ], + [ + "rooms", + 1 + ], + [ + "new", + 1 + ], + [ + "tattoos", + 1 + ], + [ + "The", + 1 + ], + [ + "good", + 1 + ], + [ + "champagne", + 1 + ], + [ + "private", + 1 + ], + [ + "planes", + 1 + ], + [ + "mean", + 1 + ], + [ + "anything", + 1 + ], + [ + "'Cause", + 1 + ], + [ + "truth", + 1 + ], + [ + "out,", + 1 + ], + [ + "I've", + 1 + ], + [ + "realized", + 1 + ], + [ + "That", + 1 + ], + [ + "without", + 1 + ], + [ + "here,", + 1 + ], + [ + "life", + 1 + ], + [ + "just", + 1 + ], + [ + "lie", + 1 + ], + [ + "This", + 1 + ], + [ + "end,", + 1 + ], + [ + "end", + 1 + ], + [ + "know!", + 1 + ], + [ + "so", + 1 + ], + [ + "go", + 1 + ], + [ + "Baby", + 1 + ], + [ + "know,", + 1 + ], + [ + "baby", + 1 + ] + ], + [ + [ + "me", + 20 + ], + [ + "your", + 18 + ], + [ + "you", + 17 + ], + [ + "You", + 15 + ], + [ + "can", + 14 + ], + [ + "be", + 11 + ], + [ + "call", + 11 + ], + [ + "like", + 9 + ], + [ + "when", + 9 + ], + [ + "I", + 8 + ], + [ + "I'll", + 7 + ], + [ + "temporary", + 7 + ], + [ + "fix", + 7 + ], + [ + "you're", + 6 + ], + [ + "good", + 6 + ], + [ + "and", + 5 + ], + [ + "is", + 5 + ], + [ + "if", + 5 + ], + [ + "I'm", + 5 + ], + [ + "know", + 4 + ], + [ + "the", + 4 + ], + [ + "what", + 4 + ], + [ + "in", + 4 + ], + [ + "tonight", + 4 + ], + [ + "feel", + 4 + ], + [ + "Let", + 4 + ], + [ + "night", + 4 + ], + [ + "Harry:", + 4 + ], + [ + "my", + 3 + ], + [ + "All", + 3 + ], + [ + "on", + 3 + ], + [ + "to", + 3 + ], + [ + "All:", + 3 + ], + [ + "lonely,", + 3 + ], + [ + "can't", + 3 + ], + [ + "sleep", + 3 + ], + [ + "control", + 3 + ], + [ + "even", + 3 + ], + [ + "it's", + 3 + ], + [ + "just", + 3 + ], + [ + "Yeah,", + 3 + ], + [ + "yeah,", + 3 + ], + [ + "yeah!", + 3 + ], + [ + "time", + 3 + ], + [ + "own", + 3 + ], + [ + "we'll", + 3 + ], + [ + "this", + 3 + ], + [ + "Niall:", + 2 + ], + [ + "feeling", + 2 + ], + [ + "of", + 2 + ], + [ + "that", + 2 + ], + [ + "Liam:", + 2 + ], + [ + "need", + 2 + ], + [ + "a", + 2 + ], + [ + "don't", + 2 + ], + [ + "while", + 2 + ], + [ + "we're", + 2 + ], + [ + "taking", + 2 + ], + [ + "Saw", + 1 + ], + [ + "body", + 1 + ], + [ + "language", + 1 + ], + [ + "how", + 1 + ], + [ + "look", + 1 + ], + [ + "kind", + 1 + ], + [ + "girl", + 1 + ], + [ + "who's", + 1 + ], + [ + "tired", + 1 + ], + [ + "speaking", + 1 + ], + [ + "Standing", + 1 + ], + [ + "with", + 1 + ], + [ + "somebody", + 1 + ], + [ + "but", + 1 + ], + [ + "he", + 1 + ], + [ + "doesn't", + 1 + ], + [ + "caught", + 1 + ], + [ + "attention,", + 1 + ], + [ + "were", + 1 + ], + [ + "looking", + 1 + ], + [ + "at", + 1 + ], + [ + "first", + 1 + ], + [ + "see", + 1 + ], + [ + "waking", + 1 + ], + [ + "up", + 1 + ], + [ + "t-shirt", + 1 + ], + [ + "If", + 1 + ], + [ + "not", + 1 + ], + [ + "hooked", + 1 + ], + [ + "anything", + 1 + ], + [ + "right", + 1 + ], + [ + "now,", + 1 + ], + [ + "vice", + 1 + ], + [ + "The", + 1 + ], + [ + "lips", + 1 + ], + [ + "locked", + 1 + ], + [ + "There's", + 1 + ], + [ + "million", + 1 + ], + [ + "lights,", + 1 + ], + [ + "care", + 1 + ], + [ + "they're", + 1 + ], + [ + "watching", + 1 + ], + [ + "Your", + 1 + ], + [ + "body's", + 1 + ], + [ + "saying", + 1 + ], + [ + "everything,", + 1 + ], + [ + "have", + 1 + ], + [ + "read", + 1 + ], + [ + "mind", + 1 + ], + [ + "Feel", + 1 + ], + [ + "neck", + 1 + ], + [ + "calling", + 1 + ], + [ + "taxi", + 1 + ], + [ + "Climbing", + 1 + ], + [ + "over", + 1 + ], + [ + "climb", + 1 + ], + [ + "backseat", + 1 + ], + [ + "Now", + 1 + ], + [ + "off,", + 1 + ], + [ + "now", + 1 + ], + [ + "it", + 1 + ], + [ + "off", + 1 + ], + [ + "Louis:", + 1 + ], + [ + "We", + 1 + ], + [ + "roll", + 1 + ], + [ + "darkness,", + 1 + ], + [ + "touch", + 1 + ], + [ + "where", + 1 + ], + [ + "heart", + 1 + ], + [ + "And", + 1 + ], + [ + "weakness", + 1 + ], + [ + "Well,", + 1 + ], + [ + "told", + 1 + ], + [ + "you,", + 1 + ], + [ + "baby,", + 1 + ] + ], + [ + [ + "the", + 12 + ], + [ + "me", + 11 + ], + [ + "in", + 8 + ], + [ + "you", + 7 + ], + [ + "find", + 7 + ], + [ + "Walking", + 7 + ], + [ + "wind", + 7 + ], + [ + "will", + 6 + ], + [ + "I'll", + 5 + ], + [ + "we", + 5 + ], + [ + "your", + 5 + ], + [ + "never", + 4 + ], + [ + "that", + 4 + ], + [ + "we've", + 4 + ], + [ + "We", + 4 + ], + [ + "our", + 4 + ], + [ + "to", + 3 + ], + [ + "be", + 3 + ], + [ + "and", + 3 + ], + [ + "had", + 3 + ], + [ + "some", + 3 + ], + [ + "good", + 3 + ], + [ + "But", + 3 + ], + [ + "see", + 3 + ], + [ + "You", + 3 + ], + [ + "And", + 3 + ], + [ + "In", + 3 + ], + [ + "places", + 3 + ], + [ + "been", + 3 + ], + [ + "For", + 3 + ], + [ + "reasons", + 3 + ], + [ + "don't", + 3 + ], + [ + "understand", + 3 + ], + [ + "I", + 3 + ], + [ + "A", + 2 + ], + [ + "you're", + 2 + ], + [ + "for", + 2 + ], + [ + "of", + 2 + ], + [ + "times,", + 2 + ], + [ + "didn't", + 2 + ], + [ + "we?", + 2 + ], + [ + "up", + 2 + ], + [ + "sleeve", + 2 + ], + [ + "Goodbyes", + 2 + ], + [ + "are", + 2 + ], + [ + "bittersweet", + 2 + ], + [ + "it's", + 2 + ], + [ + "not", + 2 + ], + [ + "end", + 2 + ], + [ + "face", + 2 + ], + [ + "again", + 2 + ], + [ + "out", + 2 + ], + [ + "a", + 2 + ], + [ + "week", + 1 + ], + [ + "ago", + 1 + ], + [ + "said", + 1 + ], + [ + "\"Do", + 1 + ], + [ + "believe", + 1 + ], + [ + "too", + 1 + ], + [ + "far\"", + 1 + ], + [ + "If", + 1 + ], + [ + "lost,", + 1 + ], + [ + "just", + 1 + ], + [ + "look", + 1 + ], + [ + "You'll", + 1 + ], + [ + "region", + 1 + ], + [ + "summer", + 1 + ], + [ + "stars", + 1 + ], + [ + "Fact", + 1 + ], + [ + "can", + 1 + ], + [ + "sit", + 1 + ], + [ + "right", + 1 + ], + [ + "here", + 1 + ], + [ + "say", + 1 + ], + [ + "goodbye", + 1 + ], + [ + "Means", + 1 + ], + [ + "already", + 1 + ], + [ + "won", + 1 + ], + [ + "necessity", + 1 + ], + [ + "apologies", + 1 + ], + [ + "between", + 1 + ], + [ + "Baby,", + 1 + ], + [ + "there", + 1 + ], + [ + "is", + 1 + ], + [ + "none", + 1 + ], + [ + "tricks", + 1 + ], + [ + "Yesterday", + 1 + ], + [ + "went", + 1 + ], + [ + "celebrate", + 1 + ], + [ + "birthday", + 1 + ], + [ + "friend", + 1 + ], + [ + "as", + 1 + ], + [ + "raised", + 1 + ], + [ + "glasses", + 1 + ], + [ + "make", + 1 + ], + [ + "toast", + 1 + ], + [ + "realized", + 1 + ], + [ + "were", + 1 + ], + [ + "missing", + 1 + ], + [ + "wore", + 1 + ], + [ + "hearts", + 1 + ], + [ + "on", + 1 + ], + [ + "know", + 1 + ], + [ + "anchor", + 1 + ], + [ + "Just", + 1 + ], + [ + "close", + 1 + ], + [ + "eyes", + 1 + ], + [ + "by", + 1 + ], + [ + "side", + 1 + ], + [ + "Any", + 1 + ], + [ + "time", + 1 + ], + [ + "needing", + 1 + ] + ], + [ + [ + "I", + 30 + ], + [ + "the", + 28 + ], + [ + "for", + 27 + ], + [ + "them", + 17 + ], + [ + "you", + 16 + ], + [ + "hear", + 14 + ], + [ + "calling", + 14 + ], + [ + "your", + 10 + ], + [ + "heart", + 10 + ], + [ + "a", + 9 + ], + [ + "come", + 9 + ], + [ + "straight", + 9 + ], + [ + "in", + 8 + ], + [ + "of", + 8 + ], + [ + "In", + 7 + ], + [ + "out", + 7 + ], + [ + "middle", + 6 + ], + [ + "night", + 6 + ], + [ + "when", + 6 + ], + [ + "wolves", + 6 + ], + [ + "Headed", + 6 + ], + [ + "down", + 6 + ], + [ + "my", + 5 + ], + [ + "ain't", + 5 + ], + [ + "it", + 5 + ], + [ + "We", + 5 + ], + [ + "Your", + 4 + ], + [ + "know,", + 4 + ], + [ + "They", + 4 + ], + [ + "me", + 3 + ], + [ + "got", + 3 + ], + [ + "up", + 3 + ], + [ + "whole", + 3 + ], + [ + "bullet", + 3 + ], + [ + "dark", + 3 + ], + [ + "One", + 3 + ], + [ + "by", + 3 + ], + [ + "one,", + 3 + ], + [ + "gotta", + 3 + ], + [ + "take", + 3 + ], + [ + "can", + 3 + ], + [ + "run", + 3 + ], + [ + "and", + 3 + ], + [ + "hide,", + 3 + ], + [ + "without", + 3 + ], + [ + "fight", + 3 + ], + [ + "keep", + 2 + ], + [ + "know", + 2 + ], + [ + "all", + 2 + ], + [ + "soul,", + 2 + ], + [ + "debating", + 2 + ], + [ + "Ain't", + 2 + ], + [ + "taking", + 2 + ], + [ + "shaking", + 2 + ], + [ + "goin'", + 2 + ], + [ + "now", + 2 + ], + [ + "Like", + 2 + ], + [ + "make", + 2 + ], + [ + "feel", + 1 + ], + [ + "waves", + 1 + ], + [ + "getting", + 1 + ], + [ + "started", + 1 + ], + [ + "It's", + 1 + ], + [ + "rush", + 1 + ], + [ + "inside", + 1 + ], + [ + "can't", + 1 + ], + [ + "control", + 1 + ], + [ + "eyes", + 1 + ], + [ + "pulling", + 1 + ], + [ + "friends", + 1 + ], + [ + "talking", + 1 + ], + [ + "'bout", + 1 + ], + [ + "say", + 1 + ], + [ + "no", + 1 + ], + [ + "chance", + 1 + ], + [ + "at", + 1 + ], + [ + "fire", + 1 + ], + [ + "is", + 1 + ], + [ + "burning", + 1 + ], + [ + "deep", + 1 + ], + [ + "soul", + 1 + ], + [ + "You", + 1 + ], + [ + "like", + 1 + ], + [ + "on", + 1 + ], + [ + "holding", + 1 + ], + [ + "tight", + 1 + ], + [ + "'Cause", + 1 + ], + [ + "body's", + 1 + ], + [ + "telling", + 1 + ], + [ + "don't", + 1 + ], + [ + "let", + 1 + ], + [ + "go", + 1 + ], + [ + "are", + 1 + ], + [ + "gonna", + 1 + ], + [ + "be", + 1 + ], + [ + "starting", + 1 + ], + [ + "trouble", + 1 + ], + [ + "Just", + 1 + ], + [ + "bringing", + 1 + ], + [ + "demons", + 1 + ], + [ + "More", + 1 + ], + [ + "than", + 1 + ], + [ + "ever", + 1 + ], + [ + "beauty", + 1 + ], + [ + "could", + 1 + ], + [ + "start", + 1 + ], + [ + "war", + 1 + ], + [ + "As", + 1 + ], + [ + "walk", + 1 + ], + [ + "door", + 1 + ], + [ + "wish", + 1 + ], + [ + "wasn't", + 1 + ], + [ + "true", + 1 + ], + [ + "But", + 1 + ], + [ + "world's", + 1 + ], + [ + "tryna", + 1 + ], + [ + "get", + 1 + ], + [ + "piece", + 1 + ], + [ + "And", + 1 + ], + [ + "keeps", + 1 + ], + [ + "fighting", + 1 + ], + [ + "this", + 1 + ], + [ + "battle", + 1 + ], + [ + "fools", + 1 + ], + [ + "Gotta", + 1 + ], + [ + "through,", + 1 + ], + [ + "through", + 1 + ], + [ + "going", + 1 + ] + ], + [ + [ + "the", + 16 + ], + [ + "know", + 11 + ], + [ + "you", + 9 + ], + [ + "in", + 9 + ], + [ + "You", + 9 + ], + [ + "Won't", + 8 + ], + [ + "stay", + 8 + ], + [ + "'til", + 8 + ], + [ + "A.M.?", + 8 + ], + [ + "we're", + 7 + ], + [ + "we", + 6 + ], + [ + "our", + 6 + ], + [ + "of", + 5 + ], + [ + "to", + 5 + ], + [ + "just", + 5 + ], + [ + "gonna", + 5 + ], + [ + "All", + 4 + ], + [ + "my", + 4 + ], + [ + "favorite", + 4 + ], + [ + "conversations", + 4 + ], + [ + "Always", + 4 + ], + [ + "made", + 4 + ], + [ + "A.M", + 4 + ], + [ + "this", + 4 + ], + [ + "same", + 4 + ], + [ + "And", + 4 + ], + [ + "out", + 4 + ], + [ + "I'm", + 4 + ], + [ + "always", + 4 + ], + [ + "could", + 3 + ], + [ + "be", + 3 + ], + [ + "these", + 3 + ], + [ + "on", + 3 + ], + [ + "how", + 3 + ], + [ + "'Cause", + 3 + ], + [ + "don't", + 3 + ], + [ + "what", + 3 + ], + [ + "saying", + 3 + ], + [ + "We're", + 3 + ], + [ + "swimming", + 3 + ], + [ + "round", + 3 + ], + [ + "glasses", + 3 + ], + [ + "talking", + 3 + ], + [ + "asses", + 3 + ], + [ + "Like", + 3 + ], + [ + "all", + 3 + ], + [ + "make", + 3 + ], + [ + "it", + 3 + ], + [ + "(yeah", + 2 + ], + [ + "yeah)", + 2 + ], + [ + "Feels", + 2 + ], + [ + "like", + 2 + ], + [ + "forever", + 2 + ], + [ + "and", + 2 + ], + [ + "me", + 2 + ], + [ + "were", + 2 + ], + [ + "raised", + 2 + ], + [ + "part", + 2 + ], + [ + "town", + 2 + ], + [ + "Got", + 2 + ], + [ + "scars", + 2 + ], + [ + "ground", + 2 + ], + [ + "Remember", + 2 + ], + [ + "used", + 2 + ], + [ + "kick", + 2 + ], + [ + "around", + 2 + ], + [ + "wasting", + 2 + ], + [ + "time?", + 2 + ], + [ + "coming", + 2 + ], + [ + "back", + 2 + ], + [ + "place", + 2 + ], + [ + "look", + 2 + ], + [ + "for", + 2 + ], + [ + "your", + 2 + ], + [ + "face", + 2 + ], + [ + "tonight", + 1 + ], + [ + "Break", + 1 + ], + [ + "clocks,", + 1 + ], + [ + "forget", + 1 + ], + [ + "about", + 1 + ], + [ + "time", + 1 + ], + [ + "There", + 1 + ], + [ + "a", + 1 + ], + [ + "World", + 1 + ], + [ + "War", + 1 + ], + [ + "3", + 1 + ], + [ + "goin'", + 1 + ], + [ + "outside", + 1 + ], + [ + "right", + 1 + ], + [ + "now", + 1 + ], + [ + "Don't", + 1 + ], + [ + "wanna", + 1 + ], + [ + "sleep", + 1 + ], + [ + "'cause", + 1 + ], + [ + "dreaming", + 1 + ], + [ + "loud", + 1 + ], + [ + "Trying", + 1 + ], + [ + "behave", + 1 + ], + [ + "but", + 1 + ], + [ + "that", + 1 + ], + [ + "never", + 1 + ], + [ + "learned,", + 1 + ], + [ + "I'll", + 1 + ], + [ + "say", + 1 + ] + ], + [ + [ + "feel", + 10 + ], + [ + "I'll", + 10 + ], + [ + "be", + 8 + ], + [ + "I", + 7 + ], + [ + "like", + 7 + ], + [ + "you're", + 6 + ], + [ + "a", + 5 + ], + [ + "it", + 5 + ], + [ + "was", + 5 + ], + [ + "in", + 5 + ], + [ + "the", + 5 + ], + [ + "we", + 5 + ], + [ + "to", + 5 + ], + [ + "your", + 5 + ], + [ + "you", + 4 + ], + [ + "make", + 4 + ], + [ + "this", + 4 + ], + [ + "home", + 4 + ], + [ + "So", + 3 + ], + [ + "But", + 3 + ], + [ + "Baby", + 3 + ], + [ + "could", + 3 + ], + [ + "And", + 3 + ], + [ + "alright", + 3 + ], + [ + "Calling", + 3 + ], + [ + "out", + 3 + ], + [ + "for", + 3 + ], + [ + "somebody", + 3 + ], + [ + "hold", + 3 + ], + [ + "tonight", + 3 + ], + [ + "When", + 3 + ], + [ + "lost,", + 3 + ], + [ + "find", + 3 + ], + [ + "way", + 3 + ], + [ + "light", + 3 + ], + [ + "You'll", + 3 + ], + [ + "never", + 3 + ], + [ + "alone", + 3 + ], + [ + "little", + 2 + ], + [ + "of", + 2 + ], + [ + "myself", + 2 + ], + [ + "and", + 2 + ], + [ + "her", + 2 + ], + [ + "eyes", + 2 + ], + [ + "stumbling", + 2 + ], + [ + "Looking", + 2 + ], + [ + "dark", + 2 + ], + [ + "With", + 2 + ], + [ + "an", + 2 + ], + [ + "empty", + 2 + ], + [ + "heart", + 2 + ], + [ + "say", + 2 + ], + [ + "same", + 2 + ], + [ + "Could", + 2 + ], + [ + "ever", + 2 + ], + [ + "enough?", + 2 + ], + [ + "enough!", + 2 + ], + [ + "it's", + 2 + ], + [ + "see", + 2 + ], + [ + "Make", + 1 + ], + [ + "conversation", + 1 + ], + [ + "long", + 1 + ], + [ + "I've", + 1 + ], + [ + "been", + 1 + ], + [ + "waiting", + 1 + ], + [ + "To", + 1 + ], + [ + "let", + 1 + ], + [ + "go", + 1 + ], + [ + "alive", + 1 + ], + [ + "many", + 1 + ], + [ + "nights", + 1 + ], + [ + "thought", + 1 + ], + [ + "over", + 1 + ], + [ + "Told", + 1 + ], + [ + "kind", + 1 + ], + [ + "liked", + 1 + ], + [ + "there", + 1 + ], + [ + "something", + 1 + ], + [ + "missing", + 1 + ], + [ + "hot", + 1 + ], + [ + "that", + 1 + ], + [ + "couldn't", + 1 + ], + [ + "take", + 1 + ], + [ + "Want", + 1 + ], + [ + "wake", + 1 + ], + [ + "up", + 1 + ], + [ + "face", + 1 + ], + [ + "remember", + 1 + ], + [ + "how", + 1 + ], + [ + "good", + 1 + ], + [ + "being", + 1 + ], + [ + "here", + 1 + ], + [ + "last", + 1 + ], + [ + "night", + 1 + ], + [ + "Still", + 1 + ], + [ + "high", + 1 + ], + [ + "with", + 1 + ], + [ + "feeling", + 1 + ], + [ + "smile", + 1 + ], + [ + "as", + 1 + ], + [ + "starts", + 1 + ], + [ + "creep", + 1 + ], + [ + "It", + 1 + ], + [ + "there,", + 1 + ], + [ + "saw", + 1 + ], + [ + "enough", + 1 + ], + [ + "It's", + 1 + ] + ], + [ + [ + "of", + 10 + ], + [ + "it", + 9 + ], + [ + "you", + 9 + ], + [ + "that", + 8 + ], + [ + "she", + 6 + ], + [ + "never", + 6 + ], + [ + "ever", + 6 + ], + [ + "the", + 6 + ], + [ + "night", + 6 + ], + [ + "changes", + 6 + ], + [ + "when", + 6 + ], + [ + "fast", + 5 + ], + [ + "is", + 5 + ], + [ + "baby", + 5 + ], + [ + "It", + 5 + ], + [ + "will", + 5 + ], + [ + "doesn't", + 4 + ], + [ + "Everything", + 4 + ], + [ + "her", + 4 + ], + [ + "up", + 4 + ], + [ + "to", + 4 + ], + [ + "and", + 4 + ], + [ + "something", + 3 + ], + [ + "She's", + 3 + ], + [ + "We're", + 3 + ], + [ + "only", + 3 + ], + [ + "getting", + 3 + ], + [ + "older,", + 3 + ], + [ + "And", + 3 + ], + [ + "I", + 3 + ], + [ + "been", + 3 + ], + [ + "thinking", + 3 + ], + [ + "about", + 3 + ], + [ + "lately", + 3 + ], + [ + "Does", + 3 + ], + [ + "drive", + 3 + ], + [ + "crazy", + 3 + ], + [ + "Just", + 3 + ], + [ + "how", + 3 + ], + [ + "you've", + 3 + ], + [ + "dreamed", + 3 + ], + [ + "Disappearing", + 3 + ], + [ + "wake", + 3 + ], + [ + "But", + 3 + ], + [ + "there's", + 3 + ], + [ + "nothing", + 3 + ], + [ + "be", + 3 + ], + [ + "afraid", + 3 + ], + [ + "Even", + 3 + ], + [ + "change", + 3 + ], + [ + "Me", + 3 + ], + [ + "Going", + 2 + ], + [ + "out", + 2 + ], + [ + "tonight", + 2 + ], + [ + "Changes", + 2 + ], + [ + "into", + 2 + ], + [ + "red", + 2 + ], + [ + "Her", + 2 + ], + [ + "mother", + 2 + ], + [ + "like", + 2 + ], + [ + "kind", + 2 + ], + [ + "dress", + 2 + ], + [ + "too", + 2 + ], + [ + "Moon", + 2 + ], + [ + "Having", + 2 + ], + [ + "no", + 2 + ], + [ + "regrets", + 2 + ], + [ + "all", + 2 + ], + [ + "really", + 2 + ], + [ + "wants", + 2 + ], + [ + "a", + 2 + ], + [ + "change,", + 2 + ], + [ + "had", + 1 + ], + [ + "showing", + 1 + ], + [ + "off", + 1 + ], + [ + "Driving", + 1 + ], + [ + "breaking", + 1 + ], + [ + "through", + 1 + ], + [ + "hair", + 1 + ], + [ + "heading", + 1 + ], + [ + "for", + 1 + ], + [ + "won't", + 1 + ], + [ + "forget", + 1 + ], + [ + "Chasing", + 1 + ], + [ + "tonight,", + 1 + ], + [ + "doubts", + 1 + ], + [ + "are", + 1 + ], + [ + "running", + 1 + ], + [ + "'round", + 1 + ], + [ + "head", + 1 + ], + [ + "He's", + 1 + ], + [ + "waiting,", + 1 + ], + [ + "hides", + 1 + ], + [ + "behind", + 1 + ], + [ + "cigarette", + 1 + ], + [ + "Heart", + 1 + ], + [ + "beating", + 1 + ], + [ + "loud,", + 1 + ], + [ + "want", + 1 + ], + [ + "stop", + 1 + ], + [ + "Moving", + 1 + ], + [ + "lighting", + 1 + ], + [ + "skin", + 1 + ], + [ + "falling,", + 1 + ], + [ + "even", + 1 + ], + [ + "know", + 1 + ], + [ + "yet", + 1 + ], + [ + "Reminds", + 1 + ], + [ + "missing", + 1 + ], + [ + "piece", + 1 + ], + [ + "innocence", + 1 + ], + [ + "lost", + 1 + ] + ] + ] + } +] -if __name__ == '__main__': - main() +all_words = list() + +for i in words: + # print(i) + # print(len(i)) + for alb, lyr in i.items(): + print(alb) + # print(lyr) + # raise(SystemExit) + for tra in lyr: + try: + for word in tra: + for l in range(1, word[1]): + all_words.append(word[0]) + # print(word) + # print(f"{(word[0]) * word[1]}") + except IndexError: + pass + # print(f'{tra[0]*tra[1]} ') + # except (TypeError, IndexError): + # pass +print(all_words)