git-rbanerjee / relationship-extraction-framework

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

Tagger returning null #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use an Entity Tagger that tags A,B,C types
2. Use only A,B in text
3. When tagger tags C, it will return null

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

Null elements should not be added.

Please use labels and text to provide additional information.

in Tagger.public void enrich(Document d)

Ask for (if!=null) before updating.

Original issue reported on code.google.com by PJBar...@gmail.com on 30 Apr 2012 at 3:11