This page is a translated version of the page Abstract Wikipedia/Examples and the translation is 100% complete.

다음은 추상 콘텐츠가 어떻게 보일 수 있는지에 대한 예시입니다. 이는 규범적인 예가 아니라 예시적인 예입니다. 생성자의 모양과 렌더링 결과는 전적으로 공동체에 달려 있습니다.

AbstractText

AbstractText 프로토 타입에서.

 subclassification_string_from_n_n_language(n_wikipedia, n_encyclopedia, English)
  • 영어 : Wikipedias are encyclopedias.
 subclassification_string_from_n_n_language(n_wikipedia, n_encyclopedia, German)
  • 독일어 : Wikipedien sind Enzyklopädien.

아래 구문에서 이것은 다음과 같습니다:

 Subclassification(Wikipedia, Encyclopedia)
  • 영어 : Wikipedias are encyclopedias.
  • 독일어 : Wikipedien sind Enzyklopädien.

기술 논문에서

출처: 다국어 위키백과를 위한 아키텍처

 Article(
   content: [
     Instantiation(
       instance: San Francisco (Q62),
       class: Object_with_modifier_and_of(
         object: center,
         modifier: And_modifier(
           conjuncts: [cultural, commercial, financial]
         ),
         of: Northern California (Q1066807)
       )
     ),
     Ranking(
       subject: San Francisco (Q62),
       rank: 4,
       object: city (Q515),
       by: population (Q1613416),
       local_constraint: California (Q99),
       after: [Los Angeles (Q65), San Diego (Q16552), San Jose (Q16553)]
     )
   ]
 )
  • 영어 : San Francisco is the cultural, commercial, and financial center of Northern California. It is the fourth-most populous city in California, after Los Angeles, San Diego and San Jose.
  • 독일어 : San Francisco ist das kulturelle, kommerzielle und finanzielle Zentrum Nordkaliforniens. Es ist, nach Los Angeles, San Diego und San Jose, die viertgrößte Stadt in Kalifornien.

목성(Jupiter)

추상 콘텐츠에 대한 약간 더 긴 예시: 목성(Jupiter).

예문

NLG 프로세스에서 생성될 것으로 예상되는 기본, 확장 및 긴 문장과 그 기원 및 위키데이터에서 가져와야 하는 데이터: 예문.

기능 구성

예정된 단계 ζ (zeta)를 준비하기 위해 몇 가지 함수 구성의 예를 만들었습니다.

사용자 인터페이스 모형

초기 모형 및 상속에서는 단일 생성자와 영어 렌더러가 편집기의 사용자 인터페이스에서 어떻게 보이는지에 대한 두 개의 모형(매우 거친) 이미지를 볼 수 있습니다.