using System; using System.Collections.Generic; using System.Text; using Tensorflow; namespace TensorFlowNET.Examples { /// /// https://github.com/guillaumegenthial/tf_ner /// public class NamedEntityRecognition : Python, IExample { public void Run() { throw new NotImplementedException(); } } }