scify / JedAIToolkit

An open source, high scalability toolkit in Java for Entity Resolution.
http://jedai.scify.org
Apache License 2.0
212 stars 47 forks source link

Apply JedAI blocking programmatically - missing documentation #62

Closed NguyenQS closed 2 years ago

NguyenQS commented 2 years ago

Hi!

I have successfully made the Web application work and I also made my first successful steps by using JedAI with Python.

But now I want to do it programatically with Python and without the Web application, so I want to apply the full workflow but only with the terminal and the VS Code.

But I couldn't find any detailed documentation how I can do blocking, cleaning ... programatically.

Nikoletos-K commented 2 years ago

Hello!

If I understand correctly, you need pyJedAI instead. pyJedAI is JedAI in python ecosystem. There you can create workflows using native python. Also, we suggest you to visit our tutorials and figure out which is the one that fits your task, as documentation is still under development.

NguyenQS commented 2 years ago

Hello!

It helps. Thanks you very much.