text-chunking Questions
4
Solved
I've got a machine learning task involving a large amount of text data. I want to identify, and extract, noun-phrases in the training text so I can use them for feature construction later on in the...
Hindward asked 29/3, 2018 at 20:4
1
Solved
I have written the following regex to tag certain phrases pattern
pattern = """
P2: {<JJ>+ <RB>? <JJ>* <NN>+ <VB>* <JJ>*}
P1: {<JJ>? <NN>+ <CC&...
Surfboat asked 4/12, 2015 at 14:37
3
Solved
Give an input sentence, that has BIO chunk tags:
[('What', 'B-NP'), ('is', 'B-VP'), ('the', 'B-NP'), ('airspeed',
'I-NP'), ('of', 'B-PP'), ('an', 'B-NP'), ('unladen', 'I-NP'),
('swallow', 'I-N...
Leifeste asked 1/9, 2015 at 13:45
1
© 2022 - 2024 — McMap. All rights reserved.