I am looking for entity recognition and disambiguation API or library. I found JIGSAW algorithm which does WSD but at individual word level, so it can not recognize "financial institution" or "interest rate" as one unit, even that these units can be found in wordnet and have synsets (ex. see "financial institution in wordnet).
However, I found BabelNet, which has a graphical web interface which does exactly that. However, it does not provide that functionality in its current API v.3
Are you aware of an API or library that provides such functionality? I mean to recognize "financial institution" or "interest rate" as one unit, and to do sense disambiguation on that basis!?
Thanks in advance.