瀏覽代碼

Update 'README.md'

Ayush Tiwari 6 月之前
父節點
當前提交
33d9c17dc9
共有 1 個文件被更改,包括 16 次插入1 次删除
  1. 16 1
      README.md

+ 16 - 1
README.md

@@ -1,3 +1,18 @@
 # FeatureListGeneration
 
-Codes for generating Feature Lists of description texts
+Codes for generating Feature Lists of description texts
+
+
+
+### Example JSON Structure
+
+**Input (`FTO_inventions.json`)**:
+
+{
+    "FTO_0": {
+        "invention": "The search relates to a battery-powered industrial vehicle that is configured as a light-duty pallet stacker. ..."
+    },
+    "FTO_1": {
+        "invention": "The technology is related to a medical companion/device for asthmatic children ..."
+    }
+}