Supervised Text Classification in Python using NLTK

Author: Muhammad Awais   Email ID: m.awais.qureshi27@gmail.com   Affiliation: P.hD. Student, COMSATS University Islamabad, Lahore Campus, Pakistan     Supervised Text Classification in Python using NLTK   Aim The main aim of this blog is to provide detailed commands/instructions/guidelines to classify the textual data using NLTK.   What Will You Need Before following this blog […]

Part 5 How to Write Structured Program in Python for Natural Language Processing

Author: Muhammad Awais   Email ID: m.awais.qureshi27@gmail.com   Affiliation: P.hD. Student, COMSATS University Islamabad, Lahore Campus, Pakistan     Part 5: How to Write Structured Program in Python for Natural Language Processing   Aim The main aim of this blog is to provide detailed commands/instructions/guidelines to use basic commands of python to write structured program […]

Part 4 How to Write Structured Program in Python for Natural Language Processing

Author: Muhammad Awais Email ID: m.awais.qureshi27@gmail.com Affiliation: P.hD. Student, COMSATS University Islamabad, Lahore Campus, Pakistan     Part 4: How to Write Structured Program in Python for Natural Language Processing Aim The main aim of this blog is to provide detailed commands/instructions/guidelines to use basic commands of python to write structured program in Python for […]

Part 3 How to Write Structured Program in Python for Natural Language Processing

Author: Muhammad Awais   Email ID: m.awais.qureshi27@gmail.com   Affiliation: P.hD. Student, COMSATS University Islamabad, Lahore Campus, Pakistan     Part 3: How to Write Structured Program in Python for Natural Language Processing   Aim The main aim of this blog is to provide detailed commands/instructions/guidelines to use basic commands of python to write structured program […]

Part 2 How to Write Structured Program in Python for Natural Language Processing

Author: Muhammad Awais   Email ID: m.awais.qureshi27@gmail.com   Affiliation: P.hD. Student, COMSATS University Islamabad, Lahore Campus, Pakistan     Part 2: How to Write Structured Program in Python for Natural Language Processing   Aim The main aim of this blog is to provide detailed commands/instructions/guidelines to use basic commands of python to write structured program […]

Part 1 How to Write Structured Program in Python for Natural Language Processing

Author: Muhammad Awais   Email ID: m.awais.qureshi27@gmail.com   Affiliation: P.hD. Student, COMSATS University Islamabad, Lahore Campus, Pakistan     Part 1: How to Write Structured Program in Python for Natural Language Processing   Aim The main aim of this blog is to provide detailed commands/instructions/guidelines to use basic commands of python to write structured program […]

Collocation in Python using NLTK Module

Author: Muhammad Awais   Email ID: m.awais.qureshi27@gmail.com   Affiliation: P.hD. Student, COMSATS University Islamabad, Lahore Campus, Pakistan     Collocation in Python using NLTK Module   Aim   The main aim of this blog is to provide detailed commands/instructions/guidelines find out the collocation (frequency of the pair of words occur many time in the corpus) […]

Multi-Lingual Support in NLTK for POS Tagging

Author: Muhammad Awais   Email ID: m.awais.qureshi27@gmail.com   Affiliation: P.hD. Student, COMSATS University Islamabad, Lahore Campus, Pakistan     Multi-lingual Support in NLTK for Part-of-Speech (POS) Tagging   Aim The main aim of this blog is to provide detailed commands/instructions/guidelines to separate words on the basis of lexical knowledge in NLTK for multiple languages.   […]

Multi-Lingual Support in NLTK for Sentence tokenization

Author: Muhammad Awais   Email ID: m.awais.qureshi27@gmail.com   Affiliation: P.hD. Student, COMSATS University Islamabad, Lahore Campus, Pakistan     Multi-lingual Support in NLTK for Sentence Tokenization   Aim The main aim of this blog is to provide detailed commands/instructions/guidelines to use sentence tokenize module of NLTK for multiple languages.   What Will You Need Before […]