Erle Holgersen

Results 6 issues of Erle Holgersen

Not sure if this is the ideal implementation, but I've been using this workaround to allow for custom x-axis and y-axis ticks. ``` x

Our location coder returns Montreal, Wisconsin (population 807 at 2010 census) when given texts about Montreal. Even adding Quebec as context doesn't help, as the coder then returns Montreal, Wisconsin...

We currently get the name of the country a city or state is in by parsing through the _countries_ entry of the CLIFF _focus_ results, matching on the field countryGeoNameId....

Our location tagger currently returns the "most specific" tags from the CLIFF results. For example, if the CLIFF results include data on cities, it will return all cities. If there...

The Stanford NER tagger tags individual words as SMO or not. For example, Occupy Wall Street is returned as `[('Occupy', 'ORGANIZATION'), ('Wall', 'ORGANIZATION'), ('Street', 'ORGANIZATION')]`. To parse this into a...

Blank strings/ strings that contain none of the feature words are currently handled differently by the three closed-ended classifiers. For form and target, such strings are predicted to belong to...