Hi Jorn, I've already mentioned it in the mail. I've just put three lines to train the model. I gave the similar input sentences to detect the entities.
two questions i want to quote here: 1. Though i'm passing similar or almost same sentence pattern as input(please compare training data and input sentences), why entities were not recognized.? 2. what kind of sentences i should pass to detect these entities for mentioned sentences? Thanks, Vivek On Tue, Jul 1, 2014 at 6:54 PM, Jörn Kottmann <[email protected]> wrote: > On 07/01/2014 02:04 PM, Vivekanand Ittigi wrote: > >> And these are the inputs i'm giving: >> static String sentence = "phone is a product in our system"; >> static String sentence = "what is the risk on phone"; >> static String sentence = "who is working on switch today"; >> >> I should get these entities from respective lines "phone" "phone" and >> "switch". >> >> But i got nothing.? I know i'm doing something wrong in training data. I'm >> new to this field. can you please guide me what can i put in training data >> to process all these sentences. >> > > You need much more content to train a useful model. I don't know your data > and how much > you use, but if you just have a few ten sentences it will not work. > > On how many sentences do you train? > > Jörn >
