KR101626247B1 - 온라인 서비스 가능한 유의어 사전 기반의 표절문서 탐색 시스템 - Google Patents
온라인 서비스 가능한 유의어 사전 기반의 표절문서 탐색 시스템 Download PDFInfo
- Publication number
- KR101626247B1 KR101626247B1 KR1020150001159A KR20150001159A KR101626247B1 KR 101626247 B1 KR101626247 B1 KR 101626247B1 KR 1020150001159 A KR1020150001159 A KR 1020150001159A KR 20150001159 A KR20150001159 A KR 20150001159A KR 101626247 B1 KR101626247 B1 KR 101626247B1
- Authority
- KR
- South Korea
- Prior art keywords
- document
- plagiarism
- vector
- word
- representative
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/93—Document management systems
-
- G06F17/30011—
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/30—Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
- G06F16/33—Querying
- G06F16/335—Filtering based on additional data, e.g. user or group profiles
-
- G06F17/2735—
-
- G06F17/30699—
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Databases & Information Systems (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computational Linguistics (AREA)
- Business, Economics & Management (AREA)
- General Business, Economics & Management (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
도 2는 문서표절 탐색을 위한 전처리 과정을 설명하기 위한 예시 도면이다.
도 3은 코사인 유사도 기반의 필터링 단계만을 적용한 표절 탐색 시스템의 성능 시험 결과를 도시한 것이다.
도 4는 벡터 공간 모델의 유사도 계산 과정을 설명하기 위한 도면이다.
도 5는 본 발명의 일 실시예에 있어서, 자카드 계수 기반의 필터링 단계가 추가된 표절 탐색 방법을 도시한 순서도이다.
도 6은 본 발명의 일 실시예에 있어서, 자카드 계수 기반 필터링 단계의 구체적인 과정을 설명하기 위한 도면이다.
도 7 내지 도 8은 검사대상 문서 예시 문장과 예시 문장에 대한 전처리 결과를 도시한 것이다.
도 9는 본 발명의 일 실시예에 있어서, 온라인 표절 탐색 서비스를 지원하기 위한 데이터베이스 스키마를 도시한 것이다.
도 10은 본 발명의 일 실시예에 있어서, 온라인 표절 탐색 서비스의 구성 및 흐름도를 도시한 것이다.
도 11은 본 발명의 일 실시예에 있어서, 온라인 표절 탐색 서비스를 위한 시스템과 사용자 단말 간의 개괄적인 모습을 도시한 것이다.
도 12는 본 발명의 일 실시예에 있어서, 온라인 표절 탐색 서비스를 위한 시스템 내부 구성을 설명하기 위한 블록도이다.
| 유사도 | ||
| 원본문서 대비 | 기존 필터링 | 개선된 필터링 |
| 검사대상 문서 1 | 0.00 | 0.00 |
| 검사대상 문서 2 | 0.63 | 0.17 |
| 검사대상 문서 3 | 0.88 | 0.67 |
Claims (11)
- 적어도 하나의 프로그램이 로딩된 메모리; 및
적어도 하나의 프로세서
를 포함하고,
상기 적어도 하나의 프로세서는, 상기 프로그램의 제어에 따라,
원본 문서와 검사대상 문서를 각각 단어 단위로 분할하여 유의어 사전에서 검색된 대표 유의어와 함께 데이터베이스에 저장하는 전처리 과정;
상기 원본 문서 중에서 자카드 계수(Jaccard Coefficient) 기반의 유사도를 기준으로 상기 검사대상 문서와 유사한 제1 문서를 선별하는 과정; 및
상기 제1 문서 중에서 코사인(cosine) 거리 기반의 유사도를 기준으로 상기 검사대상 문서와 유사한 제2 문서를 선별하는 과정
을 처리하는 표절 탐색 시스템. - 제1항에 있어서,
상기 전처리 과정은,
상기 원본 문서와 상기 검사대상 문서에서 분할된 상기 단어 단위의 색인어 각각에 대하여 상기 유의어 사전에서 상기 대표 유의어를 검색한 후, 상기 색인어 자체와 상기 색인어의 문장 내 위치 정보 및 상기 대표 유의어를 상기 데이터베이스에 저장하고,
상기 데이터베이스는 복제 형태, 축약 형태, 의역 형태, 문장 구조 변경 형태를 포함하는 표절 유형을 탐색하는데 이용되는 것
을 특징으로 하는 표절 탐색 시스템. - 제1항에 있어서,
상기 제1 문서를 선별하는 과정은,
상기 원본 문서에 포함된 단어를 해당 단어의 대표 유의어로 대체하여 저장하는 제1 벡터와 상기 검사대상 문서에 포함된 단어를 해당 단어의 대표 유의어로 대체하여 저장하는 제2 벡터를 생성하는 과정;
상기 제1 벡터와 상기 제2 벡터를 비교하여 동일한 단어의 개수로부터 자카드 계수를 계산하는 과정; 및
상기 자카드 계수가 표절 판정 기준 이상인 후보 문서를 상기 제1 문서로 선별하는 과정
을 포함하는 표절 탐색 시스템. - 제1항에 있어서,
상기 제2 문서를 선별하는 과정은,
상기 제1 문서에 포함된 단어의 대표 유의어와 해당 단어의 출현 빈도를 저장하는 제1 벡터와 상기 검사대상 문서에 포함된 단어의 대표 유의어와 해당 단어의 출현 빈도를 저장하는 제2 벡터를 생성하는 과정;
상기 제1 벡터와 상기 제2 벡터의 차원을 동기화 하여 코사인 유사도를 계산하는 과정; 및
상기 코사인 유사도가 표절 판정 기준 이상인 제1 문서를 상기 제2 문서로 선별하는 과정
을 포함하는 표절 탐색 시스템. - 제4항에 있어서,
상기 코사인 유사도를 계산하는 과정은,
상기 제1 벡터와 상기 제2 벡터를 비교하여 서로에게 없는 단어의 빈도를 0으로 하여 상기 제1 벡터와 상기 제2 벡터의 차원을 동기화 하는 과정;
상기 제1 벡터와 상기 제2 벡터를 각각 정규화 하여 크기를 1로 생성하는 과정; 및
정규화 된 상기 제1 벡터와 상기 제2 벡터를 이용하여 상기 코사인 유사도를 계산하는 과정
을 포함하는 표절 탐색 시스템. - 적어도 하나의 프로그램이 로딩된 메모리; 및
적어도 하나의 프로세서
를 포함하고,
상기 적어도 하나의 프로세서는, 상기 프로그램의 제어에 따라,
원본 문서를 단어 단위로 분할하여 유의어 사전에서 검색된 대표 유의어와 함께 데이터베이스에 저장하는 과정;
인터넷을 통해 사용자로부터 업로드 된 검사대상 문서를 단어 단위로 분할하여 상기 유의어 사전에서 검색된 대표 유의어와 함께 상기 데이터베이스에 저장하는 과정;
상기 검사대상 문서에 대하여 상기 원본 문서와의 비교를 통해 상기 검사대상 문서의 표절 검사를 수행하는 과정; 및
상기 표절 검사의 결과를 상기 사용자 및 상기 원본 문서를 등록한 관리자 중 적어도 하나에게 제공하는 과정
을 포함하고,
상기 검사대상 문서의 표절 검사를 수행하는 과정은,
상기 원본 문서와 상기 검사대상 문서에서 분할된 상기 단어 단위의 색인어 각각을 상기 유의어 사전에서 검색된 대표 유의어로 변경하는 과정;
상기 원본 문서 중에서 자카드 계수(Jaccard Coefficient) 기반의 유사도를 기준으로 상기 검사대상 문서와 유사한 제1 문서를 선별하는 과정; 및
상기 제1 문서 중에서 코사인(cosine) 거리 기반의 유사도를 기준으로 상기 검사대상 문서와 유사한 제2 문서를 선별하는 과정
을 포함하는 표절 탐색 시스템. - 제6항에 있어서,
상기 제공하는 과정은,
상기 검사대상 문서에 대한 정보, 상기 검사대상 문서에서 검출된 표절 의심 구간, 상기 표절 의심 구간을 포함하는 표절 의심 문장, 상기 표절 의심 문장과 비교된 원본 문장, 상기 원본 문장을 포함하는 원본 문서에 대한 정보 중 적어도 하나를 상기 표절 검사의 결과로 제공하는 것
을 특징으로 하는 표절 탐색 시스템. - 제6항에 있어서,
상기 제공하는 과정은,
상기 검사대상 문서가 표절한 것으로 판단되는 원본 문서에 대한 다운로드 기능을 제공하는 것
을 특징으로 하는 표절 탐색 시스템. - 삭제
- 제6항에 있어서,
상기 제1 문서를 선별하는 과정은,
상기 원본 문서에 포함된 단어를 해당 단어의 대표 유의어로 대체하여 저장하는 제1 벡터와 상기 검사대상 문서에 포함된 단어를 해당 단어의 대표 유의어로 대체하여 저장하는 제2 벡터를 생성하는 과정;
상기 제1 벡터와 상기 제2 벡터를 비교하여 동일한 단어의 개수로부터 자카드 계수를 계산하는 과정; 및
상기 자카드 계수가 표절 판정 기준 이상인 후보 문서를 상기 제1 문서로 선별하는 과정
을 포함하는 표절 탐색 시스템. - 제6항에 있어서,
상기 제2 문서를 선별하는 과정은,
상기 제1 문서에 포함된 단어의 대표 유의어와 해당 단어의 출현 빈도를 저장하는 제1 벡터와 상기 검사대상 문서에 포함된 단어의 대표 유의어와 해당 단어의 출현 빈도를 저장하는 제2 벡터를 생성하는 과정;
상기 제1 벡터와 상기 제2 벡터의 차원을 동기화 하여 코사인 유사도를 계산하는 과정; 및
상기 코사인 유사도가 표절 판정 기준 이상인 제1 문서를 상기 제2 문서로 선별하는 과정
을 포함하는 표절 탐색 시스템.
Priority Applications (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| KR1020150001159A KR101626247B1 (ko) | 2015-01-06 | 2015-01-06 | 온라인 서비스 가능한 유의어 사전 기반의 표절문서 탐색 시스템 |
| US14/618,083 US20160196342A1 (en) | 2015-01-06 | 2015-02-10 | Plagiarism Document Detection System Based on Synonym Dictionary and Automatic Reference Citation Mark Attaching System |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| KR1020150001159A KR101626247B1 (ko) | 2015-01-06 | 2015-01-06 | 온라인 서비스 가능한 유의어 사전 기반의 표절문서 탐색 시스템 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| KR101626247B1 true KR101626247B1 (ko) | 2016-06-01 |
Family
ID=56138465
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| KR1020150001159A Active KR101626247B1 (ko) | 2015-01-06 | 2015-01-06 | 온라인 서비스 가능한 유의어 사전 기반의 표절문서 탐색 시스템 |
Country Status (1)
| Country | Link |
|---|---|
| KR (1) | KR101626247B1 (ko) |
Cited By (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR101663453B1 (ko) * | 2016-08-03 | 2016-10-07 | 주식회사 비욘드테크 | 문장 순서 및 구조 변경을 이용한 문장 유사도 산출 장치 및 그 방법 |
| KR101663454B1 (ko) * | 2016-08-03 | 2016-10-07 | 주식회사 비욘드테크 | 키워드 가중치를 이용한 문장 유사도 산출 장치 및 그 방법 |
| KR20180054308A (ko) * | 2016-11-15 | 2018-05-24 | 한국과학기술원 | 함의 문장 생성 기술을 활용한 문장 표절 판단 장치, 이를 구현하기 위한 프로그램 및 기록 매체 |
| CN112131859A (zh) * | 2020-08-25 | 2020-12-25 | 中央民族大学 | 藏文作文抄袭检测原型系统 |
| CN112307159A (zh) * | 2019-12-26 | 2021-02-02 | 上海携宁计算机科技股份有限公司 | 相似文本的检索方法 |
| US11631270B2 (en) | 2019-12-11 | 2023-04-18 | Naver Corporation | Methods and systems for detecting duplicate document using document similarity measuring model based on deep learning |
| WO2024085717A1 (ko) * | 2022-10-20 | 2024-04-25 | 주식회사 아이팩토리 | 논문 작성 장치, 방법, 컴퓨터 프로그램, 컴퓨터로 판독 가능한 기록매체, 서버 및 시스템 |
Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR100717998B1 (ko) * | 2005-12-26 | 2007-05-15 | 고려대학교 산학협력단 | 문서의 표절 검사 방법 |
| KR100788440B1 (ko) * | 2006-06-29 | 2007-12-24 | 중앙대학교 산학협력단 | 도용 패턴에 기반한 복사 감지시스템 |
| KR20110123368A (ko) * | 2010-05-07 | 2011-11-15 | (주)휴먼토크 | 통합뷰어를 활용한 표절검사 시스템 |
-
2015
- 2015-01-06 KR KR1020150001159A patent/KR101626247B1/ko active Active
Patent Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR100717998B1 (ko) * | 2005-12-26 | 2007-05-15 | 고려대학교 산학협력단 | 문서의 표절 검사 방법 |
| KR100788440B1 (ko) * | 2006-06-29 | 2007-12-24 | 중앙대학교 산학협력단 | 도용 패턴에 기반한 복사 감지시스템 |
| KR20110123368A (ko) * | 2010-05-07 | 2011-11-15 | (주)휴먼토크 | 통합뷰어를 활용한 표절검사 시스템 |
Non-Patent Citations (1)
| Title |
|---|
| http://blog.naver.com/minearmy21/220168695276, 2014.11.01 * |
Cited By (9)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR101663453B1 (ko) * | 2016-08-03 | 2016-10-07 | 주식회사 비욘드테크 | 문장 순서 및 구조 변경을 이용한 문장 유사도 산출 장치 및 그 방법 |
| KR101663454B1 (ko) * | 2016-08-03 | 2016-10-07 | 주식회사 비욘드테크 | 키워드 가중치를 이용한 문장 유사도 산출 장치 및 그 방법 |
| KR20180054308A (ko) * | 2016-11-15 | 2018-05-24 | 한국과학기술원 | 함의 문장 생성 기술을 활용한 문장 표절 판단 장치, 이를 구현하기 위한 프로그램 및 기록 매체 |
| KR101869362B1 (ko) * | 2016-11-15 | 2018-06-21 | 한국과학기술원 | 함의 문장 생성 기술을 활용한 문장 표절 판단 장치, 이를 구현하기 위한 프로그램 및 기록 매체 |
| US11631270B2 (en) | 2019-12-11 | 2023-04-18 | Naver Corporation | Methods and systems for detecting duplicate document using document similarity measuring model based on deep learning |
| CN112307159A (zh) * | 2019-12-26 | 2021-02-02 | 上海携宁计算机科技股份有限公司 | 相似文本的检索方法 |
| CN112307159B (zh) * | 2019-12-26 | 2024-05-28 | 上海携宁计算机科技股份有限公司 | 相似文本的检索方法 |
| CN112131859A (zh) * | 2020-08-25 | 2020-12-25 | 中央民族大学 | 藏文作文抄袭检测原型系统 |
| WO2024085717A1 (ko) * | 2022-10-20 | 2024-04-25 | 주식회사 아이팩토리 | 논문 작성 장치, 방법, 컴퓨터 프로그램, 컴퓨터로 판독 가능한 기록매체, 서버 및 시스템 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US12361742B2 (en) | Method and system for assessing similarity of documents | |
| KR101626247B1 (ko) | 온라인 서비스 가능한 유의어 사전 기반의 표절문서 탐색 시스템 | |
| US20160196342A1 (en) | Plagiarism Document Detection System Based on Synonym Dictionary and Automatic Reference Citation Mark Attaching System | |
| Chowdhury et al. | Plagiarism: Taxonomy, tools and detection techniques | |
| US8577882B2 (en) | Method and system for searching multilingual documents | |
| Koch et al. | Type-aware distantly supervised relation extraction with linked arguments | |
| US20180075013A1 (en) | Method and system for automating training of named entity recognition in natural language processing | |
| KR102059743B1 (ko) | 딥러닝 기반의 지식 구조 생성 방법을 활용한 의료 문헌 구절 검색 방법 및 시스템 | |
| CN110569335B (zh) | 基于人工智能的三元组校验方法、装置及存储介质 | |
| Zhang et al. | X-lisa: Cross-lingual semantic annotation | |
| KR101651780B1 (ko) | 빅 데이터 처리 기술을 이용한 연관 단어 추출 방법 및 그 시스템 | |
| US10606922B2 (en) | Analyzing document content and generating an appendix | |
| Avetisyan et al. | Cross-lingual plagiarism detection: Two are better than one | |
| Tsekouras et al. | A Graph-based Text Similarity Measure That Employs Named Entity Information. | |
| Rahmi Dewi et al. | Software Requirement-Related Information Extraction from Online News using Domain Specificity for Requirements Elicitation: How the system analyst can get software requirements without constrained by time and stakeholder availability | |
| CN119066154B (zh) | 文献检索方法、装置、设备和存储介质 | |
| KR101629210B1 (ko) | 온라인 서비스가 가능한 참고문헌 인용부호 자동부착 지원 시스템 및 서비스 제공 방법 | |
| WO2021049485A1 (ja) | 法律分析装置、及び法律分析方法 | |
| Risch et al. | Measuring and facilitating data repeatability in web science | |
| US10572592B2 (en) | Method, device, and computer program for providing a definition or a translation of a word belonging to a sentence as a function of neighbouring words and of databases | |
| Ali et al. | A novel framework for plagiarism detection: A case study for urdu language | |
| KR101739766B1 (ko) | 시맨틱 검색에서 유사도 기반 키워드 매핑 장치 및 방법 | |
| Oh et al. | On membership inference attacks to generative language models across language domains | |
| Ion et al. | On-line compilation of comparable corpora and their evaluation | |
| WO2013150633A1 (ja) | 文書処理システム、及び、文書処理方法 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| PA0109 | Patent application |
St.27 status event code: A-0-1-A10-A12-nap-PA0109 |
|
| PA0201 | Request for examination |
St.27 status event code: A-1-2-D10-D11-exm-PA0201 |
|
| PN2301 | Change of applicant |
St.27 status event code: A-3-3-R10-R11-asn-PN2301 St.27 status event code: A-3-3-R10-R13-asn-PN2301 |
|
| PE0902 | Notice of grounds for rejection |
St.27 status event code: A-1-2-D10-D21-exm-PE0902 |
|
| E13-X000 | Pre-grant limitation requested |
St.27 status event code: A-2-3-E10-E13-lim-X000 |
|
| P11-X000 | Amendment of application requested |
St.27 status event code: A-2-2-P10-P11-nap-X000 |
|
| P13-X000 | Application amended |
St.27 status event code: A-2-2-P10-P13-nap-X000 |
|
| E701 | Decision to grant or registration of patent right | ||
| PE0701 | Decision of registration |
St.27 status event code: A-1-2-D10-D22-exm-PE0701 |
|
| GRNT | Written decision to grant | ||
| PR0701 | Registration of establishment |
St.27 status event code: A-2-4-F10-F11-exm-PR0701 |
|
| PR1002 | Payment of registration fee |
Fee payment year number: 1 St.27 status event code: A-2-2-U10-U11-oth-PR1002 |
|
| PG1601 | Publication of registration |
St.27 status event code: A-4-4-Q10-Q13-nap-PG1601 |
|
| PN2301 | Change of applicant |
St.27 status event code: A-5-5-R10-R11-asn-PN2301 St.27 status event code: A-5-5-R10-R13-asn-PN2301 |
|
| R18-X000 | Changes to party contact information recorded |
St.27 status event code: A-5-5-R10-R18-oth-X000 |
|
| P22-X000 | Classification modified |
St.27 status event code: A-4-4-P10-P22-nap-X000 |
|
| R18-X000 | Changes to party contact information recorded |
St.27 status event code: A-5-5-R10-R18-oth-X000 |
|
| P22-X000 | Classification modified |
St.27 status event code: A-4-4-P10-P22-nap-X000 |
|
| P22-X000 | Classification modified |
St.27 status event code: A-4-4-P10-P22-nap-X000 |
|
| P22-X000 | Classification modified |
St.27 status event code: A-4-4-P10-P22-nap-X000 |
|
| FPAY | Annual fee payment |
Payment date: 20190408 Year of fee payment: 4 |
|
| PR1001 | Payment of annual fee |
Fee payment year number: 4 St.27 status event code: A-4-4-U10-U11-oth-PR1001 |
|
| P22-X000 | Classification modified |
St.27 status event code: A-4-4-P10-P22-nap-X000 |
|
| P22-X000 | Classification modified |
St.27 status event code: A-4-4-P10-P22-nap-X000 |
|
| PR1001 | Payment of annual fee |
Fee payment year number: 5 St.27 status event code: A-4-4-U10-U11-oth-PR1001 |
|
| PC1903 | Unpaid annual fee |
Not in force date: 20210526 Payment event data comment text: Termination Category : DEFAULT_OF_REGISTRATION_FEE St.27 status event code: A-4-4-U10-U13-oth-PC1903 |
|
| K11-X000 | Ip right revival requested |
St.27 status event code: A-6-4-K10-K11-oth-X000 |
|
| PC1903 | Unpaid annual fee |
Ip right cessation event data comment text: Termination Category : DEFAULT_OF_REGISTRATION_FEE Not in force date: 20210526 St.27 status event code: N-4-6-H10-H13-oth-PC1903 |
|
| PN2301 | Change of applicant |
St.27 status event code: A-5-5-R10-R11-asn-PN2301 |
|
| PR0401 | Registration of restoration |
St.27 status event code: A-6-4-K10-K13-oth-PR0401 |
|
| PR1001 | Payment of annual fee |
Fee payment year number: 6 St.27 status event code: A-4-4-U10-U11-oth-PR1001 |
|
| R401 | Registration of restoration | ||
| PN2301 | Change of applicant |
St.27 status event code: A-5-5-R10-R14-asn-PN2301 |
|
| P14-X000 | Amendment of ip right document requested |
St.27 status event code: A-5-5-P10-P14-nap-X000 |
|
| R18-X000 | Changes to party contact information recorded |
St.27 status event code: A-5-5-R10-R18-oth-X000 |
|
| PR1001 | Payment of annual fee |
Fee payment year number: 7 St.27 status event code: A-4-4-U10-U11-oth-PR1001 |
|
| P14-X000 | Amendment of ip right document requested |
St.27 status event code: A-5-5-P10-P14-nap-X000 |
|
| PR1001 | Payment of annual fee |
Fee payment year number: 8 St.27 status event code: A-4-4-U10-U11-oth-PR1001 |
|
| PR1001 | Payment of annual fee |
Fee payment year number: 9 St.27 status event code: A-4-4-U10-U11-oth-PR1001 |
|
| R18-X000 | Changes to party contact information recorded |
St.27 status event code: A-5-5-R10-R18-oth-X000 |