Hi, I have couple questions pertaining to stanbol NER.
Thanks in advance, Rajan *1. Same As:* How can I configure "Same As" within the stanbol framework? For ex. JP Morgan Chase is same as J.P. Morgan *2. Entity Recognition:* Suppose that, entity person has four properties. a. Name b. Title c. Address d. Company When NER performs, it only brings one with the match. Suppose, I want to retrieve all properties associated with entity to enhancer's front-end or Graph (without additional second query) - is it possible? *3. Entity co-mention:* >From the documentation, it's not crystal clear that how this engine works? Is it possible to provide a quick concrete example in couple lines? Does it require two entities live in same solr index or namespace? *4. Sentence Detection:* Is it possible to provide an example configuration or a pointer which describes key features? Also, within a sentence if there are two usage of same word say a. Same person detection 1. Mr. Smith - first sentence 2. Smith's - following sentence Is it possible to recognize that both sentences are from the same person using Stanbol? b. Sentence pattern detection based on language grammar Does it allow to detect sentences based on language grammar?