Options

POS Tagging computation time issue

ayaghciayaghci Member Posts: 5 Contributor II
edited November 2018 in Help
Hello,

I am using “process documents from files” operator with sub-process (tokenize – POS tagging). My goal is extracting adjectives and Nouns from the given text document. However, it takes one or two days to get the result. Is there any way to make the POS tagging operator faster? One or two days computation time is not so efficient.
Thank you for your help in advance

The process I am running as:
-Process documents from files
-Transform cases
-Tokenize
-Filter Tokens by POS Tags
I am wondering that wether or not anybody has similar problem and some solution
Sign In or Register to comment.