Skip to content Skip to sidebar Skip to footer
Showing posts with the label Nltk

Treebank-style Tree Parser Python

Recently i have been trying to parse syntactic trees returned by the stanford parser in python. I h… Read more Treebank-style Tree Parser Python

How To Restore Punctuation Using Python?

I would like to restore commas and full stops in text without punctuation. For example, let's t… Read more How To Restore Punctuation Using Python?

Is There A Way To Reverse Stem In Python Nltk?

I have a list of stems in NLTK/python and want to get the possible words that create that stem. Is … Read more Is There A Way To Reverse Stem In Python Nltk?

How To Get Similar Words Related To One Word?

I am trying to solve a nlp problem where i have a dict of words like : list_1={'phone':'… Read more How To Get Similar Words Related To One Word?

Python Nltk Pos_tag Throws Urlerror

I was trying to use the pos_tag function in NLTK 3 (on Windows), but this error popped up: >>… Read more Python Nltk Pos_tag Throws Urlerror

Python (nltk) - Unicodedecodeerror: 'ascii' Codec Can't Decode Byte

I'm new to NLTK. I'm getting this error and I've searched around for encoding/decoding … Read more Python (nltk) - Unicodedecodeerror: 'ascii' Codec Can't Decode Byte