Subproject commit c0af5d322a55615498c4d2dfcf58aca39064a462
import re
with open('lyrics_draft.txt', 'r') as f:
text = f.read()
forbidden_words = ", ""]
found_forbidden =
for word in forbidden_words:
if re.search(r'\b' + re.escape(word) + r'\b', text, re.IGNORECASE):
found_forbidden.append.. word..
if found_forbidden:
print(f"Warning: Forbidden words found: {', '.join(found_forbidden)}")
else:
print.. "No forbidden words found."..
if "Sayed" not in text:
print.. "Warning: 'Sayed' not found in lyrics."..
else:
print.. "'Sayed' is present."..
import re
def check_constraints(text):
forbidden_words = ", ""]
for word in forbidden_words:
if re.search(r'\b' + re.escape(word) + r'\b', text, re.IGNORECASE):
print.. f"Warning: Forbidden word found: {word}"..
if "Sayed" not in text:
print.. "Warning: 'Sayed' not found in lyrics."..
# I'll use this later.
Close the door and let the shadows fall
Just the moonlight painted on the wall
Got a craving I can’t hide at all
I’m leaning in to answer the call
We’ve been dancing round this empty room
Swept away in this sweet perfume
Got a spark that’s ready to bloom
I want to chase away all the gloom
Every glance is pulling me close
You’re the magic I need the most
Caught a fever that slowly grows
Taking me where the river flows
Caught in pure intimacy tonight
Holding onto this feeling tight
Wrapped inside a secret light
Everything is feeling so right
Holding onto you
So close and true
Tracing lines across your fingertips
Tasting honey from your tender lips
Every touch is like an eclipse
We’re sailing away on paper ships
Every glance is pulling me close
You’re the magic I need the most
Caught a fever that slowly grows
Taking me where the river flows
Caught in pure intimacy tonight
Holding onto this feeling tight
Wrapped inside a secret light
Everything is feeling so right
Holding onto you
So close and true
Now I feel your heartbeat match my pace
Sayed is melting right into this space
Look at me
Don't let go
Caught in pure intimacy tonight
Holding onto this feeling tight
Wrapped inside a secret light
Everything is feeling so right
import re
with open('lyrics_draft.txt', 'r') as f:
text = f.read()
forbidden_words = ", ""]
found_forbidden =
for word in forbidden_words:
if re.search(r'\b' + re.escape(word) + r'\b', text, re.IGNORECASE):
found_forbidden.append.. word..
if found_forbidden:
print(f"Warning: Forbidden words found: {', '.join(found_forbidden)}")
else:
print.. "No forbidden words found."..
if "Sayed" not in text:
print.. "Warning: 'Sayed' not found in lyrics."..
else:
print.. "'Sayed' is present."..
import re
def check_constraints(text):
forbidden_words = ", ""]
for word in forbidden_words:
if re.search(r'\b' + re.escape(word) + r'\b', text, re.IGNORECASE):
print.. f"Warning: Forbidden word found: {word}"..
if "Sayed" not in text:
print.. "Warning: 'Sayed' not found in lyrics."..
# I'll use this later.
Close the door and let the shadows fall
Just the moonlight painted on the wall
Got a craving I can’t hide at all
I’m leaning in to answer the call
We’ve been dancing round this empty room
Swept away in this sweet perfume
Got a spark that’s ready to bloom
I want to chase away all the gloom
Every glance is pulling me close
You’re the magic I need the most
Caught a fever that slowly grows
Taking me where the river flows
Caught in pure intimacy tonight
Holding onto this feeling tight
Wrapped inside a secret light
Everything is feeling so right
Holding onto you
So close and true
Tracing lines across your fingertips
Tasting honey from your tender lips
Every touch is like an eclipse
We’re sailing away on paper ships
Every glance is pulling me close
You’re the magic I need the most
Caught a fever that slowly grows
Taking me where the river flows
Caught in pure intimacy tonight
Holding onto this feeling tight
Wrapped inside a secret light
Everything is feeling so right
Holding onto you
So close and true
Now I feel your heartbeat match my pace
Sayed is melting right into this space
Look at me
Don't let go
Caught in pure intimacy tonight
Holding onto this feeling tight
Wrapped inside a secret light
Everything is feeling so right