Home > Article > Backend Development > PHP tag extraction problem, please give guidance
For example in the vocabulary:
Zhang San
Li Si
Wang Wu
The article is:
Zhang San stole Wang Wu’s hammer and smashed Li Si’s head with the hammer
Then the extraction result is:
Zhang San, Li Si, Wang Wu
The thesaurus may have more than 1,000 words
I don’t know what third-party tools to use to make the performance acceptable?
For example in the vocabulary:
Zhang San
Li Si
Wang Wu
The article is:
Zhang San stole Wang Wu’s hammer and smashed Li Si’s head with the hammer
Then the extraction result is:
Zhang San, Li Si, Wang Wu
The thesaurus may have more than 1,000 words
I don’t know what third-party tools to use to make the performance acceptable?
Do you want to do semantic analysis?
Using the RMM word segmentation algorithm, ready-made classes can be found online.