Altair RISE
A program to recognize and reward our most engaged community members
Nominate Yourself Now!
Home
Discussions
Community Q&A
"Traversing an XML DOM object (Using process documents?)"
rakirk
Hello,
My goal is to traverse an XML document that has various attributes associated with features. Here is an example:
<attribute1 type="typeGoesHere">no consensus has yet emerged on the question of whether a dividend tax
penalty is capitalized into the return on a firm's common stock.</attribute1> <attribute3 type="typeGoesHere">The purpose of
this paper is to provide additional evidence on this question.</attribute3>
The tags follow this format. I have several hundred of these files and my goal is to traverse these files and assemble a 'bag of words' associated with each attribute and, if possible, each type as well.
I have, so far, tried:
'process documents from files'
> Extract content (WebMining/HTMLprocessing/)
> Tokenize
> Stemmer (snowball)
store example set
store word list
Any advice would be helpful. Thank you.
Find more posts tagged with
AI Studio
XML
Text Mining + NLP
Accepted answers
All comments
land
Hi,
I would use the following approach: In the first time you should only extract the content and not generate a bag of word (switch vector creation of). Then you have an example set with one attribute for each attribute in your xml. Then you could process them separately using another process documents operator per attribute. of Course you can even loop over all attributes using the Loop Attributes operator.
Greetings,
Sebastian
Quick Links
All Categories
Recent Discussions
Activity
Unanswered
日本語 (Japanese)
한국어(Korean)
Groups