|
@@ -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 ..."
|
|
|
+ }
|
|
|
+}
|