Altair RISE
A program to recognize and reward our most engaged community members
Nominate Yourself Now!
Home
Discussions
Community Q&A
Hi everybody. How can I use stopword with 2 words per line in stopword dictionary filter
Phanchinhnd
Hi everybody. How can I use stopword with 2 words per line in stopword dictionary filter
Find more posts tagged with
AI Studio
SVMs
Text Mining + NLP
Accepted answers
kayman
Not very straightforward to do, but here's an option :
You could try a plain find and replace logic where your stopword list acts as a dictionary. You would have to convert your text field (doc) to data to do so, but you can revert back to doc afterwards so it's not that much of a burden.
Keep in mind however that the find and replace is sensitive to order, so if you have this now :
biết
biết bao
biết bao nhiêu
you will have to order it as
biết bao nhiêu
biết bao
biết
To catch them all as otherwise all biết will be replaced and you keep stuck with bao and bao nhiêu and there will be no match.
All comments
kayman
Not very straightforward to do, but here's an option :
You could try a plain find and replace logic where your stopword list acts as a dictionary. You would have to convert your text field (doc) to data to do so, but you can revert back to doc afterwards so it's not that much of a burden.
Keep in mind however that the find and replace is sensitive to order, so if you have this now :
biết
biết bao
biết bao nhiêu
you will have to order it as
biết bao nhiêu
biết bao
biết
To catch them all as otherwise all biết will be replaced and you keep stuck with bao and bao nhiêu and there will be no match.
Quick Links
All Categories
Recent Discussions
Activity
Unanswered
日本語 (Japanese)
한국어(Korean)
Groups