Skip to content

Commit

Permalink
add recompute with tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad88me committed Mar 23, 2020
1 parent 37f6409 commit 6c90285
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# These are used for the library
VERSION = 1.1
VERSION = 1.2
LIBNAME = libtadahdtentity.so.$(VERSION)
LIBALIAS = libtadahdtentity.so
HDIR = /usr/local/include/tada_hdt_entity
Expand Down
1 change: 1 addition & 0 deletions src/entity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ std::list<string>* EntityAnn::annotate_semi_scored_column(unsigned long m, doubl

std::list<string>* EntityAnn::recompute_f(double alpha) {
m_alpha = alpha;
m_logger->log("recompute_f> with alpha: "+to_string(alpha));
this->compute_f();
return this->get_candidates();
}
Expand Down

0 comments on commit 6c90285

Please sign in to comment.