Skip to content

Instantly share code, notes, and snippets.

View m2pathan's full-sized avatar

m2pathan m2pathan

  • Vizitech Solutions Pvt. Ltd.
  • Pune
View GitHub Profile
@m2pathan
m2pathan / Program.cs
Last active December 8, 2015 09:36 — forked from jacoyutorius/Program.cs
NMeCabで形態素解析してみよう
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using NMeCab;
namespace NMecabTest
{
class Program