#📚|english-questions

1 messages ¡ Page 98 of 1

frail river
#

therefore this method doesnt work

boreal ingot
#

it's an alphabet linguists use to write how words sound in various languages. In it, you indicate a syllable boundary with a full stop
/pʰɑɪn.ˈæp.l̩/

frail river
#

it would be a pain to work with because those contain utf-8 characters that take more than 1 byte of memory

#

and I have 0 experience in IPA

boreal ingot
#

yea that would be three syllables, the suffix is on its own

frail river
#

i have no idea what those characters are

frail river
#

no exceptions?

boreal ingot
#

I can't think of any exceptions. That's not to say there aren't any

frail river
#

if they are really rare

#

I can pass it

#

i will consider a suffix as 1 syllable

#

So a method is. If a word contains suffix, remove it and separate the remaining into syllables using CVC method.

#

Will it work?

#

Interesting how -burger is considered a suffix

boreal ingot
#

played is one syllable, with a suffix

frail river
#

Any ideas in your mind?

#

Of the steps

#

without using IPA

boreal ingot
#

Can't think of anything, sorry mate

#

but the suffix idea wouldnt work with '-ed'

frail river
#

okay

#

Then I will think of something else

flat rune
boreal ingot
# frail river okay

further, some words are pronounced with any extra syllable depending on how theyre used

I learnt/learned something
^ one syllable 'learnt'

He is a learned man
^ two syllables 'learn - id'

frail river
#

so every vowel combination such as ae, io, uo, au are considered a single vowel?

#

headphones
head-pho-nes

boreal ingot
#

two syllables. The vowel method isn't that good

frail river
#

why is phones 1 syllable?

boreal ingot
#

look at how you pronounce it

#

fownz

#

that's one syllable

frail river
#

yes

boreal ingot
#

the spelling doesn't say much about how many syllables are in a word

frail river
#

spelling contains no information about syllables?

#

well

#

Then another question rises in my mind

#

Is it possible to convert phones into fownz and then fownz back into phones conveniently?

#

ph is always f

boreal ingot
frail river
#

?

#

god damn

#

english is a big mess

#

i think enough questions from me

boreal ingot
frail river
#

I'll just look for a web API that will do that work for me

crimson vortex
#

@boreal ingot . Hello, you seem to be a pretty advanced english speaker. What's your method of learning english?

flat rune
#

They have already learnt english

boreal ingot
flat rune
#

still learning

frail river
#

i found something

boreal ingot
#

interesting

#

I suppose that solves your issue lol

frail river
#

I guess lol

crimson vortex
crimson vortex
frail river
#

I want to make a function that takes in an English word and returns an array of syllables that make up that word

#

This is what I wanted to do for several hours now

#

no one has been able to help me yet, people only give me remotely accurate answers

#

@crimson vortex

flat rune
#

And ?

#

We don't know anything about your program

#

Because we DO NOT have the knowledge

frail river
#

This program doesnt exist yet

frail river
#

what I want it to do

flat rune
#

Be happy that some of us gave you answers

#

One day, i asked a question no one answered me

crimson vortex
frail river
#

ChatGPT just told me about CVC method that will turn "pineapple" into "pi-nea-pple"

flat rune
#

But apprezntly google and chatgpt weren't helpful

#

Then we're not better than google and chatgpt

crimson vortex
flat rune
#

.

frail river
#

I think I already got the answer. Spelling contains no userful information about syllables

flat rune
#

Then why are you still axsking the same question

frail river
#

i answered their question

flat rune
#

What question

frail river
#

the program i was planning to build

crimson vortex
# flat rune One day, i asked a question no one answered me

I recalled the moment when I asked a question and no one answered it. So after long time of waiting I complained about why this channel was so inactive and some guy strictly scolded me for being super impatient and many other unnecessary silly things. He bothered to write a huge message about how wrong I was, but didn't answer my question, lol

flat rune
#

Yeah

#

And him he's complaining because he hasn't gotten a ( good ) answer

#

Be happy brother

frail river
#

maybe there is no answer to my question

#

The only thing I learned is that spelling contains no info about syllables

flat rune
#

Yes there's no answer

crimson vortex
frail river
#

It's my weekend programming project

#

I wanted to create a language translator

#

For that I need to know the syllables of a word

crimson vortex
#

Apparently It's a pretty hard project. Do you use API for translation process?

frail river
#

nope

#

It's just a novelty translation program

#

nothing serious

#

I will make the translation myself from scratch, because I know how it works

crimson vortex
#

You have a database containing english words and their translations into some other languages?

frail river
#

Nope

#

I just have a wordlist containing about 180k english words

#

but the language I will be translating to isnt english

#

its a cryptic language

crimson vortex
#

What is a cryptic language?

frail river
#

a language that allows you to secretly communicate with someone else

#

Basically the method is, I separate a word into syllables and give every syllable a unique ID.

Then I will find an English word which ID matches with the syllable and take 1 random syllable from that word.

I will construct a new word this way

#

This will work bidirectionally

#

meaning this can be reversed and that translated text can be translated back to english

flat rune
frail river
#

I think I will use the CVC method

#

Even though it isnt correct, in my case it will work fine

boreal ingot
# crimson vortex What is phonology. I looked it up on the Internet, but I still can't understand ...

I'm no phonologist, so I can't give you an exact definition, but phonology is like the study of sounds in a language. To be specific, phonemes, as opposed to any sounds. A phoneme is a set of sounds that are connected in a speaker's mind as one.

For example, 'p' in 'pin' and 'p' in 'spin' are slightly different sounds, but to an English speaker, they are the same sound (even though some languages treat them as separate), which means that these two types of 'p' together, probably along with some other similar sounds, form the phoneme /p/. Phonemes, while on their own not having any semantic significance, combine to form morphemes with meaning. You can test if two sounds are phonemes in a given language if swapping one out for the other could (in some word in the language) change the meaning. An example would be 'pin' and 'bin'. They are identical save for the first sound, and when you swap one sound for the other the meaning changes, which means that those two sounds belong in separate phonemes.

Phonology is all about studying these phonemes, studying the relationships between them, studying allophones within these phonemes, and so on. While I've not gone very deep into it, it slightly interests me. However, the fact I haven't studied it extensively means I'm not the best to give you an exact answer for what phonology is.

This video describes the difference between phonetics and phonology and explains both of them: https://youtu.be/80d2CEeMyQQ

The first in our Introduction to linguistics series! Here, we'll have a look phonetics and phonology - the disciplines that are all about what sounds we make to communicate.

For this series, we will be using Bernd Kortmann's "English Linguistics: Essentials", publishes by Cornelsen, first edition (ISBN: 978-3-44-31162-2). It's a detailed but a...

▶ Play video
crimson vortex
verbal heron
#

I noticed that, but it'd better to bear with it, as we are here to help and to be helped

verbal heron
flat rune
#

vampire

#

why is ur role beginner ?

verbal heron
# flat rune why is ur role beginner ?

The reasons behind my taking the beginner role are: (1) my vocabulary does not contain much colloquials, (2) I learn from books and dictionary only, (3) it is less pertinent to the question, but I am not good at enunciating my thoughts during an oral conversation

crimson vortex
#

Do you intentionally use quite advanced vocabulary in your messages to practice it?

verbal heron
verbal heron
distant hazel
#

Please repeat the problem for me.

frail river
#

It was a problem about extracting syllables from a word based on spelling alone

boreal ingot
boreal ingot
#

yea what I was thinking. English spelling is much too irregular for that

frail river
#

Well, I will not attempt this any further

