Is there a tip when you want to collect only noun word data?

Asked 2 years ago, Updated 2 years ago, 41 views

We are planning to collect only noun words in the database. But in online dictionaries like Naver and Google, I'm trying to crawl noun words and collect them in a database The amount is too large and the approach itself is ambiguous, so the implementation itself is difficult.

If you don't restrict noun collection, please recommend a good way to use api or collect noun words among all methods.

For your information, I am using Python, and if there is a function that is implemented in Python to randomly generate noun words during the loop interval, please let me know...

Thank you.

python database

2022-09-21 11:51

1 Answers

Rather than collecting it yourself, it would be easier to receive and use the data already collected.

If you look at the answers to the 2017 questions of the National Institute of Korean Language, it says that you can download preliminary data through application.

And Korean wiktionary is also a service that claims to be a dictionary. Wikipedia services will be able to receive data in various formats.

Also, if you search with keywords such as awesome Korean nlp, you will find some pages organized about materials related to Korean natural language processing.


2022-09-21 11:51

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.