Python and .NET integration

前端 未结 3 2110
無奈伤痛
無奈伤痛 2021-02-15 18:23

I\'m currently looking at python because I really like the text parsing capabilities and the nltk library, but traditionally I am a .Net/C# programmer. I don\'t think IronPytho

3条回答
  •  梦毁少年i
    2021-02-15 19:01

    Just an Idea

    How about running Python behind as a server, and connect it from .NET with socket?

    Since NLTK loading take time and better load it in advance anyway.

提交回复
热议问题