distant hazel
#

that's what is meant by calling the spelling arbitrary

#

the best thing is simply to learn the phonetics

frail river
#

I would have to somehow convert a word into it's phonetic representation, and then extract the syllables

boreal ingot
# frail river I would have to somehow convert a word into it's phonetic representation, and th...

Further, I'd like to note that syllable count can vary from speaker to speaker, and in some cases, from one usage of a word to another (the only example I can think of is 'learned person', but I remember there being at least one other word following that same pattern).
A lot of the time people don't even mark syllable boundaries in their IPA transcriptions, so you'd need something that converts to IPA and marks syllable boundaries, unless it's the case that through having the exact pronunciation of a word it's possible to derive where the syllables are through some algorithm

#

Maybe if you research English phonotactics and use a good database of words and their IPA, you could arrive at a decent method

cloud badge
#

Yeah, for some words said in certain contexts, the syllable count is just something you have to memorize, like in 'learned'. 'I learned(1) something today' vs 'i am a learned(2, lear-ned) person' And some accents change how many syllables are annunciated.

#

Also fun fact, the words 'strengths' is the longest 1 syllable word in the English language

boreal ingot
cloud badge
boreal ingot
#

Fun fact from me: when '-ed' is supposed to be pronounced separately, it can be written as '-èd'. I,e, 'learned person' would be 'learnèd person'

#

This is mostly for poems

cloud badge
# boreal ingot This is mostly for poems

Interesting, I've never seen that before but it makes sense based on what i know about French. But people who don't know about that accent will probably be confused by that 😅 that's the cool thing about poetry though, you can be very creative with everything.

boreal ingot
cloud badge
#

One i can think of that depends on accent is the word flour. In the south, it's common for people to blend the ou together and drop the r a bit, and the word comes out more like flar, one syllable, but further north where i am, there's a clear difference, it sounds like flow-wer. So if you were to see the word flour in, say, a haiku, where it only makes sense to have one, you may also be able to assume the poem was meant to be read in a southern American accent :p

boreal ingot
cloud badge
#

Yeah true, usually people drop the accents but its cool to see them. And yeah fire is another, and so is crayon, it can be pronounced cran, crown, cray-ahn, all depends where you live.

boreal ingot
#

Both of the first ones would be 1 syllable

cloud badge
#

Oil is another. Can be oll, or oy-ul

#

And I'm sure there's many more but yeah, not easily predictable with a computer program

boreal ingot
robust bone
boreal ingot
#

Is Pennsylvania southern, actually? Idk my geography

robust bone
#

isn't handout supposed to mean pamphlet?

boreal ingot
#

look at sense 3

cloud badge
boreal ingot
#

Interesting

cloud badge
# boreal ingot Interesting

mhmm, im not sure, maybe because the accents that far west are closer to southern accents, Pennsylvania has a ton of interesting accents throughout it tho. I guess thats partly why they call the west part pennsyltucky :p

cloud badge
boreal ingot
#

It's only a matter of time until the whole world will turn against me
Should that 'will turn' not be 'turns'?

#

Also, 'before' or 'until'? I'm seeing both are used, but which is prefered?

random lava
boreal ingot
#

thanks

robust bone
#

how often is the word "gruesome" used?

boreal ingot
robust bone
#

just learned "oftenly" isn't a real word five minutes ago

amber jackal
#

what does 'yall' mean ? and 'tbh' ?

fallow saddle
amber jackal
#

ok thanks

neat bone
#

Is it correct to say "There's some rice residue stuck to the pan"?

boreal ingot
#

You must document every word and the derivatives thereof in this exact format.
Is this sentence correct?

median sapphire
#

Hye

amber jackal
#

hi

neat bone
#

What does the phrase "Sensitize teachers to the experiences of their students" mean?

boreal ingot
# neat bone What does the phrase "Sensitize teachers to the experiences of their students" m...

So when someone is desensitised to something bad, they don't care anymore cuz they've been so exposed to it or for some other reason, but it doesn't inspire any bad emotion in them. So to desensitise someone is to make them desensitised, to make them apathetic to something. Now reverse the meaning of 'desensitise', which is much more common than 'sensitise', as far as I know, and you get 'make more sensitive to something'. They're saying 'make teachers more sensitive and sympathetic to their students' experiences'. The opposit of making someone apathetic to something is making someone able to feel emotional about a certain matter. It's much more common to use 'resensitise' for this, but that word implies the person has already been desensitised, and they're being sensitised again, which 'sensitise' doesn't imply

rapid bison
#
  1. being "desensitized" is not expressing emotions to situations, usually because they've seen them so much.
  2. being "sensitized" is, then, be likely to express emotions to situations, or become sensitive.
  3. this means, teachers should be sensitive to what the students experience/go through.

// oversimplified for fun - scella's answer is sufficient

obsidian marsh
#

Hi

boreal ingot
#

No problem!

obsidian marsh
#

I need helps I need someone who is living in the U S text me in private please I need a friends

hardy jay
boreal ingot
#

... choose [of/up] the 48 mages ...

What does he say?

boreal ingot
#

oh wow how did I miss that to

#

now that you say it it's clear as day lmao

sour fulcrum
#

Hi everyone

#

I'm new here

#

I still don't know how to use this app

#

But I'm searching for a debate club to improve my speaking skills

cloud badge
boreal ingot
#

I appreciate it regardless

boreal ingot
#

It has yet to be answered sadly

graceful hare
boreal ingot
swift canopy
#

Hi guys could someone tell me how can I improve my pronunciation

hoary lichen
warm garden
#

I’m writing translations, can anyone help me with the grammar and mistakes or better word to use in this.

“History keeps telling that war will occur terrible disasters.”

and

“Avoid conflict, keeping the world peace should be the goal of the mankind.”

Thanks for the timeblossom

boreal ingot
#

I see. What about 'until' vs. 'before'?

boreal ingot
jolly mica
#

👍

boreal ingot
#

As for the first, I'm not sure what you're trying to say, so I can't properly correct it

jolly mica
boreal ingot
jolly mica
boreal ingot
#

But I think it's 'choose' not 'chose'

boreal ingot
jolly mica
boreal ingot
boreal ingot
boreal ingot
jolly mica
#

world peace implies that there are no conflicts at all, "the world peaceful" means that the world is peaceful to the best of its ability

boreal ingot
#

thank you :>

verbal heron
#

Wouldn't 'maintain' be a better choice here?

boreal ingot
#

'Maintain' would work fine too, ofc

bitter hill
acoustic geyser
#

Hello

#

I wonder whether idiom is counted as a noun phrase

flat rune
#

Yo fam.

I think TEXT is the output we make whenever we CHAT

wise anchor
#

how do I know if the sentence has a faulty parallelism

cloud badge
cloud badge
cloud badge
boreal ingot
boreal ingot
#

archaic means it's actually not used anymore, liek 'wherefore' and 'whither'

#

'unto' and 'thee', those are archaic

cloud badge
boreal ingot
#

Ofc iss old, I jus don't think it's so old it deserves to be called archaic

#

tbh Im not really in any mood to argue abt anything, I just wanted to know if I used 'thereof' properly

cloud badge
#

Cuz it looked like you thought the suggestions werent as formal but they are, that's all.

boreal ingot
#

Btw, Im just sharing this in the least argumentative way possible, cuz I know we often get into debates here, which im trying to avoid: these three dictionaries classify it as either formal or law

But yea, I 100% understand how it can be unnatural or odd, since it's so seldom used. I don't disagree

boreal ingot
#

