I want to run a grammar check on my text and hence need to do away with the parenthetical references. Is there a way in latex wherein we dont export the citations?
Example:
Computer Science and Artificial Intelligence (AI) has penetrated into many do-mains besides Information technology. AI is now beyond a tooling role and isinfact applied for autonomous operations in domains like Banking- where it is used to determine creditworthiness [1], Medicine - in diagnostics [2], Construction - for Township and building planning [4] ..
Becomes:
Computer Science and Artificial Intelligence (AI) has penetrated into many domains besides Information technology. AI is now beyond a tooling role and is in fact applied for autonomous operations in domains like Banking- where it is used to determine credit worthiness, Medicine - in diagnostics, Construction - for Township and building planning,
\renewcommand*{\cite}[2][]{}might be a good first step to remove citations. – moewe Jul 13 '18 at 11:10