Johannes Weytjens

Results 53 comments of Johannes Weytjens

You can easily visualize (small) graphs with the following code ``` def draw_weighted_bipartite_graph(graph): """Draw a weighted bipartite graph. No garantuees are made about the order of the nodes.""" labels =...

If I find the time, I'm interesting in adding the symmetric best matching and stable matching methods from [Franke et. al](https://dbs.uni-leipzig.de/file/main.pdf) as well. These methods seem to produce comparable results,...

I've added a new commit that should address all the requested changes. - A new function `add_weights` is introduced to add weights to candidate matches with 3 different methods. This...

Has any progress been made on the Fuse class? If not, I would like to help where possible to add this functionality.

I'm curious to what extent the `NetworkX` package can be used to implement some of the linking strategies? For example, if one wants to link two databases in a one-to-one...

Has any progress been made on this issue?

> > > Not as far as I known. Would you like to work on it? I don't have much spare time, by considering nobody else has replied, I'll take...

I've come across this issue as well. As a temporary workaround I've downloaded the latest ESR version of Firefox, being 52.6.0. Vimperator 3.16.0 works flawlessly with this version. Sadly, I...

I think this is the case because the code uses the `-n` flag in the if statements, which checks if the length of the string is non zero. This is...

Can you provide more information such as your python version, textract version, the complete error message and a test `doc` file?