Tagged: MeCab

Word Extraction Tool (6): Additional Description of Word Extraction Tool

Continuing from the previous article, we look at the additional explanation of the word extraction tool. Word Extraction Tool (5): Word Extraction Tool Source Code Description (2) 5. Word Extraction Tool Additional Description 5.1. Reasons for using OLE Automation OLE Automation is defined in Wikipedia as follows. In Microsoft Windows application programming, OLE Automation (later renamed simply Automation[1][2]) is an interprocess communication (IPC) mechanism developed by Microsoft. It is based on a subset of the Component Object Model (COM) and was intended to be used through a scripting language (originally Visual Basic), but is now available through several languages on Windows. Source: https://en.wikipedia.org/wiki/OLE_Automation In Python...

Word Extraction Tool(5): Word Extraction Tool Source Code Description(2)

Continuing from the previous article, we look at the source code of the word extraction tool implemented in Python. This is a continuation of the previous article. Word Extraction Tool (4): Description of Word Extraction Tool Source Code (1) 4. Word Extraction Tool Source Code 4.3. get_file_text function Lines 357-365: Execute the appropriate function according to the file extension and put the result in df_text...

Word Extraction Tool (3): How to Run the Word Extraction Tool and Check the Results

Let's take a look at how to run the word extraction tool and check the results. This is a continuation of the previous article. Word Extraction Tool (2): Configuration of Execution Environment of Word Extraction Tool 3. Execution of Word Extraction Tool 3.1. Download word extraction tool The word extraction tool is uploaded to github. https://github.com/DAToolset/ToolsForDataStandard/tree/main/WordExtractor...

Word Extraction Tool (2): Configure the Word Extraction Tool Execution Environment

The word extraction tool is a tool developed in Python, and requires an environment configuration process such as installing Python and necessary packages prior to execution. Let's take a look at the configuration of the execution environment of the word extraction tool. This is a continuation of the previous article. Word Extraction Tool(1): Word Extraction Tool Overview 2. Word Extraction Tool...

Word Extraction Tool(1): Overview of Word Extraction Tool

An overview of word extraction tools that can be useful for data standardization work, especially for creating standard word candidates. 1. Word Extraction Tool Overview 1.1. Reasons for developing a word extraction tool The most difficult task among the initial tasks of data standardization is to register it as a standard word...

en_USEnglish