Skip to content Skip to sidebar Skip to footer
Showing posts with the label Nlp

Detecting Pos Tag Pattern Along With Specified Words

I need to identify certain POS tags before/after certain specified words, for example the following… Read more Detecting Pos Tag Pattern Along With Specified Words

How To Convert Numeric Words Into Numeric In Python

I want to convert numeric which represented in words into numbers. for example, thirty four thous… Read more How To Convert Numeric Words Into Numeric In Python