martysteer / text2onto

Automatically exported from code.google.com/p/text2onto
1 stars 0 forks source link

POM containing concepts that are not in the corpus. #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open text2onto and add a corpus.
2. Select by concept an Algorithm, no matter which one.
3. Click the run button

What is the expected output? What do you see instead?

The output should be the POM and that what I got, but there exist a concept 
within the POM named "datum" that shouldn't be there. I saw that because my 
corpus is in english language and the word "datum" belongs to the german 
language. Then I search into the corpus an this word wasn't there.

POM:
{class org.ontoware.text2onto.pom.POMConcept=[information, component, 
identification, maintenance, commitment, attribute, quality assurance, 
estimate, planning parameter, set, project task, work package, development, 
waterfall, model, configuration management, product component, detail, term, 
complexity, management, size, project, support plan, level, product 
requirement, project work effort, work breakdown structure, estimating, 
deliverable, plan, risk, portion, work product, item, staffing, effort, work 
package description, description, work, customer, skill, amount, integration, 
management reserve, areference, mitigation task, knowledge acquisition, impact, 
project objective, verification plan, framework, spiral, project lifecycle 
model, schedule, structure, need, contract, contractwb, task, confidence, 
parameter, mechanism, project planning parameter, evolve, approach, material, 
nondevelopmental item, stakeholder, product, labor hour, activity, 
organization, rationale, product architecture, requirement, scope, sound basis, 
work support, role, unit, planning, scheme, algorithm, datum, cost, budgeting, 
responsibility]}

What version of the product are you using? On what operating system?

text2onto-070917

Please provide any additional information below.

It happens just the first time I click on the play button but if i click again 
the word "datum" won't be showed anymore. 

I just wanna to report this in case that you have never seen that before, but 
it might be a well know bug.

Original issue reported on code.google.com by manota...@gmail.com on 25 Jul 2010 at 10:28

GoogleCodeExporter commented 8 years ago
Text2Onto probably suggests "datum" as a concept name, because GATE's stemmer 
considers it the singular of "data".

Original comment by johanna.voelker@gmail.com on 26 Oct 2010 at 7:51