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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -