Changes

Jump to navigation Jump to search
no edit summary
:1. Introduction:
::*Five features (addrline1, addrline2, city, country, postcode) in the table contains address information.::*Features addrline1, addrline2 and city are not cleaned. They have city, country and postcode information. ::*The object is to extract city, country and postcode information from three features above.::*By now, we only focus on and clean American patents.
:2. Postcode Extraction:
::U.S. post code follows the pattern [five digits] or [five digits - four digits]. U.S. patents can be extracted by searching for post code following these patterns using regular expression. Some other countries also use [five digits] for post code, so only post codes following [five digits - four digits] are extracted.
::SQL code are in:
E:/McNair/Projects/PatentAddress/
::The extracted records are stored in table ptoassigneend_missus.

Navigation menu