SocialTag: constrict analytics of text

Hello, I'm testing text POSTs to https://api.thomsonreuters.com/permid/calais. The text I send contains some html tags and plenty of punctuation marks. I understand I could write some regex to pull out the tags and punctuation before POST, but I was asked to see if there is a way to pass in some switches to disregard html and punctuation in text analytics. If there are other possibilities, I'd love to hear about it. Thank you for your time!

Best Answer

  • Eran S.
    Eran S. LSEG
    Answer ✓

    Hello,

    You may try to use the header content-type=text/html and check the results.

    Regards.

Answers