All Downloads are FREE. Search and download functionalities are using the official Maven repository.

reference.plugins-extras.json Maven / Gradle / Ivy

Go to download

Analyze Text data to determine simple type and Semantic type information as well as other key metrics associated with a text stream.

The newest version!
	{
		"qualifier": "EDIFACT_CODE",
		"description": "EDIFACT Code",
		"pluginType": "list",
		"signature": "sjtUUmZYBlSL4dY3qNpbbVFLbCc=",
		"validLocales": [
			{ "localeTag":  "*", "headerRegExps": [ { "regExp": ".*(?i)(edifact|code).*", "confidence": 90 } ] }
		],
		"content": "/reference/edifact_code.csv",
		"contentType": "resource",
		"backout": "[\\p{IsAlphabetic}]+",
		"priority": 302
	},
	{
		"semanticType": "NAME.FULL",
		"description": "Full Name - unstructured",
		"pluginType": "java",
		"signature": "",
		"clazz": "com.cobber.fta.plugins.NameFull",
		"validLocales": [
			{ "localeTag": "en", "headerRegExps": [ { "regExp": ".*(?i)(name|nm).*", "confidence": 60 } ] }
		],
		"threshold": 90,
		"priority": 177
	},
	{
		"semanticType": "STATE_PROVINCE.DISTRICT_NAME_DE",
		"description": "German District Name",
		"pluginType": "list",
		"signature": "",
		"validLocales": [
			{
				"localeTag": "de-DE",
				"headerRegExps": [ { "regExp": ".*(?i)(bezirk).*", "confidence": 90 } ],
				"matchEntries": [ {
					"regExpReturned": "[ \\p{IsAlphabetic}]+"
				} ]
			}
		],
		"content": {
			"type": "resource",
			"reference": "/reference/de_districts_full.csv"
		},
		"documentation": [
			{ "source": "wikipedia", "reference": "https://en.wikipedia.org/wiki/List_of_districts_of_Germany" }
		],
		"backout": "[ \\p{IsAlphabetic}]+",
		"priority": 154
	},





© 2015 - 2024 Weber Informatics LLC | Privacy Policy