using System.Collections.Generic;
using Reddoor.Implement.Helper;
using Reddoor.Interface.Model;
public static void Main()
IEnumerable<Section> section = ProductNameAnalyzerService.Analysis(ProductName);
DictionaryService.AssignDictionaryTag(section);
var brandArr = section.AllBrandItems().Select(b => b.text);
var objArr = section.AllObjectItems().Select(o => o.text);