diff --git a/README.md b/README.md index 740652a..a5aa048 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # ENTYFI: Entity Typing in Fictional Texts Cuong Xuan Chu, Simon Razniewski, Gerhard Weikum. (WSDM 2020) + Project website: https://www.mpi-inf.mpg.de/yago-naga/entyfi # Dependencies @@ -44,8 +45,9 @@ To run typing, you need to set some paths in several files: - Build: ./build.sh - Run typing: ./run.sh heap-size typing.ENTYFI input-file output-file For example: ./run.sh 10G typing.ENTYFI input-file output-file + Other parameters like topK reference universes or topK types returned by ILP can be defined in class typing/ENTYFI.java # Notes -- For mention detection, to improve efficiency, we use technique from the paper: https://arxiv.org/abs/1603.01360 +- For mention detection, to improve efficiency, we use the technique from the paper: https://arxiv.org/abs/1603.01360