BotSharp/BotSharp.NLP/Featuring/IFeatureExtractor.cs

11 lines
159 B
C#
Raw Normal View History

2018-09-13 04:33:34 +00:00
using System;
using System.Collections.Generic;
using System.Text;
namespace BotSharp.NLP.Featuring
{
public interface IFeatureExtractor
{
}
}