AI Zone Admin Forum Add your forum

NEWS: Chatbots.org survey on 3000 US and UK consumers shows it is time for chatbot integration in customer service!read more..

treetagger library source code is not found
 
 

I have downloaded the chatscript source code from the bellow link:

https://sourceforge.net/projects/chatscript/files/ChatScript-7.111.zip/download

when I was trying to build “chatscript” solution file found inside “VS2010” folder using Visual Studio 2010. Treetagger project source code is not found.

Any hint where will I get the source code of the project. This is stoppping me to compile the code.

Kindly help me.

Image Attachments
2.PNG
 

 
  [ # 1 ]

Yes, my error because I never see this problem. Next release will have 2 configurations where default one does not reference tree tagger. 

for now,

1. REMOVE the treetagger compile project from your solution
2. REMOVE from the list of library paths of supplemental data, the reference to treetagger

 

 
  [ # 2 ]

Thanks a lot. It fixed my problem.

I am seeing lot of lib dlls in the BINARIES folder. Is Chatscript.exe using that ? what is the use of those DLLs ?

 

 
  [ # 3 ]

For windows they are used by various subsystems (Curl for ^jsonopen), postgres db, mongo db, eventually mysql.

 

 
  login or register to react