This sub-textual structure is designed to represent company names. As well as the original company name, a cleaned version is included, removing organization endings (e.g., Inc., Corp, etc.) to facilitate connections between slight permutations in the way organizational names are written. As illustrated below, if the focal company is referred to, then the cleaned version will be "FOCAL_COMPANY".
Specification
Property | Type | Comments |
---|---|---|
ORIGINAL | String | Original text |
CLEANED | Standardized String | Company name with endings such as Inc., and Corp., removed |
Examples
{
"ORIGINAL":"Gorilla Software Inc.",
"CLEANED":"GORILLA SOFTWARE",
}
{
"ORIGINAL":"Oculi Machined Parts Corp",
"CLEANED":"OCULI MACHINED PARTS",
}
{
"ORIGINAL":"our company",
"CLEANED":"FOCAL_COMPANY",
}