Options

IE-extension (preprocessing operators)

EquinoxPTEquinoxPT Member Posts: 1 Contributor I
edited November 2018 in Help
Hello!

I've been trying to use the IE-extension in order to build my own entity "extractor" but this extension and its support are really, really poor.

To do some kind of POS-tagging, the only option I can see is the "TagListPreprocessing" operator. It receives a list of words as input (e.g. pronouns), defines a new attribute (e.g., isPronoun) and checks if each word of your data set matches any word contained in that list, assigning a 1 to the isPronoun attribute.

My question is: what kind of file extension needs that list?! I've tried with ".txt", no extension whatsoever, etc.and it does not work.

Anyway, is there any other alternative to perform POS-tagging?

Thanks in advance!
Tagged:
Sign In or Register to comment.