Verwendung von NLTK in C # über IronPython

9

Ich verwende Visual Studio 2010. Ich habe ein IronPython-Konsolenprojekt und ein C # -Konsolenprojekt. Dieses IronPython-Skript funktioniert einwandfrei, wenn ich es selbst ausführe:

%Vor%

Hier ist das C # -Konsolenprogramm, das nicht funktioniert:

%Vor%

Ich bekomme ein ImportException: No module named nltk . Was vermisse ich?

    
Matthew Groves 16.09.2011, 15:29
quelle

2 Antworten

3

klingt so, als ob Sie sys.path aktualisieren müssen, um dorthin zu zeigen, wo auch immer NLTK lebt.

Sieh dir das an: Importieren eines externen Moduls in IronPython

    
Oren Mazor 16.09.2011 15:59
quelle
0

Tolle Neuigkeiten, Visual Studio 2017 ist eingebettet in Anacondas Python-Distribution, die NTLK und andere Machine-Learning-Pakete enthält.

    
reti 13.10.2017 22:12
quelle

Tags und Links