Hi,
I'm using LMF implement a semantic search for course data. I encounter a problem with Apache Stanbol DBPediaEnhancer enhancer when I want to enhance this text: "This course concentrates on aspects of Java that best demonstrate object-oriented principles and good practice, you’ll gain a solid basis for further study of the Java language and object-oriented software development."
DBPediaEnhancer identifies Java as an island not a programming language. However, according to the Stanbol demo at dev.iks-project.eu:8081/enhancer/chain, it can identified Java as a programming language correctly.
Then, I tried to fix this problem by installing the DBpedia disambiguation-mlt engine via Felix Web console. However, this didn't work since it required the DisambiguatorEngine (but LMF only provides EntityhubLinkingEngine) and when I want to install/update package in the Bundle tab of Felix, it requires authentication. I tried with the default account admin/pass123 but it didn't work.
So, my questions are
- How to make DBpediaEnhancer identifie Java as a programming language in the above text ?
- How to install DisambiguatorEngine ?
- And what is the username/password for Felix Web console ?
Final words, I would like to thank the LMF developers. In my opinion, LMF is extremely helpful.
Thang