BBN-E / Adept

Adept framework for information extraction (IE), natural language processing (NLP) and human language technology (HLT). For more information, see http://www.darpa.mil/opencatalog/DEFT.html.
Apache License 2.0
10 stars 3 forks source link

Missing KBEntityMentionProvenance #1

Open Butterfly0038 opened 6 years ago

Butterfly0038 commented 6 years ago

I've downloaded Adept and successfully compiled adept and adept-api. However, when I got to adept-kb, the build failed to find KBEntityMentionProvenance.

Could you please add the KBEntityMentionProvenance class to the repository.

Thanks, -Jimmy Okolica

rogerbock commented 6 years ago

I'm not sure why this class would be missing, but we are preparing an updated release anyway. If you are able to wait a week or two, this should be fixed in the updated release.

Butterfly0038 commented 6 years ago

Any update on when the planned release will be?

rogerbock commented 6 years ago

@Butterfly0038, we are still working on the release, but it got out-prioritized by some other tasks. Our goal is to have it available by the end of the month.

shellshock1911 commented 6 years ago

I'm seeing this issue several months later now, but still running into the same compile issue with the missing KBEntityMentionProvenance class. Any updates?

shellshock1911 commented 6 years ago

For what it's worth, the source code for the missing class can be found here. I just made a file named KBEntityMentionProvenance.java in adept-kb/src/main/java/adept/kbapi, copied the code into it, and issued the Maven install command. The build was successful, but the unit tests didn't pass, which is what I'm looking into more now.

msrivast-bbn commented 6 years ago

Hi @shellshock1911 , we are looking into this issue, and it's expected to be fixed in the next release, which we are planning for 3rd week of August.