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
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
Post a Comment