20 Questions 11 Answers 0 Followers
Questions related from Mussa Omer
I am trying to use JWNL. I am getting an error in line 4 which says "int cannot be dereferenced". Below is the code: 1 try{2 JWNL.initialize(new...">
22 October 2015 6,483 4 View
I want to do a very simple job: given a string containing pronouns, I want to resolve them. For example, I want to turn the sentence "Mary has a little lamb. She is cute." into "Mary has a little...
05 May 2015 2,194 5 View
There are many tools are used to find out the Name Entity Tagger such as Stanford CoreNLP. What is the most common Name Entity Tagger with a lower error rate for English British language?
27 April 2015 6,242 4 View
I would like a code to run Stanford Named Entity Recognizer (NER). Suppose that I have text and I would like the Stanford NER to recognize the entities which are mentioned in the text.
30 January 2015 3,230 3 View
What is the most popular database model to be used in business? I would be grateful if I could have an evidences for the answer.
28 January 2015 4,917 13 View
Microsoft access is a software example for relational databases. I need more examples for relational databases. I need also some more examples for Object oriented databases and XML databases.
22 January 2015 611 5 View
And how do you convert a map from a relational database to an object oriented database?
21 January 2015 9,841 6 View
What are Semantics of Business Vocabulary and Business Rules (SBVR) Models and what are Information System Models? Does UML Business model or Information System model.
19 January 2015 8,353 8 View
I would like to know which is the best Natural Language Software to recognize the part of speech with small parentage of errors. I have used Stanford CoreNLP but It some time came out with errors.
25 November 2014 5,052 12 View
I need to extract all words after the following pattern "/[Ee]ach/ ([tag:NN]|[tag:NNS]) /has|have/ /\\w|[ ]|[,]/" until the end of the sentence but I am getting unexpected output: in the second...
22 July 2014 7,429 2 View
I am trying to use Stanford TokensRegex, however, I am getting an error in line number (11). It says that (). Please do your best to help me. Below is my code: 1 String file="A store has many...
01 July 2014 7,407 1 View
Any electronic resources include books, example, tutorial are appreciated.
27 June 2014 861 7 View
It will be appreciated if I could have examples with code, tutorial or any other useful resource.
27 June 2014 427 1 View
I am trying to use Stanford TokensRegex to design patterns. I am attempting to catch "A manager may manage at most 2 branches" where it has been mentioned once in the text, however I failed to get...
26 June 2014 6,927 0 View
I would like to extract attributes of a table which are mentioned in Plain text. What is a best approach to be followed : Is it supervised, semi-supervised or unsupervised ? I have some sample...
24 June 2014 6,793 4 View
I would like to know difference between supervised, semi-supervised and unsupervised learning in Natural Language processing, when each one could be used with examples. It would be appreciated if...
18 June 2014 9,587 2 View
If I have a sentence S="the quick fox jumps over the lazy dog" How could I get word ID and lemma for each token by using Stanford CoreNLP, for example: the, ID is 1, lemma is=the. quick, ID is 2...
02 June 2014 3,568 0 View
The large photo album has extra charges on delivery. The adjective large may indicate an attribute size of the photo. Red car The adjective red may indicate an attribute colour of the photo. How...
21 May 2014 8,276 7 View
I am doing a project related to Natural Language Processing. I am using Stanford CoreNLP v 3.3.1 to analyse text. I would like to know how could I extract adjectives from a sentence by using...
21 May 2014 6,766 2 View
I am doing research on extracting tables' name and attributes from requirement specification text. This work needs two types of skills (programming language and expert person in English language)....
12 April 2014 6,199 3 View