Gate Named Entity with ANNIE using IKVM in .net

I am looking for some guidance on using Gate and ANNIE in a .net environment. Has anyone converted GATE to a .NET DLL using IKVMC and had great success when running name recognition in .NET / C # using a converted DLL?

Thanks in advance.

+3
source share
1 answer

I just did what you suggested. I built GATE with IKVM and it works great. I tested it with GATE 7.0 and IKVM 7.2.4630.5.

, GATE . , IKVM JIT ( ). GATE , DLL .

0

Source: https://habr.com/ru/post/1753181/


All Articles