Skip to content

injektoxa/nTextNetwork

 
 

Repository files navigation

nTextNetwork

The aim of this project is to provide an open source text analysis library for .NET platform.

The main interface to use is ITextStatistic.

Sample code:

using(Stream stream = File.OpenRead("C:\somefile.txt"))
{
    ITextStatisticBuilder builder = new TextStatisticsBuilder();
    ITextStatistic stats = builder.Build(stream);
}

See it working

Application is deployed to nTextNetwork.

Developer corner

About

Text network analysis and statistics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.4%
  • C# 17.0%
  • Visual Basic .NET 6.7%
  • C++ 3.9%