learned-string-alignments icon indicating copy to clipboard operation
learned-string-alignments copied to clipboard

Learning String Alignments for Entity Aliases

Results 3 learned-string-alignments issues
Sort by recently updated
recently updated
newest added

Hi Is there any analysis on how this model performs on non-Latin langauges such as Chinese. Japanese, Korean etc?

I changed the AlignCNN class to use CUDA only if the `CUDA_VISIBLE_DEVICES` environment variable is defined, so otherwise it can run on CPU. Most of the changes are from the...

Wonderful work! I've been very curious to see a neural network approach to this problem. You mention the CRF work by McCallum. How does your method compare to that, which...