Jeff Zemerick

Results 76 issues of Jeff Zemerick

The goal is to reduce zip code false positives by including a look up when text matches a potential zip code. Because zip codes change, the lookup should not be...

enhancement

Support non-USD currencies. Need to add options to the filter strategy to designate the type of currency (or none for all types).

enhancement

Condition should be a list of strings instead of just a string. As written now, there is a one-to-one between condition and filter strategy. This allows for multiple conditions for...

enhancement

Add text preprocessing options for NER filter. The options should go in Philter's configuration file since they apply to the model and not to a filter profile.

enhancement

Given the input: "George Washington was president and his ssn was 123-45-6789 and he lived at 90210." The POS filter fails because the tokens are "George" and "Washington" individually and...

bug

In `PhileasFilterServiceTest.endToEnd15()`, the name “David O’Brien” is not being identified. “David O '“ is being found but the space between the O and the apostrophe is causing the `findByRegex` to...

bug

Revisit intelligent NER filtering based on confidence values.

enhancement

Add Phileas ONNX documentation.

documentation

CityFilterTest test cases are using sensitivity level that does not match the function name.

bug

Due to ONNX Runtime on M2. ``` [ERROR] Errors: [ERROR] PersonsV2FilterTest.filter1:64 » UnsatisfiedLink no onnxruntime in java.librar... [ERROR] PersonsV2FilterTest.filter2:96 » NoClassDefFound Could not initialize class ai... [ERROR] PersonsV2FilterTest.filter3:135 » NoClassDefFound...

bug