function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Felix Jong Seok ChaeFelix Jong Seok Chae 

Does SF have an API similar to RAKE algorithm that extracts keywords from texts?

I wonder if there is an API in Salesforce Apex that can extract keywords from texts.
If not, does Apex allow a programmer to import any library like Java does? 
Raj VakatiRaj Vakati
Hi Felix, 
Out of the box, I don't think so. Salesforce won't allow you to import Java libraries directly.  

But still, you can try . Follow this steps 
  • Use Heroku connect ( So you can load your data out from Salesforce to Postgres database )
  • Use any external ( Like Java API ) to update the data into Heroku Connect 
  • Heroku Connect is having capability to sync data back to Salesforce 

Thanks ,
Raj