You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wrote like this.
from lexnlp.extract.en.addresses import address_feature
str = "Vistra Corporate Services Centre Wickhams Cay II Road Town Tortola VG1110 British Virgin Islands"
print("address:", list(lexnlp.extract.en.addresses.address_features.get_word_features(str,part_of_speech="NP")))
but am getting results like this: address: [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
Can you help this, how to extract address for strings or text files???what i need to pass in the palce of part_of_speech???? what is the result am geeting it is binary i can't understand that??.bcz am bigginer to nlp thing.am waiting for your positive response.
(sorry for my english words).
The text was updated successfully, but these errors were encountered:
I wrote like this.
from lexnlp.extract.en.addresses import address_feature
str = "Vistra Corporate Services Centre Wickhams Cay II Road Town Tortola VG1110 British Virgin Islands"
print("address:", list(lexnlp.extract.en.addresses.address_features.get_word_features(str,part_of_speech="NP")))
but am getting results like this: address: [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
Can you help this, how to extract address for strings or text files???what i need to pass in the palce of part_of_speech???? what is the result am geeting it is binary i can't understand that??.bcz am bigginer to nlp thing.am waiting for your positive response.
(sorry for my english words).
The text was updated successfully, but these errors were encountered: