Difference between revisions of "DSL generator"
Jump to navigation
Jump to search
(Created page with "{{Project |Has title=DSL Geneator |Has owner=Hiep Nguyen |Has start date=2019/05/16 |Has project status=Active }} ==Approach== The most important data want to capture is the...") |
|||
Line 11: | Line 11: | ||
We want to capture the tag that is associated with the companies' logos, the names of companies, the short descriptions of companies, and companies websites. The goal is to compress all of those into one DSL so that our [model http://www.edegan.com/wiki/DSL_Encoding] could learn the structure that we want. | We want to capture the tag that is associated with the companies' logos, the names of companies, the short descriptions of companies, and companies websites. The goal is to compress all of those into one DSL so that our [model http://www.edegan.com/wiki/DSL_Encoding] could learn the structure that we want. | ||
+ | |||
+ | This [https://metacpan.org/pod/DSL::HTML::Compiler article] can be a good start to look at |
Revision as of 16:08, 19 May 2019
DSL generator | |
---|---|
Project Information | |
Has title | DSL Geneator |
Has owner | Hiep Nguyen |
Has start date | 2019/05/16 |
Has deadline date | |
Has project status | Active |
Copyright © 2019 edegan.com. All Rights Reserved. |
Approach
The most important data want to capture is the companies' tags, the images' tag, companies' short description, and companies' long description. For example, if we look at
view-source:https://www.boost.vc/companies/
We want to capture the tag that is associated with the companies' logos, the names of companies, the short descriptions of companies, and companies websites. The goal is to compress all of those into one DSL so that our [model http://www.edegan.com/wiki/DSL_Encoding] could learn the structure that we want.
This article can be a good start to look at