Procházet zdrojové kódy

Update 'README.md'

Ayush Tiwari před 6 měsíci
rodič
revize
33d9c17dc9
1 změnil soubory, kde provedl 16 přidání a 1 odebrání
  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 ..."
+    }
+}