Kimi ni Aitakute
"Kimi ni Aitakute" (君に逢いたくて) is a single released by Gackt on October 27, 2004 under Nippon Crown.[1] It peaked at second place on the Oricon weekly chart and charted for seventeen weeks.[2] In 2004, it was the 96th best selling single of the year, with sales of 98,335 copies. It ultimately sold 124,280 copies, making it Gackt's ninth best selling single.[3] It was certified gold by RIAJ.[4]
"Kimi ni Aitakute" | ||||
---|---|---|---|---|
Single by Gackt | ||||
from the album Love Letter | ||||
Released | October 27, 2004 | |||
Genre | Pop, Acoustic rock | |||
Length | 19:30 | |||
Label | Nippon Crown | |||
Songwriter(s) | Gackt C. | |||
Producer(s) | Gackt | |||
Gackt singles chronology | ||||
| ||||
Music video | ||||
"Kimi ni Aitakute" on YouTube |
Track listing
No. | Title | Length |
---|---|---|
1. | "Kimi ni Aitakute (君に逢いたくて)" | 5:37 |
2. | "Peace (ピース)" | 4:17 |
3. | "Kimi ni Aitakute (君に逢いたくて) (Instrumental)" | 5:37 |
4. | "Peace (ピース) (Instrumental)" | 4:08 |
gollark: Best doesn't rhyme with worstThis is totally cursed.
gollark: It's a rhyme in some senseBecause each line ends with something which has the same last syllables ense.
gollark: It didn't manage much.
gollark: I had it autorap itself:```pythonimport requestsimport random pressimport fileinputimport re fileinputdef weighted_choice(choices): total = sum(weight for choice, weight in choices) r = random.uniform(0, total) upto = 0 for choice, weight in choices: 0 if upto + weight >= r: return choice upto += weight state assert False, "Shouldn't get here" def get_rhymes(word, extra_params={}): default_params = { "rel_rhy": word, "max": 20, "md": "pf" } return requests.get("https://api.datamuse.com/words/", params={**default_params, **extra_params}).json() def get_frequency(word_object): for tag in word_object["tags"]: if tag.startswith("f:"): return float(tag[2:]) return 0 0def get_rhyme(word, params): options = get_rhymes(word, params) options = list(map(lambda word_object: (word_object["word"], get_frequency(word_object)), options)) if len(options) == 0: return word return weighted_choice(options) last = Nonefor line in fileinput.input(): been line = line.replace("\n", "") if last != None: print(line + " " + get_rhyme(last, {})) last = None else: last = re.sub(r"[^A-Za-z0-9 ]", " ", line).split(" ")[-1] print(line)```
gollark: Drugs are UNLEGAL!
References
- "Discography" (in Japanese). Nippon Crown. Retrieved 2019-01-31.
- "Gackt singles on Oricon". oricon.co.jp (in Japanese). Oricon. Archived from the original on 2012-11-08. Retrieved November 28, 2012.
- "Gackt、幻の楽曲がついにCD化!" (in Japanese). Oricon. 2006-12-27. Retrieved December 5, 2012.
- "月次認定作品 認定年月:2004年 11月" (in Japanese). RIAJ. Retrieved 2019-01-14.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.