SolrTextTagger icon indicating copy to clipboard operation
SolrTextTagger copied to clipboard

tagging within html attributes

Open jigarparekh80 opened this issue 7 years ago • 1 comments
trafficstars

If i send below text to solrTextTagger, it also annotated attribute of object tag

<html>
<head>
</head>
<body>
<object title="term1">term2</object>
</body>
</html>

is there any way i can skip attributes of html/xml

jigarparekh80 avatar Mar 21 '18 10:03 jigarparekh80

Pull requests welcome :-)

dsmiley avatar Mar 21 '18 14:03 dsmiley