So it's formal too?

cloud badge
boreal ingot
cloud badge
# wise anchor how do I know if the sentence has a faulty parallelism

For the first sentence, look at the last two things in the list. They don't follow the same pattern as the first three. Students like teachers who are 'being patient'? Students like teachers who are 'with creativity'? those don't sound right. I don't want to tell you the answers if this is homework but happy to help if you ask more questions.

boreal ingot
#

ngl I still dk what's wrong with the second :p

cloud badge
boreal ingot
#

nono second sentence

#

sorry shoulve veen clearer

#

second sentence sounds okay to me

bitter hill
cloud badge
# boreal ingot second sentence sounds okay to me

The value of excellence, and peoples passion to learn are not written the same way. It does make sense, but they want the focus on the passion. The value, the passion, not the peoples something.

boreal ingot
#

is it that one is a noun phrase while the other is a noun cluase?

boreal ingot
#

you're not allowed to whaa, that breaks parallelism? It sounds fine tho AA_Aya_Cry

#

does it sound weird?

#

I don't get parallelism :p

cloud badge
#

IDK, i would say a torch symbolizes passion before id say it symbolizes what someone is passionate about.

#

You want the parallels to match, and excellence and passionate do not

bitter hill
#

It'd probably be more glaring if it was a list

boreal ingot
#

Alrighty alrighty thank you both

#

💜

frozen ore
#

CHAT GPT:

  1. "Would you please ______ late?"
    In the context of TOEFL or grammar-based exams, we usually choose the answer that is grammatically correct. However, in this question, the given answer is "Don’t be" because:
  • TOEFL often tests understanding of common phrases or expressions in English, not just formal rules.
  • A phrase like "Don’t be late" is a more idiomatic form of polite request and is commonly used in everyday conversation.

Why not "not be"?

  • "Would you please not be late?" is grammatically correct but sounds very formal or outdated. In practice, this form is rarely used, even in formal writing.
  • TOEFL often prioritizes answers that match modern English usage.

Guys , is this true?

boreal ingot
#

'would you please don't be late' is wrong

#

if that's what it's saying

#

the blank should have 'not be'

#

It's either 'Would you please not be late?' or 'Don't be late' but not both

frozen ore
#

yupp, it sounds weird. I’ve no idea what’s wrong with chat gpt, his answer makes no sense

boreal ingot
#

It's good for vocabulary or as a conversation partner, but it can't really answer English questions or tell you the difference in nuance between multiple things

sly pier
#

When you ask ChatGPT why something is wrong/right (even when it 100% isn’t) it’ll simply just make up reasons to support a point.

ruby void
flat rune
#

What's the difference between : Nonetheless, i wish he became doctor instead of becoming artist. Nevertheless, i wish he became doctor instead of becoming artist.

sly pier
flat rune
#

ty

boreal ingot
#

This grammarly article seems to think there' some difference between them, but I didn't really understand what they exaplined, to be honest:
https://www.grammarly.com/blog/commonly-confused-words/nonetheless-nevertheless

The Difference Between “Nonetheless” and “Nevertheless” | Grammarly

Nonetheless and nevertheless appear to be similar words, but they have slightly different meanings. Nonetheless means “in contrast to something that happened or was said.”…

#

To me they're synonymous but idk

boreal ingot
cloud badge
# boreal ingot Hey, isn't it acceptable to drop articles in more poetic texts? This is somethin...

That sounds so wrong, it makes me think the writer was joking 😅 definitely not acceptable. The only way that would be gramatically ok is if 'Composer of Book' was some kind of title, like Spider Man. Even then, its really weird and book should still be plural... idk. Dropping articles isn't a good idea unless you're doing it for a reason (like making a joke about wanting to be a writer while writing badly)

#

Its making me think of The Office quote 'why waste time say lot word when few word do trick' haha

flat rune
#

Can anyone explain me the difference between even though and even if

#

same for as though and as if

bitter hill
rapid ingot
#

is it racist or bad if i refre to how black people speak english to "black English "?

lunar token
cloud badge
lunar token
#

there are also people who would have a little bit of a problem with the 'V' in AAVE if you're using it as a generic way of labeling all black speech (like a lot of people seem to do)

#

because obviously not everything a black person says differently is because they're speaking 'vernacular'

cloud badge
bitter hill
cloud badge
#

but yes not every black person uses that vernacular

verbal heron
cloud badge
# rapid ingot is it racist or bad if i refre to how black people speak english to "black Engli...

i saw this video about black english a while ago, it was really interesting and might give you a better answer https://www.youtube.com/watch?v=JDAj9OVooyY&t=105s

Black English is misunderstood. It's not what the stereotype about ebonics would lead you to believe. It's grammatically more complex than classroom English, especially in the grammar of tense, aspect, and mood. Let's see why.

patreon: www.patreon.com/languagejones

Edited with Gling AI: https://bit.ly/46bGeYv

#linguistics #languagelearning #l...

▶ Play video
verbal heron
#

Doesn't the word "black" often convey the idea of corruption?

cloud badge
lunar token
#

i mean yeah, but calling the way black people talk 'black' is just about as neutral as calling black people themselves 'black'

jones also has another video that explicitly talks about names for the language https://youtu.be/a4NrrUtRShw

flat rune
#

No one has answered my question

verbal heron
lunar token
bitter hill
cloud badge
verbal heron
lunar token
#

and there are a whole lot of people who use 'more respectful' terms like African American while still definitely playing into those stereotypes

verbal heron
#

In that case I can't comment anything more on it

#

From the way we use terms like 'black magic', 'black money', 'black market', it is quite plausible to think that the usage of 'black english' might have a negative connotation

#

Moreover, we often use the color black to symbolise sombre or grief

lunar token
#

what I'm getting at is how much power those associations have is just as much power as you give them (this is exactly the same mechanism that allows other once offensive words like 'deaf' and 'gay' and 'qu*er' to be reclaimed and reused as a source of identity)

boreal ingot
# bitter hill I would expect that sort of thing when using grandiose titles

Hmm, so I take it from your and RedSunBlues' answers that articles shouldn't be elided, be it in a poetic text or a normal one. What would you say about these sentences then?

With shield and sword, she fought valiantly to the very end.
Then in blood I write this will to you, without paper or pen.

Do they sound fine?

rapid ingot
#

I play gta v

#

its really hard to understand the converstion between lamar and frank they're black

#

and they always use n word

#

but i dont have issue when frank talks to white people

cloud badge
lunar token
# boreal ingot Hmm, so I take it from your and RedSunBlues' answers that articles shouldn't be ...

These sound fine, but I get the feeling that the meaning changes to be more abstract, like instead of a literal shield & literal sword it's also referring to the notion of what a shield & sword mean (i.e. with protection & strength)

When talking about people, there's a (to me) unrelated way of using the zero-article with positions of power: When I become king, As president I will, etc... these don't sound like abstract notions to me & they only work with certain positions

boreal ingot
cloud badge
lunar token
#

