git-rbanerjee / relationship-extraction-framework

Automatically exported from code.google.com/p/relationship-extraction-framework
0 stars 0 forks source link

Candidate Generation is Broken! #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Have overlapped entities. The first entity is bigger than the second one.
2. The sentence splitter divides the entity in two sentences ([...Michael J].[ 
Boskin...])
3. When the CandidateSentence Generator combines the sentences, the second one 
is going to break. (it tries to combine)

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

Once combined, the sentences should start over.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by PJBar...@gmail.com on 4 May 2012 at 11:23

GoogleCodeExporter commented 8 years ago

Original comment by PJBar...@gmail.com on 4 May 2012 at 11:24

GoogleCodeExporter commented 8 years ago
Just need to modify the variable SentenceSpan to adapt to the new changes. this 
way, we don't keep extending sentences that should not be extended.

Original comment by PJBar...@gmail.com on 5 May 2012 at 3:51