c# - How to use ATK namespaces -


i'm new in programming world , need use microsoft arabic toolkit service (atks) namespace , inner namespaces such parser , postagger. microsoft atks namespace found here

https://atks.microsoft.com/

i have api still doesn't work? know how that? please me

using system; 

using system.collections.generic;

using system.linq;

using system.text;

using atk.parser;

namespace atk

{

     class program

     {

          static void main(string[] args)

     {

                    string appid = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx";

                  

.... }}}

the parser couldn't called , can't use method contains..


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -