Hi,

 

I'm using DBPedia spotlight to extract named entities. This is part of code
(configuration)

 

builder.setScheme("http").setHost("spotlight.dbpedia.org/rest").setPath("/an
notate")

              .setParameter("text", text)

              .setParameter("confidence", conf)

              .setParameter("support", support)

              .setParameter("types", type);

              URI uri = builder.build();

 

Here I've selected text, confidence, support, types as parameters which
should be included in the output. What are other possibilities?

 

Thanks,
Srecko

 

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Dbp-spotlight-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dbp-spotlight-users

Reply via email to