I also thought it might have something to do with the word 'with', but also be careful with that (I'm not really sure how good a sentence like 'I sat down at my desk without book' would sound even in a poetic style)

boreal ingot
#

Hmm, I understand

#

Thank you three

bitter hill
boreal ingot
#

I'd like to know how this sounds, then I think I'm done asking about this:

With magic tome* in hand, she recited words from a time immemorial, and thereby damned him to a ghastly end.

lunar token
#

tome, not tomb

boreal ingot
boreal ingot
bitter hill
lunar token
#

I can see it working if the tome is like really important to the story, or the tome is like an object she is always associated with/always carries, etc...

#

but again the meaning really plays into the poetic/literary style

boreal ingot
#

Well, thank you @lunar token, @bitter hill, and @cloud badge for all your help 💜90_fox_nod_f2u

bitter hill
boreal ingot
#

What might you be doing?
What sort of effect does 'might' have on this question? In other words, what's the difference between 'What are you doing?' and 'What might you be doing?'

boreal ingot
cloud badge
#

I think it would also be ok if magic wasn't there, like 'with tome in hand' but with the adjective its too much, unless like, the magic tome was very significant.

lunar token
#

it has to be a big boy tome

bitter hill
#

Might as well make it a proper noun

cloud badge
boreal ingot
bitter hill
cloud badge
bitter hill
#

But also depends on context

cloud badge
#

it could also be asking about a time in the future

boreal ingot
#

Ohhh thank you both! It seems my intuition lines up with both your answers. Thank you

boreal ingot
lunar token
#

metaquestion seems fine, i don't really think i've seen a style guide address whether to use a hyphen when you're nesting things multiple times like this

cloud badge
boreal ingot
bitter hill
#

If not then outside

cloud badge
boreal ingot
#

So

What is the meaning of 'What might you be doing?'
What is the meaning of 'Hello'?
What is the meaning of 'I hereby renounce smoking.'
Yes?

lunar token
# boreal ingot And if the quote didn't have terminating punctuation, would the question mark go...

What I was taught in school (America) was:

1 - He used the word "cute" often.
2 - Did he use the word "cute" often?
3 - He often used the word "cute."
4 - Did he often use the word "cute?"
5 - She told him, "You often use that word."
6 - She asked him, "Do you often use that word?"

I was also taught that British writers & some American writers put the punctuation outside the quote in 3 & 4, but I don't think they would add anything outside the quote in 5 or 6

#

personally i put it outside the quote in 3 & 4 because i think it looks less silly

cloud badge
lunar token
cloud badge
#

so like
"What is the meaning of 'What might you be doing?'?"

boreal ingot
#

That is very odd, I could have sworn one must be removed

lunar token
#

I was definitely taught it without the two marks like that, just the one inside the quote

cloud badge
#

so you need the second, but many would reorganize the sentence if that happened. i dont mind it

boreal ingot
boreal ingot
cloud badge
#

the third should still have a question mark on the end as well
What is the meaning of 'I hereby renounce smoking.'?

boreal ingot
#

I don't really know how to use guides or where to find them :p

boreal ingot
cloud badge
boreal ingot
#

I see, thanks

#

I have another question. Is it appropriate to use quotation marks alongside 'quote ... unquote'?
For example,

He said that I sound, quote, 'like a mad killer', unquote. I find that quite funny.
He said that I sound, quote, like a mad killer, unquote. I find that quite funny.

cloud badge
# boreal ingot I have another question. Is it appropriate to use quotation marks alongside 'quo...

if youre writing, you dont need to type out the words, but if youre writing dialog, or speaking out loud, and the person said the word quotes out loud, you could write that. If i read "He said that I sound 'like a mad killer'. I find that quite funny." I would say "He said that I sound, quote, like a mad killer, unquote. I find that quite funny." out loud, so yeah, it depends but i think saying AND typing the quotes is too much.

boreal ingot
cloud badge
boreal ingot
cloud badge
#

If i was to read the one with both out loud id say 'quote quote... unquote unquote' though lol so i think just using one is best technically but it's nitpicking at that point, people will understand either way.

boreal ingot
#

Alrighty, thanks

#

Does 'pulverise' have any implication of fire?

bitter hill
boreal ingot
#

For some reason, my brain thought it was like 'incinerate', so when I heard it in a context without fire I was confused, and when I looked it up and saw nothing about fire I was doubly so

#

I guess it doesn't have anything to do with fire lol

flat rune
#

Can we say : it doesn't bother you if i do that? instead of Do you mind me doing that?

lunar token
#

Asking somebody 'it doesn't bother you if I...?' makes it sound like you're genuinely expecting them to say they're bothered

flat rune
#

Would it bother you if i took that

grand agate
#

Can we use "mustn't" for negative deductions?

flat rune
#

Yes

trail slate
#

"seems like you have had a tough start to the year." Is this okay to say?

#

Can I also say it has been a tough start to the year for you?

boreal ingot
boreal ingot
trail slate
#

Thank you

final cargo
boreal ingot
#

What's the difference between 'circumfixation' and 'parasynthesis'?

#

Actually does this even count as an English question

leaden herald
#

A lot of people who are fluent in English never use those words,m

#

I like calling them filler words

boreal ingot
leaden herald
#

According to Google

#

Parasynthesis is kind of like a way to remake words

#

Like for example

#

Black eyes, black-eyed

#

Black eyes is for multiple but black-eyed can be refered to for one person

#

So while they mean the same thing, they’re used in a different context

#

Does that make sense?

boreal ingot
lunar token
#

parasynthesis is my favorite word to use when i can't think of what to say next

boreal ingot
lunar token
#

Oh hold on I can actually try to answer this one

leaden herald
boreal ingot
#

Are you a linguistics professor, perchance 👀

#

either way, it would be appreciated :>

lunar token
#

multifaceted doesn't use a circumfix (= an affix that goes on both sides of a word), it just uses a prefix & a suffix (= two different affixes)

#

circumfixes are really rare in languages, but english has one if you've ever heard a word like 'he was a-hunting' (a...ing is the circumfix)

boreal ingot
boreal ingot
#

I see

#

I thought that in parasynthesis the word would be incorrect if either affix should be removed, which reminds me of circumfixes, since, well, if you remove half the circumfix the word would be incorrect

#

Would, say, 'crosslinguistically' be considered a parasynthetic construction? It does use multiple affixes, after all: 'cross-' + 'linguist' + '-ic' + '-al' + '-ly'

lunar token
# boreal ingot I thought that in parasynthesis the word would be incorrect if either affix shou...

I've never heard of parasynthesis before right now, but it looks like people use it as a label for any word that looks like it's derived from a compound/other derived word that doesn't exist (so browneye+ed counts, multifacet+ed counts, French embarqu+er counts)

This article says it's mostly for words like French embarquer because it's mostly a Romance technical word https://oxfordre.com/linguistics/display/10.1093/acrefore/9780199384655.001.0001/acrefore-9780199384655-e-509

#

either way crosslinguistically wouldn't count because the 'crosslinguistic' part of crosslinguistic+ly already exists

#

but maybe crosslinguist+ic would count (i have no idea because again i have never heard of parasynthesis before)

#

I'm leaning toward it maybe doesn't count because cross+linguistic already exists, unlike em+barquer which doesn't exist no matter which way you split it

boreal ingot
boreal ingot
#

If I'm not mistaken the derives from the preposition 'on' becoming a prefix and '-ing/-ung' verb forms being used as the prepositional complement right?

#

I heard something about that being how English got its progressive tenses

lunar token
#

& yes historically a+ing came from adding a separate word to ones like hunting, but in dialects that use it there's no real reason to say it acts like two words

lunar token
boreal ingot
lunar token
lunar token
#

before college i read as many wikipedia articles on language phonologies that i could, so i know about how you feel

boreal ingot
#

yeaa it's pretty fun :p I wonder if uni will sap the fun out of it or not, since id like to go into linguistics

lunar token
#

I know for me it didn't, I just need a career plan for something that's slightly different because I'm not planning on doing a linguistics masters

#

if anything going to college just let me learn more about how insanely broad "linguistics" really is

verbal heron
#

Moreover, it's Africa which is known as 'dark continent'

verbal heron
cloud badge
#

And the ones i mentioned are very common. Black isn't always associated with bad things...

verbal heron
#

It's because people nowadays tend to think that black is a sophisticated color

verbal heron
cloud badge
#

None 'more reasonable' than the rest

verbal heron
verbal heron
cloud badge
#

And weddings

#

And fancy events

#

And parties

verbal heron
cloud badge
#

And sports games, doing a blackout is fun, everybody dresses in black to stand out and show suppirt to the team

cloud badge
cloud badge
#

So?

verbal heron
cloud badge
#

If by new you mean since the 1900s then sure

cloud badge
verbal heron
cloud badge
#

So is this one

verbal heron
cloud badge
# verbal heron 💀

I really think it would benefit you greatly to read more modern books, meaning within the last 10/20 years.

#

Even the past 50 years, would greatly help some of the gaps that seem to be in your understanding sometimes

verbal heron
#

I even made a notebook to jot the down the meanings of all the unknown expressions. I did that when reading To Kill A Mockingbird

verbal heron
#

or 70

boreal ingot
verbal heron
#

Moreover, I prefer plot-driven narratives

cloud badge
#

They are pretty but they do not help with understanding modern/ current English

cloud badge
boreal ingot
#

I'm just gonna sit over here with Robinson Crusoe and A Study in Scarlet ablobwob

verbal heron
cloud badge
cloud badge
boreal ingot
#

But yea, immesring oneself in more modern stuff is good too

#

Doesnt have to be books

cloud badge
#

Youre both very good with English, but yeah, focusing on one time period will not help you understand the others

boreal ingot
#

I personally like older writing cuz I find myself in awe at the English of yore, but I also am engaged in online media so Im not fully unaware of what's going on in the modern times (if you ignore my total lack of political knowledge). Vampire, I think even if you don't read modern books, engaging with modern online media could serve the same use

cloud badge
#

So yeah, in current English, black does not have an inherent negative connotation and most people will see nothing wrong with calling African American or African English language 'black English'

verbal heron
cloud badge
boreal ingot
# cloud badge So yeah, in current English, black does not have an inherent negative connotatio...

Yea, it's not insulting afaik. It's the same as calling a black person, well, a black person :p I know 'black' can have negative connotations, but 'green' can be jealousy but also nature, blue is sadness but also serenity, red is anger but also passion, white is 'cold and clinical' but also holy, and so on. All the colours have both positive and negatives meanings, and 'black' is no different

verbal heron
verbal heron
#

I have taken the beginner role to mask the fact that I've been learning English for 12 years 💀

boreal ingot
#

7 years here, but only 3 or 2.5 with actual interest

cloud badge
boreal ingot
#

lmao

verbal heron
#

All I learnt were “tense”, “voice”, "narration”

verbal heron
boreal ingot
#

I've much to learn, but thank you :>

verbal heron
cloud badge
#

You're both doing really well c: better than half the people i see in person most days haha

#

And yeah, cheezy is like, the cheezy way to say cheesy hahaha

boreal ingot
boreal ingot
#

Too much cheese

cloud badge
#

Hahaha

cloud badge
verbal heron
boreal ingot
#

Can 'cheese' be used as a noun in the same sense as the verb?

There's a way to cheese this section of the level
Can I say this, for example?
This section has cheese
If so, can an adjective be derived? Something like this:
This level is pretty cheesy. It's obvious no play-testing was done

cloud badge
boreal ingot
#

Thanks :p

cloud badge
#

You can call a level cheesy but itd be because it has a lot of overly-used tropes or stereotypes, or is gimmicky

boreal ingot
#

Oh, so not the meaning I intended, yeah

cloud badge
#

Yeah

verbal heron
#

I have a question: can we use parentheses inside parentheses, that is, to capture additional information inside additional information?

#

This is often resolved with commas, semicolons or colons. But I am not sure as to whether double parentheses is possible

verbal heron
#

This section has cheese, this section has pizza, this section has doughnut

boreal ingot
verbal heron
verbal heron
boreal ingot
# verbal heron Could you give an example as to how to use it?

It's a bit hard to come up with examples for double-nested brackets that soun natural, but I'll try:

So, if you wanna pronounce far-back consonants (stuff like uvulars or [god forbid] pharyngeals [or epiglottals, if you for whatever fucking reason wanna go there...]), you have to practice a lot. We Arabic speakers are lucky it's natural for us

#

This is not good practice

verbal heron
#

Ah, there are so many terms here which I do not understand at all 😅

boreal ingot
#

They're just places you can make sounds that are far back in your throat lol

#

'uvular', 'pharyngeal', and 'epiglottal'. 'epiglottal' is technically considered 'lower pharyngeal'

#

anyways, I shouldn't bore you with my phonology crap

#

That example shows two instances of brackets in brackets

boreal ingot
# verbal heron Ah, there are so many terms here which I do not understand at all 😅

A simpler example would be this:

I recited your instructions to the team 3 times (I also made sure they read the whole manual [which, by the way, you provided] cover to cover), and I made sure everyone followed everything to a tee, so this failure is entierly on you. I only did as you asked me to.
You'll most often see it when a citation is added to something that's already between round brackets:
Gemination has semantic significance in Finnish (e.g., 'muta' means 'mud', but 'mutta' means 'but' [example from 'Finnish: An Essential Grammar' by Fred Karlsson]), so, yes, you do need to learn how to geminate plosives.

trail slate
final cargo
#

do you like bird?

quiet ridge
#

Fuck u all I'm at school and I receive notification

livid tiger
rapid bison
boreal ingot
#

But I've always been told to alternate but never go past 2

rapid bison
#

you didn't say "you can use" but "you use", hence my question

boreal ingot
rapid bison
#

when in dire need of nesting, you can just ( [ { } ] ) the heck out of it lol

boreal ingot
rapid bison
#

it's oki

boreal ingot
rapid bison
#

that something might just as well be order of mathematical operations crap

verbal heron
boreal ingot
#

It seems Chicago Manual say not to use them like brackets

rapid bison
#

what would be the examples 🤔

boreal ingot
#
lunar token
#

the alternating was only for math, not writing

verbal heron
lunar token
#

like x(y[z{a}])

fading needle
#

is there any difference between "will not" and "won't"?

verbal heron
#

Do you still remember that?

verbal heron
boreal ingot
# lunar token the alternating was only for math, not writing

I'm positive it's used in writing as well. Maybe your school followed a guide that doesn't use square brackets as nested brackets?

Found this article that backs it up and claims Chicago Style follows that: https://knowadays.com/blog/proofreading-tips-parentheses-and-square-brackets-in-chicago-style/

Knowadays

In this blog post, we explain everything you need to know about using parentheses and square brackets in Chicago style.

boreal ingot
boreal ingot
# boreal ingot Found this

^ But if you meant curly brackets/braces, then yeah, according to this they aren't used like round and square brackets. A shame, but tbh, if I'm nesting 3 times, at that point what am I even doing lmao

#

I mean, if you need a third nest, you could use em dashes

#

Anyway, if anything interesting about brackets comes up, do ping me. I'd like to check it out when I wake up lmao.
I should stop delaying my sleep for square brackets pp_kittyrawr

acoustic geyser
#

Hello

#

Can I use either singular or plural with collective nouns in BrE?

gaunt mango
acoustic geyser
gaunt mango
gaunt mango
#

Main difference being “The band is playing” and “the bands are playing” is you’re signaling that there is a single band playing or there are multiple bands playing

trail slate
neat bone
#

What does depot mean?

rapid bison
#

in which context? most likely, it's a railroad; could be a storage of stuff

silk flower
#

I'm able to ask for how do I could translate or adapt some idiom in Spanish to English?

neat bone
#

What's the meaning of "speak emphatically"?

boreal ingot
boreal ingot
# acoustic geyser I mean, it is like that: *The band are playing* *The band is playing*

This is called notional agreement. It means the verb (and sometimes pronouns) agrees in number with the meaning of the subject, not with the actual form. Brits are more likely to use plural verbs for singular collective nouns like this than Americans are. When you use the plural, you emphasise the multi-individual-ed-ness of the group (if you will), the fact of them not being one entity.
The best example of this is when talking about Instagram lmao:

Instagram are bad = the people who run Instagram are bad
Instagram is bad = the app Instagram is bad

An example where 'are' is more natural than 'is' is this:

The band are having a barbecue together.

Though I'm guessing an American would still use 'is'

boreal ingot
boreal ingot
#

I think water has to be my most[-]drank thing ever
I saw this on Reddit. Why is it 'most-drank' and not 'most-drunk'?

wise anchor
#

please

#

can anyone help me answer this

sly pier
wise anchor
#

i'm just confused with "be"

#

and how do I even know that I used it correctly

#

plus "present"

#

had been present or had present

#

it doesn't even match the sentence

gaunt mango
#

For example, “Be” in perfect tense would be “Been”

#

“The literature of Thailand had been greatly influenced by Indian culture”

#

The text also says “Comprise - Past” so similarly you would use the past tense of comprise

gaunt mango
boreal ingot
#

thank you

cloud badge
boreal ingot
#

but wiki does say that some amount of it is used

cloud badge
boreal ingot
#

I think the examples they give fall under the verb agreeing with the closest noun

boreal ingot
cloud badge
signal shell
cloud badge
boreal ingot
#

I see, thank you both! @cloud badge @signal shell

boreal ingot
#

I think it's funny that I learnt 'sinewy' from a book, then went on to learn 'sinious' from the same book but around a year and a half or two later and assumed it meant 'sinewy' lol

Is there a way to make this sentence more natural? Is ir natural already?

iron star
#

In English, 'you' can mean one person or many people,
if i only want to mean one or many people,what should i do?

gaunt mango
boreal ingot
#

You can only tell them apart through context

#

People noramlly would specify 'all of you/you all/you lot/the bunch of you' if they think 'you' would be ambiguous

boreal ingot
#

thank you

#

💜

boreal ingot
#

If I should happen upon them, the wishes of the dying shall become fulfiled, for the final want of a soul can bind it to its mortal coil, unable to wander off, not to heaven or to hell.

Is this sentence correct?

gaunt mango
#

The only thing I can think of it changing “become” to “be” but I assume you chose become on purpose

boreal ingot
gaunt mango
#

Like I said it’s fine as is but that’s really the only thing I can think of, if anything

boreal ingot
#

I mean, I'm using it more to mean 'the wishes shall be trasnitioned into a state of (become) being fulfiled'

gaunt mango
#

“Be fulfilled” just sounds better but again, “become fulfilled” works fine as well

#

They mean the same

boreal ingot
#

One uses it as a predicitive adjective while the other (with 'be') uses it as a passive voice verb, I think, but I guess it doesn't affect meaning overall?

boreal ingot
#

Thank you lots 💜 Is there any punctuation issues?

gaunt mango
#

I don’t think so

boreal ingot
#

Oh, actually, having re-read it, I wonder if the 'or' should be 'nor'

#

what do you think?

gaunt mango
#

If you want you can use “-“ between “wander off” and “not to”

#

“Wander of—not to”

gaunt mango
#

So yeah

#

“Not to heaven nor to hell”

boreal ingot
rapid ingot
#

what does cult mean in gen z language ?

boreal ingot
rapid ingot
boreal ingot
#

instead of the more-typical, more-stagmatised religious meaning, informally the term is used as 'group of obsessed people'

boreal ingot
rapid ingot
boreal ingot
#

Yes, what about it?

#

I'm not sure what this has to do with cults 😅

#

Oh

#

Ohhh wait

#

'[x]' as in 'repalce this with anything else'

#

you know, 'x' is used as a variable lol

verbal heron
boreal ingot
#

Let me redefine it. Sorry, I haven't faced any confusion with using '[x]' so before 😅
The word 'cult' is used informally in the meaning of 'A group of people that are obsessed with [something]' (that '[something]' could be basketball, a person, an animal, etc.). It's normally used humorously, a way to say that it's funny how focused on the [something] (sport, person, animal, etc.) the people are or used by the 'cult' quote-unquote themselves to refer to themselves, again, humorously. The more typical sense of 'cult' is something like 'a group of people with odd/non-typical religious practices that go against that vox populi'. It implies a sense of 'creepiness' and may inspire ideas of human-, self- or animal-sacrifice and seclusion from society and going into a life of religious misanthropy.

#

@rapid ingot

boreal ingot
#

I use it liek that

#

Idk if anyone else does

#

It's just a variable, you pass it a value

verbal heron
verbal heron
boreal ingot
#

I think I've used it with you even today lol

verbal heron
boreal ingot
verbal heron
rapid ingot
boreal ingot
rapid ingot
boreal ingot
#

I use it all the time :p But I confused this person somehow by using it

verbal heron
boreal ingot
#

My apologies by the way 😅

verbal heron
#

At least within my knowledge

winged needle
#

what is the best site to do english tests?

noble wasp
#

hello. what does the slang "fw" mean? i saw this comment on a music video: "gang cant know i fw this"

#

what does it mean in this context tho? cuz i can think only abt the literal meaning and it doesnt make sense

#

thanks!

#

also, in "they will do anything except _ [write] their essay", write or writing?

#

can u explain why it cant be "writing"?

boreal ingot
#

Thanks for the answer, but is 'pitiable' that wierd? I feel I've heard it plenty ThinkO_O

#

is this both American and British or American only?

#

I see

#

I feel there is a difference in meaning, though. 'Pitable' isn't really as negative as 'pitful', to me. Something like this:

  1. your state is pitiul ~= your state is bad and sad; I pity you (negative),
  2. your state is pitabe ~= your state is bad; I feel for you (neutral/positive?)
    I'm not sure if this is correct, but it's what my gut tells me
#

Not sure what that is

#

Sorry

#

But I'm just wondering if this difference is correct. I understand now that 'pitabe' is less common, but I'd also like to know any difference in nuance

#

oh that sounds interesting

#

Yea, googled around, no idea how to access one of those :p

#

Anyways, thank you for all the other corrections

agile crow
#

"Pitiable" sounds more poetic to me.

#

And unusual.

#

But there's nothing wrong with being poetic and unusual, sometimes.

boreal ingot
#

Ngl I have no idea what this data means

#

Lol, I get a similar reaction whenever I use 'indeed' or 'I suppose so' in VC with one of my friends CB_wheeze

#

'I suppose so' is like my go-to expression of slight agreement AA_Aya_Cry

#

Oh understood

agile crow
#

I say "indeed" a lot, and "I suppose so" is extremely common.

boreal ingot
#

How do you even document everything you say lol

#

For me 'I suppose so', 'I guess' and 'Yeah', maybe also 'Typically' would be among the most-used, for sure

agile crow
#

Not sure about that. I think those who tend to read a lot are more likely to say "indeed".

boreal ingot
#

Oh that's true

#

This is my first time seeing 'SES': google says it's short for 'socioeconomic status'. Is it common at all?

#

Why would you repeat 'care' thrice? CB_pika_think And so many timess

#

ohh

#

Yea, that makes sense. I don't read papers much at all

#

How does 'SES' differ from 'Economic stratum'?

agile crow
#

I thought repercussions were the point

#

Insults with no repercussions = boring

boreal ingot
#

ahh this is too economic for mee ahh AA_Aya_Cry I'll just ignore its existance iss okay

boreal ingot
# agile crow Insults with no repercussions = boring

I suppose it can feel like 'hehe they're too dumb to even realise what I'm saying' but, also, it could be a sort of insult that's indirect enough that the insultee can't comment on it but it still attacks them and they recognise it. A polite insult, if you will

#

I'm not socially competent enough to execute these, but they seem cool

agile crow
#

I suppose one cannot be faulted for occasionally deriving smug satisfaction from insulting an idiot and having it go over their head.

boreal ingot
#

lmfao 😭 that one is amazing, although, I don't think it would work on Americans? As far as I know there aren't different social-class accents over there?

agile crow
#

Indeed. 😉

boreal ingot
#

Oh, really? I had thought it to mainly be a British thing. I can't imagine a 'posh' American accent, to be honest :p

night ferry
#

Does anyone have any advice for those who are learning English and having trouble with some expressions?
The case is that I'm currently reading books completely in English, and I'm around the intermediate level, so I think that it is quite normal to have some struggle with these things...
Expressions such as "Get this over with" "run into" , "somewhere down the line" so I'd like to know how can I fix these things in my mind? Even after I already have seen, I forget and have to take a look again to remember the whole thing

boreal ingot
#

I see

night ferry
#

I have nobody who I can chat with, so maybe I could write imaginary situations or maybe describe my day and try to put them on the context, right?

#

Oh, I got it! So if I use them at a meeting table it wouldn't be good. but people usually use that in daily conversations?

#

I just don't know how. People around me don't know English, so I can't practice with them

#

Fr! You're right

#

You're amazing, thx for the support!

#

Haha, LMAO

#

Now you got me with this example

worldly radish
worldly radish
#

It's practice I think, we learn by practice, so it's that

night ferry
#

Do you guys know any platform focused on English studies where people can chat freely with each other?

night ferry
#

I think that I need to know more, and I've been putting a lot of pressure on myself

#

Alr, I'm grateful!

boreal ingot
#

I once read this philosophy thing. I had no idea they liked to define everyyything like that. It was defining 'determinism', but they expanded on soo many parts of the first definition they gave. I found that very cool and interesting, but also surprising and confusing :p

agile crow
worldly radish
teal locust
#

what does "put stank on it" mean

agile crow
#

It means, put some real effort into it

teal locust
#

i searched stank and i realize that stank is past tens of stink but i thought stink is a noun

agile crow
#

It's an idiom from black American English

teal locust
#

tysm

night ferry
noble wasp
agile crow
#

Because do... write; doing... writing

boreal ingot
noble wasp
#

thank u!

night ferry
#

@boreal ingot are you there?

boreal ingot
#

Hi?

night ferry
#

In a context that there's a living armor, should I refer to this as "It'? For example, would it be correct to say "It dropped its sword?"

gaunt mango
night ferry
#

I'm really really grateful!

noble wasp
#

if i say im "tweaking out" will it be implied im on drugs? i mean i wonder if i can use it simply as a synonym for "freaking out" without it being related to drugs

gaunt mango
#

you could possibly say "stressed out" instead

noble wasp
#

alr, thanks

night ferry
gaunt mango
#

a good example is that a lot of people refer to boats as "she"

#

"Her course is steady"

boreal ingot
# night ferry In a context that there's a living armor, should I refer to this as "It'? For ex...

To me it depends on what you mean by living. If it's seems like a monster, or some not very human entity, something queer and unnatural, or just, more instincts than intellect, I'd call it 'it' (as I have been calling it). If it's treated more as a living, maybe feeling, thinking, human-like being, then I would use 'they' (or, if a gender is assigned to it, the corresponding gendered pronouns)

Zov makes a great point by mentioning the point of view. Some character may think of it as human-like, while another may see it as not, and thus they would use different pronouns

gaunt mango
#

or when sentience is known as well

#

cause if your dog starts running away you wouldn't say

#

"it started running, let me go grab it"

#

instead you could say "he started running, let me go grab him"

night ferry
night ferry
boreal ingot
night ferry
night ferry
boreal ingot
gaunt mango
boreal ingot
gaunt mango
#

^

night ferry
#

It's really good to talk with you guys. Here, there's knowledge sharing that helps all of us a lot!

gaunt mango
#

you'll see it a lot in people who have strong affections towards the object

#

though specifically for vehicles it's somewhat more common

boreal ingot
#

I'm glad I can be of help

night ferry
night ferry
boreal ingot
#

Or perhaps even incorrect?

night ferry
#

Even Scella has doubts

gaunt mango
#

and when i read it the first time i didn't think anything was wrong with it

night ferry
#

I see already "I'm glad I could be of some help"

boreal ingot
#

In terms of most to least natural

gaunt mango
#

i don't know if naturality is really a concern when using a difference between the three terms for that specific sentence

#

i just seem service or assistance a lot more commonly than help

boreal ingot
#

Understood, yeah

gaunt mango
#

because people who usually say that are subserviant to the person they are speaking to, and therefore speak in a more formal tone

#

while "help" would be considered a little less formal

boreal ingot
#

It sounded ever so slightly off to me upon my second read, so I felt I had to inquire further

#

Thanks for the help

boreal ingot
#

At least when it comes to English

#

So yeah, ofc I have doubts

night ferry
#

Zovixi, as a native do you have any advice for those who are learning/practicing English while reading books entirely in English? There's a lot of words and expressions that I've never seen before, I think it's quite normal even for the native people, I mean about all words that do exist in the English language, it's almost impossible to know definitely everything

night ferry
gaunt mango
#

most natives infer definitions and phrases from context

#

so it's not required to know everything

#

if you're not at that level yet i would definitely think about just googling or researching the terms you find interesting

#

(Ai generated sentence)
"After hours of hiking, they found solace in the xeric landscape, where only the hardiest plants like cacti and sagebrush thrived under the scorching sun."

#

i guarantee most natives don't know "xeric" unless they are spelling bee people or study English every day

#

however a lot of natives would infer "xeric" to mean desolate, or harsh

night ferry
boreal ingot
#

This chart is interesting. It seems 'service' has undergone a bit of a resurgence in recent years. 'Help' has also started to overtake 'assistance' CB_pika_think

night ferry
gaunt mango
#

cacti and sagebush are nouns, solace is is kind of like being comforted in a hard time

boreal ingot
gaunt mango
night ferry
#

So, because I need to stop sometimes to research words and expressions, you'd say that I'm not at the level for reading books entirely in English yet?

gaunt mango
#

i have found myself sometimes misinterpreting words and then using them incorrectly

gaunt mango
#

pushing yourself outside of any comfort zone is an incredible way to learn

gaunt mango
#

until i was corrected after like 3 years of using it that way

gaunt mango
#

but from the way you speak now it seems you have a pretty good grasp of english

night ferry
#

So I'll keep it up!

boreal ingot
#

I hate that guy

gaunt mango
cloud badge
#

That's the best way to learn new words c: i still have to look things up when i read certain authors

gaunt mango
#

i remember having to do shakespeare in english class

#

it's not that you can't really understand what is being written

#

it's just like guhhhh

night ferry
boreal ingot
gaunt mango
#

the only thing you can do from here is get even better

boreal ingot
gaunt mango
#

it takes extra processing power just to comprehend that stuff

night ferry
#

Perfect! I'm grateful for that!

#

Is that some kind of book or what?

gaunt mango
#

i feel bad for stage performers who have to memorize those lines

night ferry
#

It looks to be helpful

#

Tysm! 💛

boreal ingot
night ferry
#

I was thinking of putting new learned words and expressions on some kind of flashcards system so I can practice them every time constantly

noble wasp
#

is "as of right now" the same as "from now on"? i heard it on a video and in the context itd make more sense if it meant "until now"

boreal ingot
night ferry
#

Perfect! I'll do that

acoustic geyser
#

Can I live well in England if I use American English?

boreal ingot
night ferry
#

Haha, fr

boreal ingot
#

To be honest, I'd imagine a bad immitation of a British accent woul give you more trouble than having an American accent :p

noble wasp
night ferry
#

The situation would be different if he was asking, "Can I live well in England if I use Chinese?"

#

But bro, you'll be fine with American English

boreal ingot
#

'presently'/'currently'

#

I guess it can mean 2 things, never thought about that

noble wasp
#

so that would be an ambiguous phrase i think?

boreal ingot
noble wasp
#

the one riidefi used as example

night ferry
noble wasp
#

cuz of the two menaings of that expression

#

i speak native brazilian portuguese actually

night ferry
boreal ingot
# noble wasp cuz of the two menaings of that expression

The tense of what follows is different depending on the meaning you're using, I believe, so there is no ambiguity

As of now, laws [exist] to give queer people their rights.
As of now, laws [are being passed] that aim to give queer people their rights.
^ present simple/continuous (meaning: at this moment)
As of now, no one [has been] to Mars.
^ present perfect (meaning: until now)

night ferry
#

Are you all guys who are here with us, studies English by yourselves?

#

Or do you guys attend any school or course?

noble wasp
#

thank u for the help, guyss

night ferry
#

Feel free to ask always!

night ferry
boreal ingot
night ferry
#

Because of that I was surprised

night ferry
boreal ingot
night ferry
#

Just kidding, haha

noble wasp
# night ferry Or do you guys attend any school or course?

i took an english course for 2 years. the promise was that id get fluent by the end, but i finished it being b2 lol (i took the toeic exam). i kinda regret taking that course, learning passively with videos or talking with natives on servers like this one is way more effective imo

night ferry
#

I took an English course for about 2 years as well, it was quite good for me, I have no complaints about it.
But I'm taking the next steps alone for now

night ferry
noble wasp
noble wasp
#

but i think the price back then was around R$400

night ferry
#

I finished at the intermediate III in the course I'd done, idk what level would it be in terms, like you said in your case, the "b2" but idk mine

night ferry
noble wasp
night ferry
noble wasp
night ferry
#

I think it's the best way

noble wasp
# night ferry I think it's the best way

ikr? i think u were talking abt learning with books earlier. i got a book entirely in english, ill start reading it soon. the vocabulary doesnt seem too formal, so i think itll be quite easy. ill just write down words and expressions i dont know to google them up and memorize. i think itll be effective and not that stressful

night ferry
#

Yeah, I was! And you're right!

night ferry
#

There's the only way to not struggle with words and expressions that we don't know

acoustic geyser
#

What's the difference between:
I've done something five times
I did something five times

neat bone
#

"You've 6 months left to live, but I digress" meaning?

neat bone
#

Dark

primal dagger
#

??ban 1329384644033908738 scammer

neat bone
#

Most people here are looking for help with their english

primal dagger
#

Dealt with it.

hushed abyss
#

Fast af boi

neat bone
#

Good job chief

noble wasp
#

reading this makes me so happy, thank u! (:

rapid bison
#

(in language production, anyway)

signal shell
#

To be fair, we are seeing only their writing skills. Don't they test your fluency in other ways, as well, such as speaking and listening?

signal shell
rapid bison
neat bone
signal shell
neat bone
#

It's moving on from that conversation

acoustic geyser
#

What is different?
Darla split up the fish with the chips because she hates the fish taste.
Darla split up the fish from the chips because she hates the fish taste.

signal shell
signal shell
neat bone
#

Ultimately, it's moving on from a topic whether it's the main or side topic

#

I think we both can agree on that

signal shell
verbal heron
#

There seems to be something amiss here

#

Or am I wrong?

vocal hill
#

Where is the a question?

livid tiger
#

Anyone got knowledge bout how technology is affecting life :^

signal shell
#

It all started back when the printing press was invented...

winged needle
#

To say "I'll go to school" sounds very formal? I always use "will" for future, but i see people saying that is formal and that it's better to say "I'm going to school"

#

Or I'm gonna

boreal ingot
#

Especially when contracted as 'I'll go'

winged needle
#

Oh, okay

#

Thanks for your attention!

noble wasp
#

"i gotta brush up on my english", for the expression "brush up" do i need to always add "on" as well?

errant kettle
lusty marten
#

Hi guys

tardy ember
#

Hi

lusty pollen
#

Hi

noble wasp
#

i heard this in a video: "that's my five-step approach to learning...". why is the verb "learn" in the gerund form and not in the infinitive?

noble wasp
#

i see, thanks

#

in "let's get on to the first step", could "get on" be replaced for "move on"?

neat bone
neat bone
#

The way I see it that that it's either going back to the original topic or start a completely new one

signal shell
boreal ingot
neat bone
#

But some people said you go back to the original topic

#

Hang on, Ima check ross's link

verbal heron
#

What's wrong with it being continued till it's not resolved?

neat bone
#

No it's not

#

Look

#

As early as 1530, digress was being used in its modern sense, “to go off topic in speech or writing.”

#

By at least the mid-1800s, I digress, usually in the phrase but I digress, was already well-established as a signpost in speech and writing as if to say: “I know I’ve strayed from my point but I’m returning to it now.”

#

Sorry man

#

Wish it was simple too

errant kettle
# neat bone By at least the mid-1800s, I digress, usually in the phrase but I digress, was a...

I think it is a matter of nuance but I also don’t thin what I said is that different from this definition. You are talking about two different things. There is the verb “to digress” and the phrase “I digress”. So “I digress” is the acknowledgment that you went in an entirely different direction in the conversation or line of reasoning. Stating “I digress” creates a break to then either return to the main point, or yes, potentially move on to something else.

#

Change the subject if you want to ask something different

boreal ingot
#

I would imagine an adult has already developed the immune system to handle the bacteria in the water and air.
'the' before 'water and air' or no?

cloud badge
cloud badge
#

Let's say we're talking about the flavor of oranges, and then someone says the pith doesn't taste good, if someone were to then say, 'yeah i don't like the pith because it gets in my teeth' that is digressing. It's still about eating oranges, so not fully off topic, but you've moved away from talking about the flavor, you've gone off on a tangent that does not progress, but digress, the conversion. And saying i digress would prompt people to get back to the topic of flavor or end the conversation if they realize they have no more relevant points about it.

acoustic geyser
#

Hello

#

When I was watching YouTube reel, I saw a grammar that I didn't know it was correct or not

#

he is a coming

#

Did they say it intentionally?

cloud badge
# acoustic geyser Did they say it intentionally?

Probably, that is a trend of southen speech, its not grammatical but people do that to be playful. You can add a before almost any verb, its for emphasis and i think they just like the way it sounds.

acoustic geyser
cloud badge
boreal ingot
cloud badge