2023-07-19 15:32:36 +10:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
stringo = """
|
2023-07-19 22:43:11 +10:00
|
|
|
|
Rather than recapitulate Churchland’s premises and the objections
|
|
|
|
|
to them individually, I shall consider the EM hypothesis from four
|
|
|
|
|
different angles: (1) the nature of Churchland’s neurocomputational
|
|
|
|
|
alternative to FP; (2) the charge that EM is self-refuting; (3) the
|
|
|
|
|
latent tension between Churchland’s allegiance to scientific realism
|
|
|
|
|
and his irrealism about the folk-psychological account of representa-
|
|
|
|
|
tion; (4) the accusation that EM, and reductionist science more
|
|
|
|
|
generally, is incapable of acknowledging the reality of phenomenal
|
|
|
|
|
consciousness.
|
2023-07-19 15:32:36 +10:00
|
|
|
|
"""
|
|
|
|
|
|
|
|
|
|
print(
|
|
|
|
|
stringo.replace('\n', ' ')
|
|
|
|
|
)
|